diff options
author | Eric Blake <ebb9@byu.net> | 2008-04-04 09:09:47 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2008-04-05 17:04:48 -0600 |
commit | a91e2a71d2af690517ebdfc96e9d7801e443398d (patch) | |
tree | 781eb13cd2d5a485afae99eb5cb2f349465061e2 /tests/autoscan.at | |
parent | d165d14c0a8facf5bd598c250a6c056fc747be35 (diff) | |
download | autoconf-a91e2a71d2af690517ebdfc96e9d7801e443398d.tar.gz |
Use GPLv2+ plus exception as license for release.
Return back to GPLv2+, until the text of the exceptions is
finalized, reverting the change from 2007-07-03 and the first
part of the change from 2007-07-20.
Also:
* COPYING: Revert to GPLv2.
* COPYINGv3: New file, since some auxiliary build tools, used for
building autoconf and not installed, are GPLv3.
* Makefile.am (EXTRA_DIST): Distribute COPYINGv3.
* NEWS: Remove mention of GPLv3.
* README: Clarify situation regarding GPLv3.
Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'tests/autoscan.at')
-rw-r--r-- | tests/autoscan.at | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/autoscan.at b/tests/autoscan.at index 9be0deda..0c214fe6 100644 --- a/tests/autoscan.at +++ b/tests/autoscan.at @@ -6,8 +6,8 @@ AT_BANNER([Autoscan.]) # # 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 of the License, or -# (at your option) any later version. +# 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, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -15,7 +15,9 @@ AT_BANNER([Autoscan.]) # 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, see <http://www.gnu.org/licenses/>. +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. AT_SETUP([autoscan]) |