summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-01-09 00:41:13 +0100
committerMathieu Lirzin <mthl@gnu.org>2017-01-09 00:41:13 +0100
commit8988070725b113cfdea14113335f966b114da0a5 (patch)
tree0ecef3802accfa56512f650a7e4ea21bf8b35f47 /Makefile.am
parent49fae56c95d6748061e6033d66c3464e63b98d25 (diff)
downloadcuirass-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 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 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,