summaryrefslogtreecommitdiff
path: root/include/acl.h
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-03-13 15:39:11 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-03-13 16:02:15 +0100
commit4aa8b68388588af0fca818ed6060ba35dd35bf4b (patch)
treed4e422cac01ce21bc13abba3eaca374b1b4b5fbd /include/acl.h
parent05c7b283dd7ece85dd6ea9e0f2d2c167e18cd6c4 (diff)
downloadacl-4aa8b68388588af0fca818ed6060ba35dd35bf4b.tar.gz
Fix wrong license notices; add missing notices
Some of the license notices are referring to GPLv2.1. This is wrong; the proper licenses that the notices should refer to are GPLv2, and LGPLv2.1. Fix this mistake. Add missing license notices to a whole bunch of files which didn't indicate their license. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Diffstat (limited to 'include/acl.h')
-rw-r--r--include/acl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/acl.h b/include/acl.h
index 543f73d..e3347e1 100644
--- a/include/acl.h
+++ b/include/acl.h
@@ -4,16 +4,16 @@
(C) 1999 Andreas Gruenbacher, <a.gruenbacher@computer.org>
This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
+ 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
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. the GNU
- Library General Public License for more details.
+ Lesser General Public License for more details.
- You should have received a copy of the GNU Library General Public
+ You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/