summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2005-05-23 19:57:22 +0000
committerMarius Vollmer <mvo@zagadka.de>2005-05-23 19:57:22 +0000
commit92205699d01f918a0f8808d8cbbe55ba2568f058 (patch)
tree7893aa8fe5d7200a3ba94f6486100de9c4684f0b /examples
parent5ae1bd9109070f0233b7839b6a2b7c09becd49b0 (diff)
downloadguile-92205699d01f918a0f8808d8cbbe55ba2568f058.tar.gz
The FSF has a new address.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
-rw-r--r--examples/box-dynamic-module/Makefile.am4
-rw-r--r--examples/box-dynamic-module/box.c4
-rw-r--r--examples/box-dynamic/Makefile.am4
-rw-r--r--examples/box-dynamic/box.c4
-rw-r--r--examples/box-module/Makefile.am4
-rw-r--r--examples/box-module/box.c4
-rw-r--r--examples/box/Makefile.am4
-rw-r--r--examples/box/box.c4
-rw-r--r--examples/compat/compat.h4
-rw-r--r--examples/modules/Makefile.am4
-rw-r--r--examples/safe/Makefile.am4
-rw-r--r--examples/scripts/Makefile.am4
13 files changed, 26 insertions, 26 deletions
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