Skip to content

Commit

Permalink
Revert Automake license to GPLv2+.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ralf Wildenhues authored and Ralf Wildenhues committed May 17, 2009
1 parent 65f53cc commit fcf2f56
Show file tree
Hide file tree
Showing 804 changed files with 1,105 additions and 1,432 deletions.
911 changes: 288 additions & 623 deletions COPYING

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,5 +1,13 @@
2009-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

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.

Rewrite NEWS for 1.11.
* NEWS: Rewrite, merging 1.10b and 1.10c entries.

Expand Down
2 changes: 1 addition & 1 deletion HACKING
Expand Up @@ -192,7 +192,7 @@ Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc.

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,
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -7,7 +7,7 @@

## 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,
Expand Down
12 changes: 6 additions & 6 deletions NEWS
Expand Up @@ -61,11 +61,11 @@ New in 1.11:
- "make dist" can now create xz-compressed tarballs,
as well as (deprecated?) lzma-compressed tarballs.

- Automake is licensed under GPLv3+. `automake --add-missing' will
by default install the GPLv3 file as COPYING if it is missing.
It will also warn that the license file should be added to source
control. Note that Automake will never overwrite an existing COPYING
file, even when the `--force-missing' option is used.
- `automake --add-missing' will by default install the GPLv3 file as
COPYING if it is missing. It will also warn that the license file
should be added to source control. Note that Automake will never
overwrite an existing COPYING file, even when the `--force-missing'
option is used.

- The manual is now distributed under the terms of the GNU FDL 1.3.

Expand Down Expand Up @@ -1473,7 +1473,7 @@ Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,

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,
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -48,7 +48,7 @@ Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2003

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,
Expand Down
2 changes: 1 addition & 1 deletion TODO
Expand Up @@ -565,7 +565,7 @@ Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

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,
Expand Down
4 changes: 2 additions & 2 deletions aclocal.in
Expand Up @@ -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,
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions automake.in
Expand Up @@ -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,
Expand Down Expand Up @@ -8380,7 +8380,7 @@ sub version ()
print <<EOF;
automake (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.
Expand Down
2 changes: 1 addition & 1 deletion bootstrap
Expand Up @@ -8,7 +8,7 @@
#
# 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,
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -5,7 +5,7 @@
#
# 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,
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile.am
Expand Up @@ -6,7 +6,7 @@

## 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/ChannelDefs.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Channels.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Condition.pm
Expand Up @@ -3,7 +3,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Config.in
Expand Up @@ -3,7 +3,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Configure_ac.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/DisjConditions.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/FileUtils.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/General.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Item.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/ItemDef.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Location.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Makefile.am
Expand Up @@ -4,7 +4,7 @@

## 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Options.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Rule.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/RuleDef.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Struct.pm
Expand Up @@ -3,7 +3,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/VarDef.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Variable.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Version.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/Wrap.pm
Expand Up @@ -2,7 +2,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/XFile.pm
Expand Up @@ -3,7 +3,7 @@

# 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/tests/Condition-t.pl
Expand Up @@ -4,7 +4,7 @@
#
# GNU Automake 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.
#
# GNU Automake is distributed in the hope that it will be useful,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/tests/Condition.pl
Expand Up @@ -4,7 +4,7 @@
#
# GNU Automake 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.
#
# GNU Automake is distributed in the hope that it will be useful,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/tests/DisjConditions-t.pl
Expand Up @@ -4,7 +4,7 @@
#
# GNU Automake 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.
#
# GNU Automake is distributed in the hope that it will be useful,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/tests/DisjConditions.pl
Expand Up @@ -4,7 +4,7 @@
#
# GNU Automake 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.
#
# GNU Automake is distributed in the hope that it will be useful,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/tests/Makefile.am
Expand Up @@ -4,7 +4,7 @@

## 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,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/tests/Version.pl
Expand Up @@ -4,7 +4,7 @@
#
# GNU Automake 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.
#
# GNU Automake is distributed in the hope that it will be useful,
Expand Down
2 changes: 1 addition & 1 deletion lib/Automake/tests/Wrap.pl
Expand Up @@ -4,7 +4,7 @@
#
# GNU Automake 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.
#
# GNU Automake is distributed in the hope that it will be useful,
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile.am
Expand Up @@ -6,7 +6,7 @@

## 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,
Expand Down

0 comments on commit fcf2f56

Please sign in to comment.