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 /m4 | |
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 'm4')
-rw-r--r-- | m4/Makefile | 2 | ||||
-rw-r--r-- | m4/manual_format.m4 | 2 | ||||
-rw-r--r-- | m4/package_globals.m4 | 2 | ||||
-rw-r--r-- | m4/package_utilies.m4 | 2 |
4 files changed, 4 insertions, 4 deletions
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, |