[gconf] Bug 578877 – Update FSF address



commit a48923f73ffbfe1a15beffb41aa53317bbd97219
Author: Tobias Mueller <gnome-bugs auftrags-killer org>
Date:   Tue Apr 21 02:29:02 2009 -0400

    Bug 578877 â?? Update FSF address
---
 backends/evoldap-backend.c         |    4 ++--
 backends/gconf-merge-tree.c        |    4 ++--
 backends/markup-backend.c          |    4 ++--
 backends/markup-tree.c             |    4 ++--
 backends/markup-tree.h             |    4 ++--
 backends/xml-backend.c             |    4 ++--
 backends/xml-cache.c               |    4 ++--
 backends/xml-cache.h               |    4 ++--
 backends/xml-dir.c                 |    4 ++--
 backends/xml-dir.h                 |    4 ++--
 backends/xml-entry.c               |    4 ++--
 backends/xml-entry.h               |    4 ++--
 backends/xml-test.c                |    4 ++--
 defaults/gconf-defaults-main.c     |    2 +-
 defaults/gconf-defaults.c          |    2 +-
 defaults/gconf-defaults.h          |    2 +-
 examples/basic-gconf-app.c         |    4 ++--
 examples/complex-gconf-app.c       |    4 ++--
 examples/simple-controller.c       |    4 ++--
 examples/simple-view.c             |    4 ++--
 gconf/dllmain.c                    |    4 ++--
 gconf/gconf-backend.c              |    4 ++--
 gconf/gconf-backend.h              |    4 ++--
 gconf/gconf-changeset.c            |    4 ++--
 gconf/gconf-changeset.h            |    4 ++--
 gconf/gconf-client.c               |    4 ++--
 gconf/gconf-client.h               |    4 ++--
 gconf/gconf-database.c             |    4 ++--
 gconf/gconf-database.h             |    4 ++--
 gconf/gconf-engine.h               |    4 ++--
 gconf/gconf-error.c                |    4 ++--
 gconf/gconf-error.h                |    4 ++--
 gconf/gconf-glib.c                 |    4 ++--
 gconf/gconf-internals.c            |    4 ++--
 gconf/gconf-internals.h            |    4 ++--
 gconf/gconf-listeners.c            |    4 ++--
 gconf/gconf-listeners.h            |    4 ++--
 gconf/gconf-locale.c               |    4 ++--
 gconf/gconf-locale.h               |    4 ++--
 gconf/gconf-sanity-check.c         |    4 ++--
 gconf/gconf-schema.c               |    4 ++--
 gconf/gconf-schema.h               |    4 ++--
 gconf/gconf-sources.c              |    4 ++--
 gconf/gconf-sources.h              |    4 ++--
 gconf/gconf-value.c                |    4 ++--
 gconf/gconf-value.h                |    4 ++--
 gconf/gconf.c                      |    4 ++--
 gconf/gconf.h                      |    4 ++--
 gconf/gconfd.c                     |    4 ++--
 gconf/gconfd.h                     |    4 ++--
 gconf/gconftool.c                  |    4 ++--
 gconf/gnome-testclient.c           |    2 +-
 gconf/testclient.c                 |    4 ++--
 gconf/testgconfclient.c            |    4 ++--
 tests/testaddress.c                |    4 ++--
 tests/testbackend.c                |    4 ++--
 tests/testchangeset.c              |    4 ++--
 tests/testdirlist.c                |    4 ++--
 tests/testencode.c                 |    4 ++--
 tests/testgconf.c                  |    4 ++--
 tests/testlisteners.c              |    4 ++--
 tests/testpersistence.c            |    4 ++--
 tests/testschemas.c                |    4 ++--
 tests/testunique.c                 |    4 ++--
 wrappers/cxx/gconf-cxx.cc          |    4 ++--
 wrappers/cxx/gconf-cxx.h           |    4 ++--
 wrappers/guile/gconf-guile.c       |    4 ++--
 wrappers/guile/scm-gconf-private.h |    4 ++--
 wrappers/guile/scm-gconf.c         |    4 ++--
 wrappers/guile/scm-gconf.h         |    4 ++--
 70 files changed, 136 insertions(+), 136 deletions(-)

diff --git a/backends/evoldap-backend.c b/backends/evoldap-backend.c
index 53d0ce9..872c60e 100644
--- a/backends/evoldap-backend.c
+++ b/backends/evoldap-backend.c
@@ -13,8 +13,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 "config.h"
diff --git a/backends/gconf-merge-tree.c b/backends/gconf-merge-tree.c
index f1b6102..f715c23 100644
--- a/backends/gconf-merge-tree.c
+++ b/backends/gconf-merge-tree.c
@@ -13,8 +13,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/backends/markup-backend.c b/backends/markup-backend.c
index a8e3ade..9622c6b 100644
--- a/backends/markup-backend.c
+++ b/backends/markup-backend.c
@@ -13,8 +13,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 "config.h"
diff --git a/backends/markup-tree.c b/backends/markup-tree.c
index 0bfab30..0f9bb89 100644
--- a/backends/markup-tree.c
+++ b/backends/markup-tree.c
@@ -14,8 +14,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 "config.h"
diff --git a/backends/markup-tree.h b/backends/markup-tree.h
index 6f1d0ad..cda6bd8 100644
--- a/backends/markup-tree.h
+++ b/backends/markup-tree.h
@@ -13,8 +13,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.
  */
 
 #ifndef MARKUP_TREE_H
diff --git a/backends/xml-backend.c b/backends/xml-backend.c
index a327bd6..e34e262 100644
--- a/backends/xml-backend.c
+++ b/backends/xml-backend.c
@@ -14,8 +14,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 "config.h"
diff --git a/backends/xml-cache.c b/backends/xml-cache.c
index 261ad55..ff9890d 100644
--- a/backends/xml-cache.c
+++ b/backends/xml-cache.c
@@ -13,8 +13,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 "config.h"
diff --git a/backends/xml-cache.h b/backends/xml-cache.h
index ce49d43..78a2937 100644
--- a/backends/xml-cache.h
+++ b/backends/xml-cache.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_XML_CACHE_H
diff --git a/backends/xml-dir.c b/backends/xml-dir.c
index 5b1d5b3..92805f9 100644
--- a/backends/xml-dir.c
+++ b/backends/xml-dir.c
@@ -13,8 +13,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 "config.h"
diff --git a/backends/xml-dir.h b/backends/xml-dir.h
index 688e3fc..2daab88 100644
--- a/backends/xml-dir.h
+++ b/backends/xml-dir.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_XML_DIR_H
diff --git a/backends/xml-entry.c b/backends/xml-entry.c
index 9d2ccae..871017b 100644
--- a/backends/xml-entry.c
+++ b/backends/xml-entry.c
@@ -13,8 +13,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 "config.h"
diff --git a/backends/xml-entry.h b/backends/xml-entry.h
index 622b485..131b260 100644
--- a/backends/xml-entry.h
+++ b/backends/xml-entry.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_XML_ENTRY_H
diff --git a/backends/xml-test.c b/backends/xml-test.c
index 05973be..3252c3e 100644
--- a/backends/xml-test.c
+++ b/backends/xml-test.c
@@ -13,8 +13,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 "config.h"
diff --git a/defaults/gconf-defaults-main.c b/defaults/gconf-defaults-main.c
index bd22902..0570597 100644
--- a/defaults/gconf-defaults-main.c
+++ b/defaults/gconf-defaults-main.c
@@ -14,7 +14,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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  */
 
diff --git a/defaults/gconf-defaults.c b/defaults/gconf-defaults.c
index 2df939f..df4536d 100644
--- a/defaults/gconf-defaults.c
+++ b/defaults/gconf-defaults.c
@@ -14,7 +14,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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  */
 
diff --git a/defaults/gconf-defaults.h b/defaults/gconf-defaults.h
index d7c4bcc..719eb39 100644
--- a/defaults/gconf-defaults.h
+++ b/defaults/gconf-defaults.h
@@ -14,7 +14,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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  */
 
diff --git a/examples/basic-gconf-app.c b/examples/basic-gconf-app.c
index 6de58e5..bb88a53 100644
--- a/examples/basic-gconf-app.c
+++ b/examples/basic-gconf-app.c
@@ -14,8 +14,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.
  */
 
 /* This program demonstrates how to use GConf.  The key thing is that
diff --git a/examples/complex-gconf-app.c b/examples/complex-gconf-app.c
index a361c2d..567989c 100644
--- a/examples/complex-gconf-app.c
+++ b/examples/complex-gconf-app.c
@@ -14,8 +14,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.
  */
 
 
diff --git a/examples/simple-controller.c b/examples/simple-controller.c
index f436688..467313e 100644
--- a/examples/simple-controller.c
+++ b/examples/simple-controller.c
@@ -14,8 +14,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.
  */
 
 /* A very simple program that sets a single key value when you type
diff --git a/examples/simple-view.c b/examples/simple-view.c
index 41822d8..0052ed2 100644
--- a/examples/simple-view.c
+++ b/examples/simple-view.c
@@ -14,8 +14,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.
  */
 
 /* A very simple program that monitors a single key for changes. */
diff --git a/gconf/dllmain.c b/gconf/dllmain.c
index ed9ccd2..f78ede0 100644
--- a/gconf/dllmain.c
+++ b/gconf/dllmain.c
@@ -13,8 +13,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 <windows.h>
diff --git a/gconf/gconf-backend.c b/gconf/gconf-backend.c
index 4957b26..1cc5ce2 100644
--- a/gconf/gconf-backend.c
+++ b/gconf/gconf-backend.c
@@ -14,8 +14,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 "config.h"
diff --git a/gconf/gconf-backend.h b/gconf/gconf-backend.h
index 7010711..e30d06a 100644
--- a/gconf/gconf-backend.h
+++ b/gconf/gconf-backend.h
@@ -14,8 +14,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.
  */
 
 #ifndef GCONF_GCONFBACKEND_H
diff --git a/gconf/gconf-changeset.c b/gconf/gconf-changeset.c
index cc2dd52..770090f 100644
--- a/gconf/gconf-changeset.c
+++ b/gconf/gconf-changeset.c
@@ -13,8 +13,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 "config.h"
diff --git a/gconf/gconf-changeset.h b/gconf/gconf-changeset.h
index 1b8fc4f..33f2a8a 100644
--- a/gconf/gconf-changeset.h
+++ b/gconf/gconf-changeset.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_GCONF_CHANGESET_H
diff --git a/gconf/gconf-client.c b/gconf/gconf-client.c
index cb052cd..cca0476 100644
--- a/gconf/gconf-client.c
+++ b/gconf/gconf-client.c
@@ -14,8 +14,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 "config.h"
diff --git a/gconf/gconf-client.h b/gconf/gconf-client.h
index ffa63e8..e142b0c 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -14,8 +14,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.
  */
 
 #ifndef GCONF_GCONF_CLIENT_H
diff --git a/gconf/gconf-database.c b/gconf/gconf-database.c
index 5199889..d04b875 100644
--- a/gconf/gconf-database.c
+++ b/gconf/gconf-database.c
@@ -13,8 +13,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 "config.h"
diff --git a/gconf/gconf-database.h b/gconf/gconf-database.h
index 67f47aa..604b819 100644
--- a/gconf/gconf-database.h
+++ b/gconf/gconf-database.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_GCONF_DATABASE_H
diff --git a/gconf/gconf-engine.h b/gconf/gconf-engine.h
index 7ee7226..4185d96 100644
--- a/gconf/gconf-engine.h
+++ b/gconf/gconf-engine.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_GCONF_ENGINE_H
diff --git a/gconf/gconf-error.c b/gconf/gconf-error.c
index 2c2bfdb..cc04fd6 100644
--- a/gconf/gconf-error.c
+++ b/gconf/gconf-error.c
@@ -13,8 +13,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 "config.h"
diff --git a/gconf/gconf-error.h b/gconf/gconf-error.h
index 26e080f..65f2bdb 100644
--- a/gconf/gconf-error.h
+++ b/gconf/gconf-error.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_GCONF_ERROR_H
diff --git a/gconf/gconf-glib.c b/gconf/gconf-glib.c
index 002248d..db732af 100644
--- a/gconf/gconf-glib.c
+++ b/gconf/gconf-glib.c
@@ -13,8 +13,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 "config.h"
diff --git a/gconf/gconf-internals.c b/gconf/gconf-internals.c
index 607dcba..c9e258c 100644
--- a/gconf/gconf-internals.c
+++ b/gconf/gconf-internals.c
@@ -14,8 +14,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 "config.h"
diff --git a/gconf/gconf-internals.h b/gconf/gconf-internals.h
index dc8d35e..ab66408 100644
--- a/gconf/gconf-internals.h
+++ b/gconf/gconf-internals.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_GCONF_INTERNALS_H
diff --git a/gconf/gconf-listeners.c b/gconf/gconf-listeners.c
index b119391..710cf28 100644
--- a/gconf/gconf-listeners.c
+++ b/gconf/gconf-listeners.c
@@ -13,8 +13,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 "config.h"
diff --git a/gconf/gconf-listeners.h b/gconf/gconf-listeners.h
index 8821801..69f7bad 100644
--- a/gconf/gconf-listeners.h
+++ b/gconf/gconf-listeners.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_GCONF_LISTENERS_H
diff --git a/gconf/gconf-locale.c b/gconf/gconf-locale.c
index c885f92..c6f1066 100644
--- a/gconf/gconf-locale.c
+++ b/gconf/gconf-locale.c
@@ -13,8 +13,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 "config.h"
diff --git a/gconf/gconf-locale.h b/gconf/gconf-locale.h
index 6332a2e..f40de14 100644
--- a/gconf/gconf-locale.h
+++ b/gconf/gconf-locale.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_GCONF_LOCALE_H
diff --git a/gconf/gconf-sanity-check.c b/gconf/gconf-sanity-check.c
index e466960..42f4d32 100644
--- a/gconf/gconf-sanity-check.c
+++ b/gconf/gconf-sanity-check.c
@@ -13,8 +13,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 "config.h"
diff --git a/gconf/gconf-schema.c b/gconf/gconf-schema.c
index 6c8c0a2..a8cc4e9 100644
--- a/gconf/gconf-schema.c
+++ b/gconf/gconf-schema.c
@@ -13,8 +13,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 "config.h"
diff --git a/gconf/gconf-schema.h b/gconf/gconf-schema.h
index 5921735..fe6975c 100644
--- a/gconf/gconf-schema.h
+++ b/gconf/gconf-schema.h
@@ -14,8 +14,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.
  */
 
 #ifndef GCONF_GCONF_SCHEMA_H
diff --git a/gconf/gconf-sources.c b/gconf/gconf-sources.c
index 3f10957..dca5528 100644
--- a/gconf/gconf-sources.c
+++ b/gconf/gconf-sources.c
@@ -14,8 +14,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 "config.h"
diff --git a/gconf/gconf-sources.h b/gconf/gconf-sources.h
index fc050c8..7caa0c7 100644
--- a/gconf/gconf-sources.h
+++ b/gconf/gconf-sources.h
@@ -14,8 +14,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.
  */
 
 #ifndef GCONF_GCONF_SOURCES_H
diff --git a/gconf/gconf-value.c b/gconf/gconf-value.c
index f03e241..615b384 100644
--- a/gconf/gconf-value.c
+++ b/gconf/gconf-value.c
@@ -13,8 +13,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 "config.h"
diff --git a/gconf/gconf-value.h b/gconf/gconf-value.h
index d6174a4..53b56e4 100644
--- a/gconf/gconf-value.h
+++ b/gconf/gconf-value.h
@@ -14,8 +14,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.
  */
 
 #ifndef GCONF_GCONF_VALUE_H
diff --git a/gconf/gconf.c b/gconf/gconf.c
index b6fccd8..b39c33f 100644
--- a/gconf/gconf.c
+++ b/gconf/gconf.c
@@ -13,8 +13,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 "GConfX.h"
diff --git a/gconf/gconf.h b/gconf/gconf.h
index 1b128ab..acd5135 100644
--- a/gconf/gconf.h
+++ b/gconf/gconf.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_GCONF_H
diff --git a/gconf/gconfd.c b/gconf/gconfd.c
index 2e7183b..fe5d18a 100644
--- a/gconf/gconfd.c
+++ b/gconf/gconfd.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.
  */
 
 
diff --git a/gconf/gconfd.h b/gconf/gconfd.h
index e5b37fb..1071259 100644
--- a/gconf/gconfd.h
+++ b/gconf/gconfd.h
@@ -13,8 +13,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.
  */
 
 #ifndef GCONF_GCONFD_H
diff --git a/gconf/gconftool.c b/gconf/gconftool.c
index 21f73e7..137bae9 100644
--- a/gconf/gconftool.c
+++ b/gconf/gconftool.c
@@ -13,8 +13,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 "config.h"
diff --git a/gconf/gnome-testclient.c b/gconf/gnome-testclient.c
index c480437..df61d70 100644
--- a/gconf/gnome-testclient.c
+++ b/gconf/gnome-testclient.c
@@ -14,7 +14,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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  * USA
  */
 
diff --git a/gconf/testclient.c b/gconf/testclient.c
index 24a0cbb..a9b1e1d 100644
--- a/gconf/testclient.c
+++ b/gconf/testclient.c
@@ -14,8 +14,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 "config.h"
diff --git a/gconf/testgconfclient.c b/gconf/testgconfclient.c
index 2a60a22..4e44f0a 100644
--- a/gconf/testgconfclient.c
+++ b/gconf/testgconfclient.c
@@ -14,8 +14,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 "config.h"
diff --git a/tests/testaddress.c b/tests/testaddress.c
index 5c05be0..b0f656e 100644
--- a/tests/testaddress.c
+++ b/tests/testaddress.c
@@ -13,8 +13,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.
  */
 
 
diff --git a/tests/testbackend.c b/tests/testbackend.c
index 46d4273..a91ec13 100644
--- a/tests/testbackend.c
+++ b/tests/testbackend.c
@@ -13,8 +13,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 <gconf/gconf-backend.h>
diff --git a/tests/testchangeset.c b/tests/testchangeset.c
index faddb6c..fa83501 100644
--- a/tests/testchangeset.c
+++ b/tests/testchangeset.c
@@ -13,8 +13,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.
  */
 
 
diff --git a/tests/testdirlist.c b/tests/testdirlist.c
index d16cd6c..4ea3f04 100644
--- a/tests/testdirlist.c
+++ b/tests/testdirlist.c
@@ -13,8 +13,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.
  */
 
 
diff --git a/tests/testencode.c b/tests/testencode.c
index a7d8a1f..84bd3ef 100644
--- a/tests/testencode.c
+++ b/tests/testencode.c
@@ -13,8 +13,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 <gconf/gconf.h>
diff --git a/tests/testgconf.c b/tests/testgconf.c
index 080e684..8304c37 100644
--- a/tests/testgconf.c
+++ b/tests/testgconf.c
@@ -13,8 +13,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.
  */
 
 
diff --git a/tests/testlisteners.c b/tests/testlisteners.c
index 019055d..57c9e76 100644
--- a/tests/testlisteners.c
+++ b/tests/testlisteners.c
@@ -13,8 +13,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 <gconf/gconf-listeners.h>
diff --git a/tests/testpersistence.c b/tests/testpersistence.c
index f2753ab..d709e9c 100644
--- a/tests/testpersistence.c
+++ b/tests/testpersistence.c
@@ -13,8 +13,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.
  */
 
 
diff --git a/tests/testschemas.c b/tests/testschemas.c
index 0b87178..388bf5f 100644
--- a/tests/testschemas.c
+++ b/tests/testschemas.c
@@ -13,8 +13,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.
  */
 
 
diff --git a/tests/testunique.c b/tests/testunique.c
index 22d14bc..9586b87 100644
--- a/tests/testunique.c
+++ b/tests/testunique.c
@@ -13,8 +13,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.
  */
 
 /* This isn't an automated test */
diff --git a/wrappers/cxx/gconf-cxx.cc b/wrappers/cxx/gconf-cxx.cc
index 9100623..ff159f1 100644
--- a/wrappers/cxx/gconf-cxx.cc
+++ b/wrappers/cxx/gconf-cxx.cc
@@ -14,8 +14,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 "gconf-cxx.h"
diff --git a/wrappers/cxx/gconf-cxx.h b/wrappers/cxx/gconf-cxx.h
index 93e6832..a90a26c 100644
--- a/wrappers/cxx/gconf-cxx.h
+++ b/wrappers/cxx/gconf-cxx.h
@@ -14,8 +14,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.
  */
 
 #ifndef GCONF_GCONF_CXX_H
diff --git a/wrappers/guile/gconf-guile.c b/wrappers/guile/gconf-guile.c
index d89c6b2..c6016e8 100644
--- a/wrappers/guile/gconf-guile.c
+++ b/wrappers/guile/gconf-guile.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 <config.h>
diff --git a/wrappers/guile/scm-gconf-private.h b/wrappers/guile/scm-gconf-private.h
index ae3e4f5..fa4dda7 100644
--- a/wrappers/guile/scm-gconf-private.h
+++ b/wrappers/guile/scm-gconf-private.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.
  */
 
 
diff --git a/wrappers/guile/scm-gconf.c b/wrappers/guile/scm-gconf.c
index 999e577..4efe4c0 100644
--- a/wrappers/guile/scm-gconf.c
+++ b/wrappers/guile/scm-gconf.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 "scm-gconf.h"
diff --git a/wrappers/guile/scm-gconf.h b/wrappers/guile/scm-gconf.h
index 0d4e0e5..106597a 100644
--- a/wrappers/guile/scm-gconf.h
+++ b/wrappers/guile/scm-gconf.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.
  */
 
 



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