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--dxr3cpu.c2
-rw-r--r--dxr3cpu.h2
-rw-r--r--dxr3demuxdevice.c2
-rw-r--r--dxr3demuxdevice.h2
-rw-r--r--dxr3device.c2
-rw-r--r--dxr3device.h2
-rw-r--r--dxr3dolbydigital.c2
-rw-r--r--dxr3dolbydigital.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--dxr3log.c2
-rw-r--r--dxr3log.h2
-rw-r--r--dxr3memcpy.c2
-rw-r--r--dxr3memcpy.h4
-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--dxr3spuencoder.c2
-rw-r--r--dxr3spuencoder.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--dxr3unixserversocket.c2
-rw-r--r--dxr3unixserversocket.h2
-rw-r--r--dxr3vdrincludes.h2
45 files changed, 47 insertions, 47 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 e8a1a30..94bdb4e 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 7aab471..6519fac 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 33344cf..0a24a5e 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 dc90c2e..0589dd5 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 abf021a..d39ca68 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/dxr3cpu.c b/dxr3cpu.c
index e4035ef..6a51f0a 100644
--- a/dxr3cpu.c
+++ b/dxr3cpu.c
@@ -17,7 +17,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/dxr3cpu.h b/dxr3cpu.h
index 383951a..c5d73d2 100644
--- a/dxr3cpu.h
+++ b/dxr3cpu.h
@@ -17,7 +17,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 567c05d..a0bc9f6 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 4f50315..3eb15c3 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 a81fefc..2e206aa 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 881f096..15778a5 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/dxr3dolbydigital.c b/dxr3dolbydigital.c
index 3b7182b..e92b752 100644
--- a/dxr3dolbydigital.c
+++ b/dxr3dolbydigital.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/dxr3dolbydigital.h b/dxr3dolbydigital.h
index 2069341..c347af3 100644
--- a/dxr3dolbydigital.h
+++ b/dxr3dolbydigital.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/dxr3ffmpeg.c b/dxr3ffmpeg.c
index 9a93553..7c146ae 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 165f646..c05c749 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 b0522f3..11de8d9 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 5a5eb4e..7957659 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 2a67dfe..103e2b6 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/dxr3log.c b/dxr3log.c
index 4c7f4f5..6fd5d44 100644
--- a/dxr3log.c
+++ b/dxr3log.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/dxr3log.h b/dxr3log.h
index 852249c..070b941 100644
--- a/dxr3log.h
+++ b/dxr3log.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/dxr3memcpy.c b/dxr3memcpy.c
index fe65cc0..83cbc58 100644
--- a/dxr3memcpy.c
+++ b/dxr3memcpy.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
*
*
* Orgianal from xine:
diff --git a/dxr3memcpy.h b/dxr3memcpy.h
index 0fb1442..8ee6601 100644
--- a/dxr3memcpy.h
+++ b/dxr3memcpy.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
*
*/
@@ -37,7 +37,7 @@
*
* 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, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*****************************************************************************
*
* Original code:
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 4d66d0a..03fddb0 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 7f317f4..f5b7f32 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 4f3c84f..7c72612 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 e50393b..1436ebc 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 2dd44f9..4cde0b2 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 a5e3ae2..fd5fa56 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 fbc8031..cf85750 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 7bfaa04..1589eae 100644
--- a/dxr3spudecoder.c
+++ b/dxr3spudecoder.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/dxr3spudecoder.h b/dxr3spudecoder.h
index 311f600..a8b771b 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/dxr3spuencoder.c b/dxr3spuencoder.c
index 528f69c..b052600 100644
--- a/dxr3spuencoder.c
+++ b/dxr3spuencoder.c
@@ -23,7 +23,7 @@
*
* 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
*/
#include "dxr3spuencoder.h"
diff --git a/dxr3spuencoder.h b/dxr3spuencoder.h
index 075338d..b02ecf0 100644
--- a/dxr3spuencoder.h
+++ b/dxr3spuencoder.h
@@ -23,7 +23,7 @@
*
* 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
*/
diff --git a/dxr3syncbuffer.c b/dxr3syncbuffer.c
index fd2a967..29b8aa9 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 bfef1ec..fe680d4 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 cc52e8e..75033e2 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 04cf99e..e93d2fc 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/dxr3unixserversocket.c b/dxr3unixserversocket.c
index e4976fd..00f9a6d 100644
--- a/dxr3unixserversocket.c
+++ b/dxr3unixserversocket.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/dxr3unixserversocket.h b/dxr3unixserversocket.h
index 8849ae8..32b5852 100644
--- a/dxr3unixserversocket.h
+++ b/dxr3unixserversocket.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
*
*/