summaryrefslogtreecommitdiff
path: root/scripts/guile-1.6/guile-doc-snarf.awk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/guile-1.6/guile-doc-snarf.awk')
-rw-r--r--scripts/guile-1.6/guile-doc-snarf.awk7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/guile-1.6/guile-doc-snarf.awk b/scripts/guile-1.6/guile-doc-snarf.awk
index b29d25a87..d31043cd0 100644
--- a/scripts/guile-1.6/guile-doc-snarf.awk
+++ b/scripts/guile-1.6/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.