diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-03-11 16:28:13 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-03-11 16:28:13 +0100 |
commit | 12362192c9a55b946a16930054d14536767f748d (patch) | |
tree | 62ca36b5534415e7122029a4f3ee3e6b044972fc /libattr | |
parent | 5708cfcfe222ca436a3b541d3ad7b0436231c420 (diff) | |
download | attr-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>
Diffstat (limited to 'libattr')
-rw-r--r-- | libattr/Makefile | 2 | ||||
-rw-r--r-- | libattr/attr_copy_action.c | 2 | ||||
-rw-r--r-- | libattr/attr_copy_check.c | 2 | ||||
-rw-r--r-- | libattr/attr_copy_fd.c | 2 | ||||
-rw-r--r-- | libattr/attr_copy_file.c | 2 |
5 files changed, 5 insertions, 5 deletions
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 |