summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-03-11 16:28:13 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-03-11 16:28:13 +0100
commit12362192c9a55b946a16930054d14536767f748d (patch)
tree62ca36b5534415e7122029a4f3ee3e6b044972fc
parent5708cfcfe222ca436a3b541d3ad7b0436231c420 (diff)
downloadattr-12362192c9a55b946a16930054d14536767f748d.tar.gz
Fix wrong license notices
Some of the license notices added in commit f36cdfd are wrongly referring to GPLv2.1. This is wrong; the proper licenses that the notices should refer to are GPLv2, and LGPLv2.1. Fix this mistake. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
-rw-r--r--Makefile2
-rw-r--r--attr/Makefile2
-rw-r--r--build/Makefile2
-rw-r--r--build/rpm/Makefile2
-rw-r--r--build/tar/Makefile2
-rw-r--r--configure.in2
-rw-r--r--debian/Makefile2
-rw-r--r--doc/Makefile2
-rw-r--r--examples/Makefile2
-rw-r--r--examples/copyattr.c2
-rw-r--r--exports2
-rw-r--r--getfattr/Makefile2
-rw-r--r--include/Makefile2
-rw-r--r--include/libattr.h2
-rw-r--r--libattr/Makefile2
-rw-r--r--libattr/attr_copy_action.c2
-rw-r--r--libattr/attr_copy_check.c2
-rw-r--r--libattr/attr_copy_fd.c2
-rw-r--r--libattr/attr_copy_file.c2
-rw-r--r--libmisc/Makefile2
-rw-r--r--libmisc/high_water_alloc.c2
-rw-r--r--libmisc/quote.c2
-rw-r--r--libmisc/unquote.c2
-rw-r--r--libmisc/walk_tree.c2
-rw-r--r--m4/Makefile2
-rw-r--r--m4/manual_format.m42
-rw-r--r--m4/package_globals.m42
-rw-r--r--m4/package_utilies.m42
-rw-r--r--man/Makefile2
-rw-r--r--man/man1/Makefile2
-rw-r--r--man/man2/Makefile2
-rw-r--r--man/man3/Makefile2
-rw-r--r--man/man5/Makefile2
-rw-r--r--po/Makefile2
-rw-r--r--po/cs.po2
-rw-r--r--po/de.po2
-rw-r--r--po/es.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/gl.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/sv.po2
-rw-r--r--setfattr/Makefile2
-rw-r--r--test/Makefile2
44 files changed, 44 insertions, 44 deletions
diff --git a/Makefile b/Makefile
index 3912199..ecef980 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/attr/Makefile b/attr/Makefile
index 31bcd64..c8c87af 100644
--- a/attr/Makefile
+++ b/attr/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/build/Makefile b/build/Makefile
index d6a9e65..d7ef047 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/build/rpm/Makefile b/build/rpm/Makefile
index 05e49d0..8071c9a 100644
--- a/build/rpm/Makefile
+++ b/build/rpm/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/build/tar/Makefile b/build/tar/Makefile
index dbaa3ac..7d23981 100644
--- a/build/tar/Makefile
+++ b/build/tar/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/configure.in b/configure.in
index e57c333..3500955 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/debian/Makefile b/debian/Makefile
index 26118a4..e6810b5 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/doc/Makefile b/doc/Makefile
index 27fa411..3cfc423 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/examples/Makefile b/examples/Makefile
index 42381a6..3828dc4 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/examples/copyattr.c b/examples/copyattr.c
index 05e5124..6214d5a 100644
--- a/examples/copyattr.c
+++ b/examples/copyattr.c
@@ -5,7 +5,7 @@
Attr 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.1 of the License, or
+ the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
Attr is distributed in the hope that it will be useful,
diff --git a/exports b/exports
index 866435c..763d782 100644
--- a/exports
+++ b/exports
@@ -5,7 +5,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/getfattr/Makefile b/getfattr/Makefile
index e9d0395..27f18fb 100644
--- a/getfattr/Makefile
+++ b/getfattr/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/include/Makefile b/include/Makefile
index fa7d522..db933e1 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/include/libattr.h b/include/libattr.h
index 3a5ac9e..21bdab1 100644
--- a/include/libattr.h
+++ b/include/libattr.h
@@ -5,7 +5,7 @@
Attr 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.1 of the License, or
+ the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
Attr is distributed in the hope that it will be useful,
diff --git a/libattr/Makefile b/libattr/Makefile
index 94d9b6c..fe8c10b 100644
--- a/libattr/Makefile
+++ b/libattr/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/libattr/attr_copy_action.c b/libattr/attr_copy_action.c
index dc0b9c8..df511c7 100644
--- a/libattr/attr_copy_action.c
+++ b/libattr/attr_copy_action.c
@@ -4,7 +4,7 @@
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
+ version 2.1 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
diff --git a/libattr/attr_copy_check.c b/libattr/attr_copy_check.c
index 3cc6245..c181270 100644
--- a/libattr/attr_copy_check.c
+++ b/libattr/attr_copy_check.c
@@ -3,7 +3,7 @@
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
+ version 2.1 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
diff --git a/libattr/attr_copy_fd.c b/libattr/attr_copy_fd.c
index 2b77ee6..1c48810 100644
--- a/libattr/attr_copy_fd.c
+++ b/libattr/attr_copy_fd.c
@@ -3,7 +3,7 @@
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
+ version 2.1 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
diff --git a/libattr/attr_copy_file.c b/libattr/attr_copy_file.c
index 69786ff..a142d18 100644
--- a/libattr/attr_copy_file.c
+++ b/libattr/attr_copy_file.c
@@ -3,7 +3,7 @@
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
+ version 2.1 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
diff --git a/libmisc/Makefile b/libmisc/Makefile
index c7936d6..1519189 100644
--- a/libmisc/Makefile
+++ b/libmisc/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/libmisc/high_water_alloc.c b/libmisc/high_water_alloc.c
index 4cb072c..4228021 100644
--- a/libmisc/high_water_alloc.c
+++ b/libmisc/high_water_alloc.c
@@ -6,7 +6,7 @@
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
+ version 2.1 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
diff --git a/libmisc/quote.c b/libmisc/quote.c
index ac5e479..232c5f7 100644
--- a/libmisc/quote.c
+++ b/libmisc/quote.c
@@ -6,7 +6,7 @@
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
+ version 2.1 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
diff --git a/libmisc/unquote.c b/libmisc/unquote.c
index b47c181..aceb774 100644
--- a/libmisc/unquote.c
+++ b/libmisc/unquote.c
@@ -6,7 +6,7 @@
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
+ version 2.1 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
diff --git a/libmisc/walk_tree.c b/libmisc/walk_tree.c
index 8b2074d..320a635 100644
--- a/libmisc/walk_tree.c
+++ b/libmisc/walk_tree.c
@@ -6,7 +6,7 @@
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
+ version 2.1 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
diff --git a/m4/Makefile b/m4/Makefile
index 791aa7b..0a86c6f 100644
--- a/m4/Makefile
+++ b/m4/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/m4/manual_format.m4 b/m4/manual_format.m4
index 184e8c3..856eeaf 100644
--- a/m4/manual_format.m4
+++ b/m4/manual_format.m4
@@ -4,7 +4,7 @@ dnl This file is part of Attr.
dnl
dnl Attr is free software: you can redistribute it and/or modify it
dnl under the terms of the GNU General Public License as published by
-dnl the Free Software Foundation, either version 2.1 of the License, or
+dnl the Free Software Foundation, either version 2 of the License, or
dnl (at your option) any later version.
dnl
dnl Attr is distributed in the hope that it will be useful,
diff --git a/m4/package_globals.m4 b/m4/package_globals.m4
index bcfbb42..b3d36a6 100644
--- a/m4/package_globals.m4
+++ b/m4/package_globals.m4
@@ -4,7 +4,7 @@ dnl This file is part of Attr.
dnl
dnl Attr is free software: you can redistribute it and/or modify it
dnl under the terms of the GNU General Public License as published by
-dnl the Free Software Foundation, either version 2.1 of the License, or
+dnl the Free Software Foundation, either version 2 of the License, or
dnl (at your option) any later version.
dnl
dnl Attr is distributed in the hope that it will be useful,
diff --git a/m4/package_utilies.m4 b/m4/package_utilies.m4
index 91d5ba1..8278ac1 100644
--- a/m4/package_utilies.m4
+++ b/m4/package_utilies.m4
@@ -4,7 +4,7 @@ dnl This file is part of Attr.
dnl
dnl Attr is free software: you can redistribute it and/or modify it
dnl under the terms of the GNU General Public License as published by
-dnl the Free Software Foundation, either version 2.1 of the License, or
+dnl the Free Software Foundation, either version 2 of the License, or
dnl (at your option) any later version.
dnl
dnl Attr is distributed in the hope that it will be useful,
diff --git a/man/Makefile b/man/Makefile
index 9862378..5986c53 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/man/man1/Makefile b/man/man1/Makefile
index 7332f10..d1c8ec7 100644
--- a/man/man1/Makefile
+++ b/man/man1/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/man/man2/Makefile b/man/man2/Makefile
index d72a027..450f4b1 100644
--- a/man/man2/Makefile
+++ b/man/man2/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/man/man3/Makefile b/man/man3/Makefile
index 26b39da..3009abb 100644
--- a/man/man3/Makefile
+++ b/man/man3/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/man/man5/Makefile b/man/man5/Makefile
index 28eb78a..18722b9 100644
--- a/man/man5/Makefile
+++ b/man/man5/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/po/Makefile b/po/Makefile
index 7df4622..1bafaae 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/po/cs.po b/po/cs.po
index 0a590a7..93d4b82 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,7 +4,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/po/de.po b/po/de.po
index e0bdd88..95c0ce3 100644
--- a/po/de.po
+++ b/po/de.po
@@ -5,7 +5,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/po/es.po b/po/es.po
index 8b3db8f..714e8d1 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/po/fr.po b/po/fr.po
index ede80ab..870877f 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,7 +4,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/po/gl.po b/po/gl.po
index e1d5fac..c8c35a9 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -5,7 +5,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/po/nl.po b/po/nl.po
index d007d90..9feaf0f 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -5,7 +5,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/po/pl.po b/po/pl.po
index 6e9e544..bdc9f74 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -5,7 +5,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/po/sv.po b/po/sv.po
index 40e1728..c36d455 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -5,7 +5,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/setfattr/Makefile b/setfattr/Makefile
index 0c37a81..4c69a41 100644
--- a/setfattr/Makefile
+++ b/setfattr/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,
diff --git a/test/Makefile b/test/Makefile
index 2485419..aaeaa8c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -6,7 +6,7 @@
#
# Attr 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.1 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Attr is distributed in the hope that it will be useful,