diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-01-09 00:41:13 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-01-09 00:41:13 +0100 |
commit | 8988070725b113cfdea14113335f966b114da0a5 (patch) | |
tree | 0ecef3802accfa56512f650a7e4ea21bf8b35f47 /configure.ac | |
parent | 49fae56c95d6748061e6033d66c3464e63b98d25 (diff) | |
download | cuirass-8988070725b113cfdea14113335f966b114da0a5.tar cuirass-8988070725b113cfdea14113335f966b114da0a5.tar.gz |
maint: Fix mistake in copying permission statement.
This was mistakenly added in commit 05e5495e8fdd7c0ba8f5d4afb5a59749b4474169.
* Makefile.am: Declare GPLv3+ instead of GPLv2+.
* configure.ac: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 50660e7..900fa01 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # Cuirass 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 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # Cuirass is distributed in the hope that it will be useful, |