summaryrefslogtreecommitdiffstats
path: root/mcop
diff options
context:
space:
mode:
Diffstat (limited to 'mcop')
-rw-r--r--mcop/anyref.cc4
-rw-r--r--mcop/anyref.h4
-rw-r--r--mcop/arts_export.h.in4
-rw-r--r--mcop/asyncstream.cc4
-rw-r--r--mcop/asyncstream.h4
-rw-r--r--mcop/buffer.cc4
-rw-r--r--mcop/buffer.h4
-rw-r--r--mcop/common.h4
-rw-r--r--mcop/connect.cc4
-rw-r--r--mcop/connect.h4
-rw-r--r--mcop/connection.cc4
-rw-r--r--mcop/connection.h4
-rw-r--r--mcop/core.idl4
-rw-r--r--mcop/datapacket.cc4
-rw-r--r--mcop/datapacket.h4
-rw-r--r--mcop/debug.cc8
-rw-r--r--mcop/debug.h4
-rw-r--r--mcop/delayedreturn.cc4
-rw-r--r--mcop/delayedreturn.h4
-rw-r--r--mcop/dispatcher.cc4
-rw-r--r--mcop/dispatcher.h4
-rw-r--r--mcop/dynamicrequest.cc4
-rw-r--r--mcop/dynamicrequest.h4
-rw-r--r--mcop/dynamicskeleton.cc4
-rw-r--r--mcop/dynamicskeleton.h4
-rw-r--r--mcop/extensionloader.cc4
-rw-r--r--mcop/extensionloader.h4
-rw-r--r--mcop/factory.cc4
-rw-r--r--mcop/factory.h4
-rw-r--r--mcop/flowsystem.cc4
-rw-r--r--mcop/flowsystem.h4
-rw-r--r--mcop/idlfilereg.cc4
-rw-r--r--mcop/idlfilereg.h4
-rw-r--r--mcop/ifacerepo_impl.cc4
-rw-r--r--mcop/ifacerepo_impl.h4
-rw-r--r--mcop/iomanager.cc4
-rw-r--r--mcop/iomanager.h4
-rw-r--r--mcop/loopback.cc4
-rw-r--r--mcop/loopback.h4
-rw-r--r--mcop/mcopconfig.cc4
-rw-r--r--mcop/mcopconfig.h4
-rw-r--r--mcop/mcoputils.cc4
-rw-r--r--mcop/mcoputils.h4
-rw-r--r--mcop/md5.c4
-rw-r--r--mcop/md5.h4
-rw-r--r--mcop/md5auth.cc4
-rw-r--r--mcop/md5auth.h4
-rw-r--r--mcop/namedstore.h4
-rw-r--r--mcop/notification.cc4
-rw-r--r--mcop/notification.h4
-rw-r--r--mcop/object.cc4
-rw-r--r--mcop/object.h4
-rw-r--r--mcop/objectmanager.cc4
-rw-r--r--mcop/objectmanager.h4
-rw-r--r--mcop/pool.h4
-rw-r--r--mcop/reference.cc4
-rw-r--r--mcop/reference.h4
-rw-r--r--mcop/referenceclean.cc4
-rw-r--r--mcop/referenceclean.h4
-rw-r--r--mcop/socketconnection.cc4
-rw-r--r--mcop/socketconnection.h4
-rw-r--r--mcop/startupmanager.cc4
-rw-r--r--mcop/startupmanager.h4
-rw-r--r--mcop/tcpconnection.cc4
-rw-r--r--mcop/tcpconnection.h4
-rw-r--r--mcop/tcpserver.cc4
-rw-r--r--mcop/tcpserver.h4
-rw-r--r--mcop/thread.cc4
-rw-r--r--mcop/thread.h4
-rw-r--r--mcop/tmpglobalcomm.cc4
-rw-r--r--mcop/trader_impl.cc4
-rw-r--r--mcop/type.cc4
-rw-r--r--mcop/type.h4
-rw-r--r--mcop/unixconnection.cc4
-rw-r--r--mcop/unixconnection.h4
-rw-r--r--mcop/unixserver.cc4
-rw-r--r--mcop/unixserver.h4
-rw-r--r--mcop/weakreference.h4
78 files changed, 158 insertions, 158 deletions
diff --git a/mcop/anyref.cc b/mcop/anyref.cc
index 9ea434b..c5cf2cf 100644
--- a/mcop/anyref.cc
+++ b/mcop/anyref.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/anyref.h b/mcop/anyref.h
index 688f9db..60e1836 100644
--- a/mcop/anyref.h
+++ b/mcop/anyref.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/arts_export.h.in b/mcop/arts_export.h.in
index 4de637e..075285c 100644
--- a/mcop/arts_export.h.in
+++ b/mcop/arts_export.h.in
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef ARTS_EXPORT_H
diff --git a/mcop/asyncstream.cc b/mcop/asyncstream.cc
index a623353..4a6f986 100644
--- a/mcop/asyncstream.cc
+++ b/mcop/asyncstream.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/asyncstream.h b/mcop/asyncstream.h
index 8d0a603..acd27c4 100644
--- a/mcop/asyncstream.h
+++ b/mcop/asyncstream.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/buffer.cc b/mcop/buffer.cc
index de21b3e..7a1a0c6 100644
--- a/mcop/buffer.cc
+++ b/mcop/buffer.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/buffer.h b/mcop/buffer.h
index b361092..c1cc1b0 100644
--- a/mcop/buffer.h
+++ b/mcop/buffer.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/common.h b/mcop/common.h
index 4021fb9..2dbde70 100644
--- a/mcop/common.h
+++ b/mcop/common.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/connect.cc b/mcop/connect.cc
index 88d5dff..447f2fe 100644
--- a/mcop/connect.cc
+++ b/mcop/connect.cc
@@ -14,8 +14,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include "connect.h"
diff --git a/mcop/connect.h b/mcop/connect.h
index f9db8b5..aa9065b 100644
--- a/mcop/connect.h
+++ b/mcop/connect.h
@@ -14,8 +14,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef MCOP_CONNECT_H
diff --git a/mcop/connection.cc b/mcop/connection.cc
index 49221f9..397ca86 100644
--- a/mcop/connection.cc
+++ b/mcop/connection.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/connection.h b/mcop/connection.h
index db7edf0..c68f80d 100644
--- a/mcop/connection.h
+++ b/mcop/connection.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/core.idl b/mcop/core.idl
index 33081e7..156632a 100644
--- a/mcop/core.idl
+++ b/mcop/core.idl
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/datapacket.cc b/mcop/datapacket.cc
index 8f9848f..ba888f7 100644
--- a/mcop/datapacket.cc
+++ b/mcop/datapacket.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/datapacket.h b/mcop/datapacket.h
index 34cd211..e7a08e0 100644
--- a/mcop/datapacket.h
+++ b/mcop/datapacket.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/debug.cc b/mcop/debug.cc
index 208727b..d042452 100644
--- a/mcop/debug.cc
+++ b/mcop/debug.cc
@@ -18,8 +18,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
@@ -289,8 +289,8 @@ void Arts::Debug::freeMutex()
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
/*
diff --git a/mcop/debug.h b/mcop/debug.h
index 94cd01f..6ef83e5 100644
--- a/mcop/debug.h
+++ b/mcop/debug.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
Some inspiration taken from glib.
diff --git a/mcop/delayedreturn.cc b/mcop/delayedreturn.cc
index 1eab0ed..00ff17b 100644
--- a/mcop/delayedreturn.cc
+++ b/mcop/delayedreturn.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/delayedreturn.h b/mcop/delayedreturn.h
index fe2a140..290cfc4 100644
--- a/mcop/delayedreturn.h
+++ b/mcop/delayedreturn.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/dispatcher.cc b/mcop/dispatcher.cc
index c055f64..7a2f0cf 100644
--- a/mcop/dispatcher.cc
+++ b/mcop/dispatcher.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/dispatcher.h b/mcop/dispatcher.h
index b143a1e..6a2be82 100644
--- a/mcop/dispatcher.h
+++ b/mcop/dispatcher.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/dynamicrequest.cc b/mcop/dynamicrequest.cc
index 6ba64f7..d6a204d 100644
--- a/mcop/dynamicrequest.cc
+++ b/mcop/dynamicrequest.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/dynamicrequest.h b/mcop/dynamicrequest.h
index f749637..b1316b0 100644
--- a/mcop/dynamicrequest.h
+++ b/mcop/dynamicrequest.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/dynamicskeleton.cc b/mcop/dynamicskeleton.cc
index 99d6dd1..8ee4428 100644
--- a/mcop/dynamicskeleton.cc
+++ b/mcop/dynamicskeleton.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/dynamicskeleton.h b/mcop/dynamicskeleton.h
index 0c5cba7..94fc8c5 100644
--- a/mcop/dynamicskeleton.h
+++ b/mcop/dynamicskeleton.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/extensionloader.cc b/mcop/extensionloader.cc
index 82c56c5..3ed8ea0 100644
--- a/mcop/extensionloader.cc
+++ b/mcop/extensionloader.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/extensionloader.h b/mcop/extensionloader.h
index ce67f12..034ecf4 100644
--- a/mcop/extensionloader.h
+++ b/mcop/extensionloader.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/factory.cc b/mcop/factory.cc
index f0cb2ab..ad01a4d 100644
--- a/mcop/factory.cc
+++ b/mcop/factory.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/factory.h b/mcop/factory.h
index 91970ad..6adab89 100644
--- a/mcop/factory.h
+++ b/mcop/factory.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/flowsystem.cc b/mcop/flowsystem.cc
index 50ca26b..fbdf644 100644
--- a/mcop/flowsystem.cc
+++ b/mcop/flowsystem.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/flowsystem.h b/mcop/flowsystem.h
index c64c57b..532f1de 100644
--- a/mcop/flowsystem.h
+++ b/mcop/flowsystem.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/idlfilereg.cc b/mcop/idlfilereg.cc
index 4c15e24..d5dbb5d 100644
--- a/mcop/idlfilereg.cc
+++ b/mcop/idlfilereg.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/idlfilereg.h b/mcop/idlfilereg.h
index e9146ba..77b5fa6 100644
--- a/mcop/idlfilereg.h
+++ b/mcop/idlfilereg.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/ifacerepo_impl.cc b/mcop/ifacerepo_impl.cc
index 5a7572c..de36095 100644
--- a/mcop/ifacerepo_impl.cc
+++ b/mcop/ifacerepo_impl.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/ifacerepo_impl.h b/mcop/ifacerepo_impl.h
index ffa98de..ca22516 100644
--- a/mcop/ifacerepo_impl.h
+++ b/mcop/ifacerepo_impl.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/iomanager.cc b/mcop/iomanager.cc
index 442318a..5756df2 100644
--- a/mcop/iomanager.cc
+++ b/mcop/iomanager.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
diff --git a/mcop/iomanager.h b/mcop/iomanager.h
index a226e0c..fc88268 100644
--- a/mcop/iomanager.h
+++ b/mcop/iomanager.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/loopback.cc b/mcop/loopback.cc
index 0cc58a8..d29c5e3 100644
--- a/mcop/loopback.cc
+++ b/mcop/loopback.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/loopback.h b/mcop/loopback.h
index 0e0c092..e16d1cd 100644
--- a/mcop/loopback.h
+++ b/mcop/loopback.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/mcopconfig.cc b/mcop/mcopconfig.cc
index ad56c55..d39bc7e 100644
--- a/mcop/mcopconfig.cc
+++ b/mcop/mcopconfig.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/mcopconfig.h b/mcop/mcopconfig.h
index 04531f0..8fb1e10 100644
--- a/mcop/mcopconfig.h
+++ b/mcop/mcopconfig.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/mcoputils.cc b/mcop/mcoputils.cc
index 14275fb..2fc90f0 100644
--- a/mcop/mcoputils.cc
+++ b/mcop/mcoputils.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/mcoputils.h b/mcop/mcoputils.h
index ecfe9b0..3645166 100644
--- a/mcop/mcoputils.h
+++ b/mcop/mcoputils.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/md5.c b/mcop/md5.c
index 782ce30..2809a1b 100644
--- a/mcop/md5.c
+++ b/mcop/md5.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/md5.h b/mcop/md5.h
index 5670d7e..6954632 100644
--- a/mcop/md5.h
+++ b/mcop/md5.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/md5auth.cc b/mcop/md5auth.cc
index 1e6fe1a..5278870 100644
--- a/mcop/md5auth.cc
+++ b/mcop/md5auth.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/md5auth.h b/mcop/md5auth.h
index c0197ff..e70141f 100644
--- a/mcop/md5auth.h
+++ b/mcop/md5auth.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/namedstore.h b/mcop/namedstore.h
index e5fad59..89a2b2d 100644
--- a/mcop/namedstore.h
+++ b/mcop/namedstore.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/notification.cc b/mcop/notification.cc
index 3fd70d1..3c6edd5 100644
--- a/mcop/notification.cc
+++ b/mcop/notification.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/notification.h b/mcop/notification.h
index 6a8582f..8b3e4b0 100644
--- a/mcop/notification.h
+++ b/mcop/notification.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/object.cc b/mcop/object.cc
index 9f01912..c501081 100644
--- a/mcop/object.cc
+++ b/mcop/object.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/object.h b/mcop/object.h
index efe8c59..f67bc67 100644
--- a/mcop/object.h
+++ b/mcop/object.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/objectmanager.cc b/mcop/objectmanager.cc
index 0617ea4..fc545fa 100644
--- a/mcop/objectmanager.cc
+++ b/mcop/objectmanager.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/objectmanager.h b/mcop/objectmanager.h
index 47a5c11..53aa65a 100644
--- a/mcop/objectmanager.h
+++ b/mcop/objectmanager.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/pool.h b/mcop/pool.h
index 199f422..d3ca05d 100644
--- a/mcop/pool.h
+++ b/mcop/pool.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/reference.cc b/mcop/reference.cc
index 3f214bf..739f992 100644
--- a/mcop/reference.cc
+++ b/mcop/reference.cc
@@ -14,8 +14,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include "common.h"
diff --git a/mcop/reference.h b/mcop/reference.h
index ae59df6..a5bea45 100644
--- a/mcop/reference.h
+++ b/mcop/reference.h
@@ -14,8 +14,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
/*
diff --git a/mcop/referenceclean.cc b/mcop/referenceclean.cc
index 58e7001..04f1125 100644
--- a/mcop/referenceclean.cc
+++ b/mcop/referenceclean.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/referenceclean.h b/mcop/referenceclean.h
index 13b6ec7..2612ffb 100644
--- a/mcop/referenceclean.h
+++ b/mcop/referenceclean.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/socketconnection.cc b/mcop/socketconnection.cc
index f3bc3e8..1003734 100644
--- a/mcop/socketconnection.cc
+++ b/mcop/socketconnection.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/socketconnection.h b/mcop/socketconnection.h
index aaeaeb2..86c400a 100644
--- a/mcop/socketconnection.h
+++ b/mcop/socketconnection.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/startupmanager.cc b/mcop/startupmanager.cc
index 89daf16..9d85760 100644
--- a/mcop/startupmanager.cc
+++ b/mcop/startupmanager.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/startupmanager.h b/mcop/startupmanager.h
index 028b421..c0644c5 100644
--- a/mcop/startupmanager.h
+++ b/mcop/startupmanager.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/tcpconnection.cc b/mcop/tcpconnection.cc
index e0c086e..e87fde5 100644
--- a/mcop/tcpconnection.cc
+++ b/mcop/tcpconnection.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/tcpconnection.h b/mcop/tcpconnection.h
index 654bfe2..4fadef6 100644
--- a/mcop/tcpconnection.h
+++ b/mcop/tcpconnection.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/tcpserver.cc b/mcop/tcpserver.cc
index d62e28c..5ce3532 100644
--- a/mcop/tcpserver.cc
+++ b/mcop/tcpserver.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/tcpserver.h b/mcop/tcpserver.h
index 93cecca..4c31540 100644
--- a/mcop/tcpserver.h
+++ b/mcop/tcpserver.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/thread.cc b/mcop/thread.cc
index 2d81118..847a0f0 100644
--- a/mcop/thread.cc
+++ b/mcop/thread.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/thread.h b/mcop/thread.h
index 882e596..d81010d 100644
--- a/mcop/thread.h
+++ b/mcop/thread.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/tmpglobalcomm.cc b/mcop/tmpglobalcomm.cc
index 9332bce..aeca1ad 100644
--- a/mcop/tmpglobalcomm.cc
+++ b/mcop/tmpglobalcomm.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/trader_impl.cc b/mcop/trader_impl.cc
index 6dd84bd..fe954f0 100644
--- a/mcop/trader_impl.cc
+++ b/mcop/trader_impl.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/type.cc b/mcop/type.cc
index 541876b..1442d5a 100644
--- a/mcop/type.cc
+++ b/mcop/type.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/type.h b/mcop/type.h
index 2f95d20..a4ca501 100644
--- a/mcop/type.h
+++ b/mcop/type.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/unixconnection.cc b/mcop/unixconnection.cc
index adda10d..40247c4 100644
--- a/mcop/unixconnection.cc
+++ b/mcop/unixconnection.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/unixconnection.h b/mcop/unixconnection.h
index 54a5643..0640670 100644
--- a/mcop/unixconnection.h
+++ b/mcop/unixconnection.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/unixserver.cc b/mcop/unixserver.cc
index 65cfa76..9c13ab2 100644
--- a/mcop/unixserver.cc
+++ b/mcop/unixserver.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/unixserver.h b/mcop/unixserver.h
index b492e39..fa91fba 100644
--- a/mcop/unixserver.h
+++ b/mcop/unixserver.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/mcop/weakreference.h b/mcop/weakreference.h
index 76bb381..344eacb 100644
--- a/mcop/weakreference.h
+++ b/mcop/weakreference.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/