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 | |
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.
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index ea47455..bf1dd66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,13 @@ ## Process this file with automake to produce Makefile.in. # Copyright © 1995-2016 Free Software Foundation, Inc. -# Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> +# Copyright © 2016, 2017 Mathieu Lirzin <mthl@gnu.org> # # This file is part of Cuirass. # # 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, 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, |