summaryrefslogtreecommitdiff
path: root/include/acl_ea.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_ea.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_ea.h')
-rw-r--r--include/acl_ea.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/include/acl_ea.h b/include/acl_ea.h
index ae6520e..d381a84 100644
--- a/include/acl_ea.h
+++ b/include/acl_ea.h
@@ -3,7 +3,22 @@
(extended attribute representation of access control lists)
- (C) 2002 Andreas Gruenbacher, <a.gruenbacher@computer.org>
+ Copyright (C) 2002 Andreas Gruenbacher, <agruen@suse.de>
+
+ 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.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. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
*/
#define ACL_EA_ACCESS "system.posix_acl_access"