From 92205699d01f918a0f8808d8cbbe55ba2568f058 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 23 May 2005 19:57:22 +0000 Subject: The FSF has a new address. --- examples/Makefile.am | 4 ++-- examples/box-dynamic-module/Makefile.am | 4 ++-- examples/box-dynamic-module/box.c | 4 ++-- examples/box-dynamic/Makefile.am | 4 ++-- examples/box-dynamic/box.c | 4 ++-- examples/box-module/Makefile.am | 4 ++-- examples/box-module/box.c | 4 ++-- examples/box/Makefile.am | 4 ++-- examples/box/box.c | 4 ++-- examples/compat/compat.h | 4 ++-- examples/modules/Makefile.am | 4 ++-- examples/safe/Makefile.am | 4 ++-- examples/scripts/Makefile.am | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index 504ba06ff..4b865c9ee 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -16,8 +16,8 @@ ## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write -## to the Free Software Foundation, Inc., 59 Temple Place, Suite -## 330, Boston, MA 02111-1307 USA +## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth +## Floor, Boston, MA 02110-1301 USA SUBDIRS = scripts box box-module box-dynamic box-dynamic-module\ modules safe diff --git a/examples/box-dynamic-module/Makefile.am b/examples/box-dynamic-module/Makefile.am index 665a7de54..9127ee500 100644 --- a/examples/box-dynamic-module/Makefile.am +++ b/examples/box-dynamic-module/Makefile.am @@ -16,8 +16,8 @@ ## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write -## to the Free Software Foundation, Inc., 59 Temple Place, Suite -## 330, Boston, MA 02111-1307 USA +## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth +## Floor, Boston, MA 02110-1301 USA EXTRA_DIST = README box.c box-module.scm box-mixed.scm check.test diff --git a/examples/box-dynamic-module/box.c b/examples/box-dynamic-module/box.c index 180190e9e..bb25e5cc9 100644 --- a/examples/box-dynamic-module/box.c +++ b/examples/box-dynamic-module/box.c @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. 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 all needed declarations. */ diff --git a/examples/box-dynamic/Makefile.am b/examples/box-dynamic/Makefile.am index 574eadb85..442af724a 100644 --- a/examples/box-dynamic/Makefile.am +++ b/examples/box-dynamic/Makefile.am @@ -16,8 +16,8 @@ ## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write -## to the Free Software Foundation, Inc., 59 Temple Place, Suite -## 330, Boston, MA 02111-1307 USA +## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth +## Floor, Boston, MA 02110-1301 USA EXTRA_DIST = README box.c check.test diff --git a/examples/box-dynamic/box.c b/examples/box-dynamic/box.c index 9379b86a5..6f26c8d76 100644 --- a/examples/box-dynamic/box.c +++ b/examples/box-dynamic/box.c @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. 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 all needed declarations. */ diff --git a/examples/box-module/Makefile.am b/examples/box-module/Makefile.am index 3fe82e7cd..a1a796e21 100644 --- a/examples/box-module/Makefile.am +++ b/examples/box-module/Makefile.am @@ -16,8 +16,8 @@ ## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write -## to the Free Software Foundation, Inc., 59 Temple Place, Suite -## 330, Boston, MA 02111-1307 USA +## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth +## Floor, Boston, MA 02110-1301 USA EXTRA_DIST = README box.c check.test diff --git a/examples/box-module/box.c b/examples/box-module/box.c index 90f6881dd..07d54f0c4 100644 --- a/examples/box-module/box.c +++ b/examples/box-module/box.c @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. 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 all needed declarations. */ diff --git a/examples/box/Makefile.am b/examples/box/Makefile.am index 3fe82e7cd..a1a796e21 100644 --- a/examples/box/Makefile.am +++ b/examples/box/Makefile.am @@ -16,8 +16,8 @@ ## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write -## to the Free Software Foundation, Inc., 59 Temple Place, Suite -## 330, Boston, MA 02111-1307 USA +## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth +## Floor, Boston, MA 02110-1301 USA EXTRA_DIST = README box.c check.test diff --git a/examples/box/box.c b/examples/box/box.c index e526fa880..2dad082cd 100644 --- a/examples/box/box.c +++ b/examples/box/box.c @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. 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 all needed declarations. */ diff --git a/examples/compat/compat.h b/examples/compat/compat.h index 20cc566c4..839025fd0 100644 --- a/examples/compat/compat.h +++ b/examples/compat/compat.h @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. 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 * * As a special exception, the Free Software Foundation gives permission * for additional uses of the text contained in its release of GUILE. diff --git a/examples/modules/Makefile.am b/examples/modules/Makefile.am index a6a9e0e03..215ba5ddf 100644 --- a/examples/modules/Makefile.am +++ b/examples/modules/Makefile.am @@ -16,8 +16,8 @@ ## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write -## to the Free Software Foundation, Inc., 59 Temple Place, Suite -## 330, Boston, MA 02111-1307 USA +## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth +## Floor, Boston, MA 02110-1301 USA EXTRA_DIST = README module-0.scm module-1.scm module-2.scm main check.test diff --git a/examples/safe/Makefile.am b/examples/safe/Makefile.am index 16c2f1687..3564e4f23 100644 --- a/examples/safe/Makefile.am +++ b/examples/safe/Makefile.am @@ -16,8 +16,8 @@ ## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write -## to the Free Software Foundation, Inc., 59 Temple Place, Suite -## 330, Boston, MA 02111-1307 USA +## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth +## Floor, Boston, MA 02110-1301 USA EXTRA_DIST = README safe untrusted.scm evil.scm check.test diff --git a/examples/scripts/Makefile.am b/examples/scripts/Makefile.am index 3a82dad77..8d410c052 100644 --- a/examples/scripts/Makefile.am +++ b/examples/scripts/Makefile.am @@ -16,8 +16,8 @@ ## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write -## to the Free Software Foundation, Inc., 59 Temple Place, Suite -## 330, Boston, MA 02111-1307 USA +## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth +## Floor, Boston, MA 02110-1301 USA EXTRA_DIST = README simple-hello.scm hello fact check.test -- cgit v1.2.1