summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING4
-rw-r--r--dxr3audiodecoder.c2
-rw-r--r--dxr3audiodecoder.h2
-rw-r--r--dxr3blackframe.c2
-rw-r--r--dxr3configdata.c2
-rw-r--r--dxr3configdata.h2
-rw-r--r--dxr3demuxdevice.c2
-rw-r--r--dxr3demuxdevice.h2
-rw-r--r--dxr3device.c2
-rw-r--r--dxr3device.h2
-rw-r--r--dxr3ffmpeg.c2
-rw-r--r--dxr3ffmpeg.h2
-rw-r--r--dxr3generaldefines.h2
-rw-r--r--dxr3i18n.c2
-rw-r--r--dxr3i18n.h2
-rw-r--r--dxr3interface.c2
-rw-r--r--dxr3interface.h2
-rw-r--r--dxr3nextpts.c2
-rw-r--r--dxr3nextpts.h2
-rw-r--r--dxr3osd.c2
-rw-r--r--dxr3outputthread.c2
-rw-r--r--dxr3outputthread.h2
-rw-r--r--dxr3pesframe.c2
-rw-r--r--dxr3pesframe.h2
-rw-r--r--dxr3singleton.h2
-rw-r--r--dxr3spudecoder.c2
-rw-r--r--dxr3spudecoder.h2
-rw-r--r--dxr3syncbuffer.c2
-rw-r--r--dxr3syncbuffer.h2
-rw-r--r--dxr3sysclock.c2
-rw-r--r--dxr3sysclock.h2
-rw-r--r--dxr3tools.h2
-rw-r--r--dxr3vdrincludes.h2
33 files changed, 34 insertions, 34 deletions
diff --git a/COPYING b/COPYING
index 5b6e7c6..3912109 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
diff --git a/dxr3audiodecoder.c b/dxr3audiodecoder.c
index 153d501..67238d2 100644
--- a/dxr3audiodecoder.c
+++ b/dxr3audiodecoder.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3audiodecoder.h b/dxr3audiodecoder.h
index 4a199d5..4f86c7d 100644
--- a/dxr3audiodecoder.h
+++ b/dxr3audiodecoder.h
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3blackframe.c b/dxr3blackframe.c
index 639ba96..35c79bb 100644
--- a/dxr3blackframe.c
+++ b/dxr3blackframe.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3configdata.c b/dxr3configdata.c
index 2a60ab2..5b65ea4 100644
--- a/dxr3configdata.c
+++ b/dxr3configdata.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3configdata.h b/dxr3configdata.h
index 13d4a31..07660e5 100644
--- a/dxr3configdata.h
+++ b/dxr3configdata.h
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3demuxdevice.c b/dxr3demuxdevice.c
index 38e59fe..762cf9d 100644
--- a/dxr3demuxdevice.c
+++ b/dxr3demuxdevice.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3demuxdevice.h b/dxr3demuxdevice.h
index 64971d6..1d8441c 100644
--- a/dxr3demuxdevice.h
+++ b/dxr3demuxdevice.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3device.c b/dxr3device.c
index 6f32923..39467ed 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3device.h b/dxr3device.h
index 39b7d4d..ca11ba6 100644
--- a/dxr3device.h
+++ b/dxr3device.h
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3ffmpeg.c b/dxr3ffmpeg.c
index acc8a04..fcb6e2d 100644
--- a/dxr3ffmpeg.c
+++ b/dxr3ffmpeg.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3ffmpeg.h b/dxr3ffmpeg.h
index a833021..98557c5 100644
--- a/dxr3ffmpeg.h
+++ b/dxr3ffmpeg.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3generaldefines.h b/dxr3generaldefines.h
index 13155ee..e0c1d35 100644
--- a/dxr3generaldefines.h
+++ b/dxr3generaldefines.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3i18n.c b/dxr3i18n.c
index 8195dcf..fe4a3a6 100644
--- a/dxr3i18n.c
+++ b/dxr3i18n.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3i18n.h b/dxr3i18n.h
index eb845b2..063e773 100644
--- a/dxr3i18n.h
+++ b/dxr3i18n.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3interface.c b/dxr3interface.c
index a5a3274..9f735fa 100644
--- a/dxr3interface.c
+++ b/dxr3interface.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3interface.h b/dxr3interface.h
index 7f429d6..c6b0cf4 100644
--- a/dxr3interface.h
+++ b/dxr3interface.h
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3nextpts.c b/dxr3nextpts.c
index 6ced0df..b30751d 100644
--- a/dxr3nextpts.c
+++ b/dxr3nextpts.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3nextpts.h b/dxr3nextpts.h
index 3b459d4..7aaf4e3 100644
--- a/dxr3nextpts.h
+++ b/dxr3nextpts.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3osd.c b/dxr3osd.c
index f0ac192..2be8398 100644
--- a/dxr3osd.c
+++ b/dxr3osd.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3outputthread.c b/dxr3outputthread.c
index d11d2bd..5bfc7ac 100644
--- a/dxr3outputthread.c
+++ b/dxr3outputthread.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3outputthread.h b/dxr3outputthread.h
index 2c533a7..8ac46ee 100644
--- a/dxr3outputthread.h
+++ b/dxr3outputthread.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3pesframe.c b/dxr3pesframe.c
index e33a846..8bf5fe3 100644
--- a/dxr3pesframe.c
+++ b/dxr3pesframe.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3pesframe.h b/dxr3pesframe.h
index d4e6677..26e334a 100644
--- a/dxr3pesframe.h
+++ b/dxr3pesframe.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3singleton.h b/dxr3singleton.h
index 3639c93..b289328 100644
--- a/dxr3singleton.h
+++ b/dxr3singleton.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3spudecoder.c b/dxr3spudecoder.c
index 373bedf..1013216 100644
--- a/dxr3spudecoder.c
+++ b/dxr3spudecoder.c
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3spudecoder.h b/dxr3spudecoder.h
index 31753e9..9f5adb1 100644
--- a/dxr3spudecoder.h
+++ b/dxr3spudecoder.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3syncbuffer.c b/dxr3syncbuffer.c
index 496a0c0..66be71b 100644
--- a/dxr3syncbuffer.c
+++ b/dxr3syncbuffer.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h
index b019faf..01ae9b8 100644
--- a/dxr3syncbuffer.h
+++ b/dxr3syncbuffer.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3sysclock.c b/dxr3sysclock.c
index c20e6b9..189ac0b 100644
--- a/dxr3sysclock.c
+++ b/dxr3sysclock.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3sysclock.h b/dxr3sysclock.h
index d204c2e..0f1396e 100644
--- a/dxr3sysclock.h
+++ b/dxr3sysclock.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3tools.h b/dxr3tools.h
index c88d94f..971859c 100644
--- a/dxr3tools.h
+++ b/dxr3tools.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/dxr3vdrincludes.h b/dxr3vdrincludes.h
index 0083f23..23ce128 100644
--- a/dxr3vdrincludes.h
+++ b/dxr3vdrincludes.h
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/