From: Tom Tromey Date: Sat, 2 Aug 1997 19:37:04 +0000 (+0000) Subject: changed copyright per RMS request X-Git-Tag: Release-1-2b~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5314516071805ca0248a83f2e0b642ba0fba7050;p=thirdparty%2Fautomake.git changed copyright per RMS request --- diff --git a/ChangeLog b/ChangeLog index 56d4c0a27..7976edc5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Sat Aug 2 13:32:45 1997 Tom Tromey + * automake.in (initialize_global_constants): Changed generated + copyright. From RMS. + * automake.in (handle_configure): Pass correct value for CONFIG_FILES. From Ian Taylor. diff --git a/automake.in b/automake.in index f82c2c616..8ccd5a7c6 100755 --- a/automake.in +++ b/automake.in @@ -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