diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-05-17 15:32:40 +0200 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-05-17 15:39:54 +0200 |
commit | fcf2f56062e384455ec8b1aed943af33f20c27c7 (patch) | |
tree | 9da5f82d1ceb452d5f08f7c5f3974b12af585f89 /aclocal.in | |
parent | 65f53cc178cd5876f0fff48d8fd5c35e19bd00d0 (diff) | |
download | automake-fcf2f56062e384455ec8b1aed943af33f20c27c7.tar.gz |
Revert Automake license to GPLv2+.
Automake will move to GPLv3+ once the Exception statement has
been rewritten to use the new GPLv3 exception language. This
change does not impact the COPYING file that may be installed
by `automake --add-missing'.
* COPYING: Revert to GPLv2. All uses changed.
* NEWS: Update.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'aclocal.in')
-rw-r--r-- | aclocal.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.in b/aclocal.in index cc525283f..a5cee399e 100644 --- a/aclocal.in +++ b/aclocal.in @@ -12,7 +12,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac' # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) +# the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, @@ -908,7 +908,7 @@ sub version() print <<EOF; aclocal (GNU $PACKAGE) $VERSION Copyright (C) 2009 Free Software Foundation, Inc. -License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> +License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. |