aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-06-26 09:05:56 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-06-26 09:05:56 +0000
commitd47c213bb55adbe961c54242c642c2d1b7c3ec6c (patch)
tree0fbc274fcdccbb82aeb84fa96208623384050fc4 /scripts
parent9abe8e5192b171531168b506eefcf1658ca5a5c7 (diff)
downloadgamma-d47c213bb55adbe961c54242c642c2d1b7c3ec6c.tar.gz
gamma-d47c213bb55adbe961c54242c642c2d1b7c3ec6c.tar.bz2
Changed FSF postal mail address
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/guile-doc-snarf2
-rw-r--r--scripts/guile-doc-snarf.awk7
2 files changed, 5 insertions, 4 deletions
diff --git a/scripts/guile-doc-snarf b/scripts/guile-doc-snarf
index 8b3aae4..7ad40ba 100755
--- a/scripts/guile-doc-snarf
+++ b/scripts/guile-doc-snarf
@@ -15,7 +15,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.
OUTFILE=/dev/tty
DOCFILE=0
diff --git a/scripts/guile-doc-snarf.awk b/scripts/guile-doc-snarf.awk
index b29d25a..d31043c 100644
--- a/scripts/guile-doc-snarf.awk
+++ b/scripts/guile-doc-snarf.awk
@@ -13,8 +13,9 @@
# GNU General Public License for more details.
#
# 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.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
BEGIN {
cname = ""
@@ -86,4 +87,4 @@ state == 0 && /.*\"/ {
END {
flush()
-} \ No newline at end of file
+}

Return to:

Send suggestions and report system problems to the System administrator.