[ORBit2] Update FSF address. Patch from Tobias Mueller. Closes bug #577135.



commit f1bbc8860508e5782a27f2f6ba382409902df333
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Wed Oct 28 10:39:19 2009 +0100

    Update FSF address. Patch from Tobias Mueller. Closes bug #577135.

 COPYING                                    |    4 ++--
 COPYING.LIB                                |    6 +++---
 linc2/COPYING                              |    6 +++---
 src/idl-compiler/orbit-idl-backend.c       |    4 ++--
 src/idl-compiler/orbit-idl-backend.h       |    4 ++--
 src/services/imodule/orbit-imodule-utils.c |    4 ++--
 src/services/imodule/orbit-imodule-utils.h |    4 ++--
 src/services/imodule/orbit-imodule.c       |    4 ++--
 src/services/imodule/orbit-imodule.h       |    4 ++--
 src/services/name/orbit-name-server.c      |    4 ++--
 test/echo-client.c                         |    2 +-
 test/echo-local.c                          |    2 +-
 test/echo-server.c                         |    2 +-
 test/echo-share.h                          |    2 +-
 test/echo-srv.c                            |    2 +-
 test/empty-client.c                        |    2 +-
 test/empty-server.c                        |    2 +-
 test/everything/anyServer.c                |    2 +-
 test/everything/arrayServer.c              |    2 +-
 test/everything/basicServer.c              |    2 +-
 test/everything/client.c                   |    2 +-
 test/everything/constants.h                |    2 +-
 test/everything/contextServer.c            |    2 +-
 test/everything/deadReference.c            |    2 +-
 test/everything/everything.idl             |    2 +-
 test/everything/lifeCycle.c                |    2 +-
 test/everything/sequenceServer.c           |    2 +-
 test/everything/server.c                   |    2 +-
 test/everything/structServer.c             |    2 +-
 test/everything/unionServer.c              |    2 +-
 test/poa/poatest-basic-shell.c             |    2 +-
 test/poa/poatest-basic01.c                 |    2 +-
 test/poa/poatest-basic02.c                 |    2 +-
 test/poa/poatest-basic03.c                 |    2 +-
 test/poa/poatest-basic04.c                 |    2 +-
 test/poa/poatest-basic05.c                 |    2 +-
 test/poa/poatest-basic06.c                 |    2 +-
 test/poa/poatest-basic07.c                 |    2 +-
 test/poa/poatest-basic08.c                 |    2 +-
 test/poa/poatest-basic09.c                 |    2 +-
 test/poa/poatest-basic10.c                 |    2 +-
 test/poa/poatest-basic11.c                 |    2 +-
 test/poa/poatest-exception.h               |    2 +-
 test/poa/poatest.idl                       |    2 +-
 test/test-corbaloc.c                       |    2 +-
 test/timeout-client.c                      |    2 +-
 test/timeout-server.c                      |    2 +-
 47 files changed, 59 insertions(+), 59 deletions(-)
---
diff --git a/COPYING b/COPYING
index d60c31a..623b625 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 Street, 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 Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 
 Also add information on how to contact you by electronic and paper mail.
diff --git a/COPYING.LIB b/COPYING.LIB
index 161a3d1..778d0bb 100644
--- a/COPYING.LIB
+++ b/COPYING.LIB
@@ -2,7 +2,7 @@
 		       Version 2, June 1991
 
  Copyright (C) 1991 Free Software Foundation, Inc.
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin Street, 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.
 
@@ -464,8 +464,8 @@ convey the exclusion of warranty; and each file should have at least the
 
     You should have received a copy of the GNU Library 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
+    Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301, USA
 
 Also add information on how to contact you by electronic and paper mail.
 
diff --git a/linc2/COPYING b/linc2/COPYING
index 161a3d1..778d0bb 100644
--- a/linc2/COPYING
+++ b/linc2/COPYING
@@ -2,7 +2,7 @@
 		       Version 2, June 1991
 
  Copyright (C) 1991 Free Software Foundation, Inc.
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin Street, 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.
 
@@ -464,8 +464,8 @@ convey the exclusion of warranty; and each file should have at least the
 
     You should have received a copy of the GNU Library 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
+    Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301, USA
 
 Also add information on how to contact you by electronic and paper mail.
 
diff --git a/src/idl-compiler/orbit-idl-backend.c b/src/idl-compiler/orbit-idl-backend.c
index 388213a..ca72d7d 100644
--- a/src/idl-compiler/orbit-idl-backend.c
+++ b/src/idl-compiler/orbit-idl-backend.c
@@ -15,8 +15,8 @@
  *
  * You should have received a copy of the GNU Library 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.
  *
  * Authors:
  *	Mark McLoughlin <mark skynet ie>
diff --git a/src/idl-compiler/orbit-idl-backend.h b/src/idl-compiler/orbit-idl-backend.h
index 285d6ed..94f4709 100644
--- a/src/idl-compiler/orbit-idl-backend.h
+++ b/src/idl-compiler/orbit-idl-backend.h
@@ -15,8 +15,8 @@
  *
  * You should have received a copy of the GNU Library 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.
  *
  * Authors:
  *	Mark McLoughlin <mark skynet ie>
diff --git a/src/services/imodule/orbit-imodule-utils.c b/src/services/imodule/orbit-imodule-utils.c
index fed2c8c..d0b8cb4 100644
--- a/src/services/imodule/orbit-imodule-utils.c
+++ b/src/services/imodule/orbit-imodule-utils.c
@@ -16,8 +16,8 @@
  *
  * You should have received a copy of the GNU Library 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.
  *
  * Authors:
  *     Mark McLoughlin <mark skynet ie>
diff --git a/src/services/imodule/orbit-imodule-utils.h b/src/services/imodule/orbit-imodule-utils.h
index cda2dc8..f810e2e 100644
--- a/src/services/imodule/orbit-imodule-utils.h
+++ b/src/services/imodule/orbit-imodule-utils.h
@@ -16,8 +16,8 @@
  *
  * You should have received a copy of the GNU Library 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.
  *
  * Authors:
  *	Mark McLoughlin <mark skynet ie>
diff --git a/src/services/imodule/orbit-imodule.c b/src/services/imodule/orbit-imodule.c
index e627677..f5fff55 100644
--- a/src/services/imodule/orbit-imodule.c
+++ b/src/services/imodule/orbit-imodule.c
@@ -16,8 +16,8 @@
  *
  * You should have received a copy of the GNU Library 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.
  *
  * Authors:
  *     Mark McLoughlin <mark skynet ie>
diff --git a/src/services/imodule/orbit-imodule.h b/src/services/imodule/orbit-imodule.h
index 0f544ea..72c2d35 100644
--- a/src/services/imodule/orbit-imodule.h
+++ b/src/services/imodule/orbit-imodule.h
@@ -15,8 +15,8 @@
  *
  * You should have received a copy of the GNU Library 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.
  *
  * Authors:
  *	Mark McLoughlin <mark skynet ie>
diff --git a/src/services/name/orbit-name-server.c b/src/services/name/orbit-name-server.c
index ea982af..3677c71 100644
--- a/src/services/name/orbit-name-server.c
+++ b/src/services/name/orbit-name-server.c
@@ -15,8 +15,8 @@
  *
  *  You should have received a copy of the GNU Library 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.
  */
 
 #include "CosNaming.h"
diff --git a/test/echo-client.c b/test/echo-client.c
index 9a21e44..f961b59 100644
--- a/test/echo-client.c
+++ b/test/echo-client.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Elliot Lee <sopwith redhat com>
  */
diff --git a/test/echo-local.c b/test/echo-local.c
index defef28..5678a94 100644
--- a/test/echo-local.c
+++ b/test/echo-local.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Elliot Lee <sopwith redhat com>
  */
diff --git a/test/echo-server.c b/test/echo-server.c
index 52ff1d9..14c950a 100644
--- a/test/echo-server.c
+++ b/test/echo-server.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Elliot Lee <sopwith redhat com>
  */
diff --git a/test/echo-share.h b/test/echo-share.h
index 50dc617..1c8a21b 100644
--- a/test/echo-share.h
+++ b/test/echo-share.h
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Elliot Lee <sopwith redhat com>
  */
diff --git a/test/echo-srv.c b/test/echo-srv.c
index 918d056..e9619ab 100644
--- a/test/echo-srv.c
+++ b/test/echo-srv.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Elliot Lee <sopwith redhat com>
  */
diff --git a/test/empty-client.c b/test/empty-client.c
index 8bb35fa..6998bc6 100644
--- a/test/empty-client.c
+++ b/test/empty-client.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Elliot Lee <sopwith redhat com>
  */
diff --git a/test/empty-server.c b/test/empty-server.c
index 7fa46b8..6fe6eab 100644
--- a/test/empty-server.c
+++ b/test/empty-server.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Elliot Lee <sopwith redhat com>
  */
diff --git a/test/everything/anyServer.c b/test/everything/anyServer.c
index 59b1d7f..d5ccf6e 100644
--- a/test/everything/anyServer.c
+++ b/test/everything/anyServer.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Phil Dawes <philipd users sourceforge net>
  */
diff --git a/test/everything/arrayServer.c b/test/everything/arrayServer.c
index 17a9c7f..cd78a1a 100644
--- a/test/everything/arrayServer.c
+++ b/test/everything/arrayServer.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Phil Dawes <philipd users sourceforge net>
  */
diff --git a/test/everything/basicServer.c b/test/everything/basicServer.c
index 6eb0082..a4e350d 100644
--- a/test/everything/basicServer.c
+++ b/test/everything/basicServer.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Phil Dawes <philipd users sourceforge net>
  */
diff --git a/test/everything/client.c b/test/everything/client.c
index 52f153c..afa6a9b 100644
--- a/test/everything/client.c
+++ b/test/everything/client.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Phil Dawes <philipd users sourceforge net>
  */
diff --git a/test/everything/constants.h b/test/everything/constants.h
index 5193305..9247a06 100644
--- a/test/everything/constants.h
+++ b/test/everything/constants.h
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Phil Dawes <philipd users sourceforge net>
  */
diff --git a/test/everything/contextServer.c b/test/everything/contextServer.c
index 49ac9b6..f8dcc23 100644
--- a/test/everything/contextServer.c
+++ b/test/everything/contextServer.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Michael Meeks <michael ximian com>
  */
diff --git a/test/everything/deadReference.c b/test/everything/deadReference.c
index 65c0713..5dbfe18 100644
--- a/test/everything/deadReference.c
+++ b/test/everything/deadReference.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/everything/everything.idl b/test/everything/everything.idl
index 3aea022..857994a 100644
--- a/test/everything/everything.idl
+++ b/test/everything/everything.idl
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Phil Dawes <philipd users sourceforge net>
  */
diff --git a/test/everything/lifeCycle.c b/test/everything/lifeCycle.c
index 1339f6b..479e697 100644
--- a/test/everything/lifeCycle.c
+++ b/test/everything/lifeCycle.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/everything/sequenceServer.c b/test/everything/sequenceServer.c
index 6223a48..31ec9d4 100644
--- a/test/everything/sequenceServer.c
+++ b/test/everything/sequenceServer.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Phil Dawes <philipd users sourceforge net>
  */
diff --git a/test/everything/server.c b/test/everything/server.c
index c2f7cfd..5219f54 100644
--- a/test/everything/server.c
+++ b/test/everything/server.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Phil Dawes <philipd users sourceforge net>
  */
diff --git a/test/everything/structServer.c b/test/everything/structServer.c
index 53c13bd..937a847 100644
--- a/test/everything/structServer.c
+++ b/test/everything/structServer.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Phil Dawes <philipd users sourceforge net>
  */
diff --git a/test/everything/unionServer.c b/test/everything/unionServer.c
index 6b0f34a..e32d5d9 100644
--- a/test/everything/unionServer.c
+++ b/test/everything/unionServer.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Phil Dawes <philipd users sourceforge net>
  */
diff --git a/test/poa/poatest-basic-shell.c b/test/poa/poatest-basic-shell.c
index 1267000..a229fdb 100644
--- a/test/poa/poatest-basic-shell.c
+++ b/test/poa/poatest-basic-shell.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-basic01.c b/test/poa/poatest-basic01.c
index fb1a6ce..70b64b7 100644
--- a/test/poa/poatest-basic01.c
+++ b/test/poa/poatest-basic01.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-basic02.c b/test/poa/poatest-basic02.c
index c32a609..255267f 100644
--- a/test/poa/poatest-basic02.c
+++ b/test/poa/poatest-basic02.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-basic03.c b/test/poa/poatest-basic03.c
index 4b27b06..fdbee0b 100644
--- a/test/poa/poatest-basic03.c
+++ b/test/poa/poatest-basic03.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-basic04.c b/test/poa/poatest-basic04.c
index a4d9599..7285d1f 100644
--- a/test/poa/poatest-basic04.c
+++ b/test/poa/poatest-basic04.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-basic05.c b/test/poa/poatest-basic05.c
index fc306d5..f696083 100644
--- a/test/poa/poatest-basic05.c
+++ b/test/poa/poatest-basic05.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-basic06.c b/test/poa/poatest-basic06.c
index 7481ba8..a3feddc 100644
--- a/test/poa/poatest-basic06.c
+++ b/test/poa/poatest-basic06.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-basic07.c b/test/poa/poatest-basic07.c
index 67df585..3bd7c62 100644
--- a/test/poa/poatest-basic07.c
+++ b/test/poa/poatest-basic07.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-basic08.c b/test/poa/poatest-basic08.c
index f529b6c..f65f766 100644
--- a/test/poa/poatest-basic08.c
+++ b/test/poa/poatest-basic08.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-basic09.c b/test/poa/poatest-basic09.c
index 1d5d766..772185d 100644
--- a/test/poa/poatest-basic09.c
+++ b/test/poa/poatest-basic09.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-basic10.c b/test/poa/poatest-basic10.c
index 0b9b421..dd1d3f4 100644
--- a/test/poa/poatest-basic10.c
+++ b/test/poa/poatest-basic10.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-basic11.c b/test/poa/poatest-basic11.c
index aebda26..711d71e 100644
--- a/test/poa/poatest-basic11.c
+++ b/test/poa/poatest-basic11.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest-exception.h b/test/poa/poatest-exception.h
index 6ed3c7a..f91eefc 100644
--- a/test/poa/poatest-exception.h
+++ b/test/poa/poatest-exception.h
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/poa/poatest.idl b/test/poa/poatest.idl
index 1a469b6..db3eb29 100644
--- a/test/poa/poatest.idl
+++ b/test/poa/poatest.idl
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Mark McLoughlin <mark skynet ie>
  */
diff --git a/test/test-corbaloc.c b/test/test-corbaloc.c
index 5ffda27..3cb2c18 100644
--- a/test/test-corbaloc.c
+++ b/test/test-corbaloc.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Elliot Lee <sopwith redhat com>
  */
diff --git a/test/timeout-client.c b/test/timeout-client.c
index 3a09319..910f57c 100644
--- a/test/timeout-client.c
+++ b/test/timeout-client.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Jules Colding <colding omesc com>
  */
diff --git a/test/timeout-server.c b/test/timeout-server.c
index d37951d..d6386da 100644
--- a/test/timeout-server.c
+++ b/test/timeout-server.c
@@ -13,7 +13,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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Author: Jules Colding <colding omesc com>
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]