]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
changed copyright per RMS request
authorTom Tromey <tromey@redhat.com>
Sat, 2 Aug 1997 19:37:04 +0000 (19:37 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 2 Aug 1997 19:37:04 +0000 (19:37 +0000)
ChangeLog
automake.in

index 56d4c0a27238e94545546ab1ad31d5ccf8ba5475..7976edc5bec005b1239c6d1a00aa8bdcaec42041 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Sat Aug  2 13:32:45 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (initialize_global_constants): Changed generated
+       copyright.  From RMS.
+
        * automake.in (handle_configure): Pass correct value for
        CONFIG_FILES.  From Ian Taylor.
 
index f82c2c616b93ef60d6762a762b712f7313873b5a..8ccd5a7c61286b45bb2d180ff22d4d2c71cbeb84 100755 (executable)
@@ -5235,7 +5235,8 @@ sub initialize_global_constants
     $gen_copyright = "\
 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy, distribute and modify it.
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
 ";
 
     # Ignore return result from chmod, because it might give an error