summaryrefslogtreecommitdiff
path: root/lib/Automake/ConfVars.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/ConfVars.pm')
-rw-r--r--lib/Automake/ConfVars.pm11
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/Automake/ConfVars.pm b/lib/Automake/ConfVars.pm
index a962d848a..5acf017e7 100644
--- a/lib/Automake/ConfVars.pm
+++ b/lib/Automake/ConfVars.pm
@@ -1,9 +1,9 @@
# Copyright (C) 2018 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 of the License, or
-# (at your option) any later version.
+# 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 2
+# of the License, 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
@@ -13,9 +13,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Like define_variable, but define a variable to be the configure
-# substitution by the same name.
-
package Automake::ConfVars;
use 5.006;