summaryrefslogtreecommitdiff
path: root/include
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
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')
-rw-r--r--include/acl.h8
-rw-r--r--include/acl_ea.h17
-rw-r--r--include/libacl.h13
-rw-r--r--include/misc.h18
-rw-r--r--include/walk_tree.h8
5 files changed, 55 insertions, 9 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.
*/
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"
diff --git a/include/libacl.h b/include/libacl.h
index 021d345..41ec48e 100644
--- a/include/libacl.h
+++ b/include/libacl.h
@@ -2,6 +2,19 @@
File: libacl.h
(C) 1999, 2000 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 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __ACL_LIBACL_H
diff --git a/include/misc.h b/include/misc.h
index bb7e7de..b66f6e2 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -1,3 +1,21 @@
+/*
+ Copyright (C) 2009 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 library; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+*/
+
extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);
extern const char *quote(const char *str);
diff --git a/include/walk_tree.h b/include/walk_tree.h
index 73cbc7c..2c0102f 100644
--- a/include/walk_tree.h
+++ b/include/walk_tree.h
@@ -4,16 +4,16 @@
Copyright (C) 2007 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. See 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.
*/