summaryrefslogtreecommitdiff
path: root/libacl
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 /libacl
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 'libacl')
-rw-r--r--libacl/__acl_from_xattr.c2
-rw-r--r--libacl/__acl_reorder_obj_p.c2
-rw-r--r--libacl/__acl_to_any_text.c2
-rw-r--r--libacl/__acl_to_xattr.c2
-rw-r--r--libacl/__apply_mask_to_mode.c2
-rw-r--r--libacl/__libobj.c2
-rw-r--r--libacl/acl_add_perm.c2
-rw-r--r--libacl/acl_calc_mask.c2
-rw-r--r--libacl/acl_check.c2
-rw-r--r--libacl/acl_clear_perms.c2
-rw-r--r--libacl/acl_cmp.c2
-rw-r--r--libacl/acl_copy_entry.c2
-rw-r--r--libacl/acl_copy_ext.c2
-rw-r--r--libacl/acl_copy_int.c2
-rw-r--r--libacl/acl_create_entry.c2
-rw-r--r--libacl/acl_delete_def_file.c2
-rw-r--r--libacl/acl_delete_entry.c2
-rw-r--r--libacl/acl_delete_perm.c2
-rw-r--r--libacl/acl_dup.c2
-rw-r--r--libacl/acl_entries.c2
-rw-r--r--libacl/acl_equiv_mode.c2
-rw-r--r--libacl/acl_error.c2
-rw-r--r--libacl/acl_extended_fd.c2
-rw-r--r--libacl/acl_extended_file.c2
-rw-r--r--libacl/acl_free.c2
-rw-r--r--libacl/acl_from_mode.c2
-rw-r--r--libacl/acl_from_text.c2
-rw-r--r--libacl/acl_get_entry.c2
-rw-r--r--libacl/acl_get_fd.c2
-rw-r--r--libacl/acl_get_file.c2
-rw-r--r--libacl/acl_get_perm.c2
-rw-r--r--libacl/acl_get_permset.c2
-rw-r--r--libacl/acl_get_qualifier.c2
-rw-r--r--libacl/acl_get_tag_type.c2
-rw-r--r--libacl/acl_init.c2
-rw-r--r--libacl/acl_set_fd.c2
-rw-r--r--libacl/acl_set_file.c2
-rw-r--r--libacl/acl_set_permset.c2
-rw-r--r--libacl/acl_set_qualifier.c2
-rw-r--r--libacl/acl_set_tag_type.c2
-rw-r--r--libacl/acl_size.c2
-rw-r--r--libacl/acl_to_any_text.c2
-rw-r--r--libacl/acl_to_text.c2
-rw-r--r--libacl/acl_valid.c2
-rw-r--r--libacl/byteorder.h17
-rw-r--r--libacl/libacl.h17
-rw-r--r--libacl/libobj.h17
-rw-r--r--libacl/perm_copy.h17
-rw-r--r--libacl/perm_copy_fd.c2
-rw-r--r--libacl/perm_copy_file.c2
50 files changed, 114 insertions, 46 deletions
diff --git a/libacl/__acl_from_xattr.c b/libacl/__acl_from_xattr.c
index 98f0532..34f14a0 100644
--- a/libacl/__acl_from_xattr.c
+++ b/libacl/__acl_from_xattr.c
@@ -7,7 +7,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/libacl/__acl_reorder_obj_p.c b/libacl/__acl_reorder_obj_p.c
index 55b39d0..c03fea5 100644
--- a/libacl/__acl_reorder_obj_p.c
+++ b/libacl/__acl_reorder_obj_p.c
@@ -8,7 +8,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/libacl/__acl_to_any_text.c b/libacl/__acl_to_any_text.c
index b105ffa..22abc97 100644
--- a/libacl/__acl_to_any_text.c
+++ b/libacl/__acl_to_any_text.c
@@ -7,7 +7,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/libacl/__acl_to_xattr.c b/libacl/__acl_to_xattr.c
index ab20e40..afd8116 100644
--- a/libacl/__acl_to_xattr.c
+++ b/libacl/__acl_to_xattr.c
@@ -7,7 +7,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/libacl/__apply_mask_to_mode.c b/libacl/__apply_mask_to_mode.c
index 8cd65f9..3e5421b 100644
--- a/libacl/__apply_mask_to_mode.c
+++ b/libacl/__apply_mask_to_mode.c
@@ -8,7 +8,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/libacl/__libobj.c b/libacl/__libobj.c
index 592115c..c3bc1e8 100644
--- a/libacl/__libobj.c
+++ b/libacl/__libobj.c
@@ -8,7 +8,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/libacl/acl_add_perm.c b/libacl/acl_add_perm.c
index 591bf4f..20818db 100644
--- a/libacl/acl_add_perm.c
+++ b/libacl/acl_add_perm.c
@@ -7,7 +7,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/libacl/acl_calc_mask.c b/libacl/acl_calc_mask.c
index 779275a..b2ec91a 100644
--- a/libacl/acl_calc_mask.c
+++ b/libacl/acl_calc_mask.c
@@ -7,7 +7,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/libacl/acl_check.c b/libacl/acl_check.c
index 65c8425..ebbc050 100644
--- a/libacl/acl_check.c
+++ b/libacl/acl_check.c
@@ -7,7 +7,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/libacl/acl_clear_perms.c b/libacl/acl_clear_perms.c
index 55c3b24..106e2d1 100644
--- a/libacl/acl_clear_perms.c
+++ b/libacl/acl_clear_perms.c
@@ -7,7 +7,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/libacl/acl_cmp.c b/libacl/acl_cmp.c
index 22093a1..ae42284 100644
--- a/libacl/acl_cmp.c
+++ b/libacl/acl_cmp.c
@@ -7,7 +7,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/libacl/acl_copy_entry.c b/libacl/acl_copy_entry.c
index e91bdfc..85cebc8 100644
--- a/libacl/acl_copy_entry.c
+++ b/libacl/acl_copy_entry.c
@@ -7,7 +7,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/libacl/acl_copy_ext.c b/libacl/acl_copy_ext.c
index aacf1cd..7f51185 100644
--- a/libacl/acl_copy_ext.c
+++ b/libacl/acl_copy_ext.c
@@ -7,7 +7,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/libacl/acl_copy_int.c b/libacl/acl_copy_int.c
index 626aa30..e58bbe3 100644
--- a/libacl/acl_copy_int.c
+++ b/libacl/acl_copy_int.c
@@ -7,7 +7,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/libacl/acl_create_entry.c b/libacl/acl_create_entry.c
index a67a147..a1c4908 100644
--- a/libacl/acl_create_entry.c
+++ b/libacl/acl_create_entry.c
@@ -7,7 +7,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/libacl/acl_delete_def_file.c b/libacl/acl_delete_def_file.c
index cb6083e..fae4460 100644
--- a/libacl/acl_delete_def_file.c
+++ b/libacl/acl_delete_def_file.c
@@ -7,7 +7,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/libacl/acl_delete_entry.c b/libacl/acl_delete_entry.c
index e88a07f..a1ae6db 100644
--- a/libacl/acl_delete_entry.c
+++ b/libacl/acl_delete_entry.c
@@ -7,7 +7,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/libacl/acl_delete_perm.c b/libacl/acl_delete_perm.c
index 2ddec7c..475ce26 100644
--- a/libacl/acl_delete_perm.c
+++ b/libacl/acl_delete_perm.c
@@ -7,7 +7,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/libacl/acl_dup.c b/libacl/acl_dup.c
index 632f33d..cb73cee 100644
--- a/libacl/acl_dup.c
+++ b/libacl/acl_dup.c
@@ -7,7 +7,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/libacl/acl_entries.c b/libacl/acl_entries.c
index 59aa322..fc4dcbf 100644
--- a/libacl/acl_entries.c
+++ b/libacl/acl_entries.c
@@ -7,7 +7,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/libacl/acl_equiv_mode.c b/libacl/acl_equiv_mode.c
index 69502a6..e31301f 100644
--- a/libacl/acl_equiv_mode.c
+++ b/libacl/acl_equiv_mode.c
@@ -7,7 +7,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/libacl/acl_error.c b/libacl/acl_error.c
index 46f4a6e..8a361b0 100644
--- a/libacl/acl_error.c
+++ b/libacl/acl_error.c
@@ -7,7 +7,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/libacl/acl_extended_fd.c b/libacl/acl_extended_fd.c
index 1a48a6d..f19ad7b 100644
--- a/libacl/acl_extended_fd.c
+++ b/libacl/acl_extended_fd.c
@@ -7,7 +7,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/libacl/acl_extended_file.c b/libacl/acl_extended_file.c
index 1850aa2..d1cb85d 100644
--- a/libacl/acl_extended_file.c
+++ b/libacl/acl_extended_file.c
@@ -7,7 +7,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/libacl/acl_free.c b/libacl/acl_free.c
index 0222bd6..8510bbf 100644
--- a/libacl/acl_free.c
+++ b/libacl/acl_free.c
@@ -7,7 +7,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/libacl/acl_from_mode.c b/libacl/acl_from_mode.c
index 1d10ae0..93dc689 100644
--- a/libacl/acl_from_mode.c
+++ b/libacl/acl_from_mode.c
@@ -7,7 +7,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/libacl/acl_from_text.c b/libacl/acl_from_text.c
index 3a19336..1e05322 100644
--- a/libacl/acl_from_text.c
+++ b/libacl/acl_from_text.c
@@ -7,7 +7,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/libacl/acl_get_entry.c b/libacl/acl_get_entry.c
index 0aa54d7..2a0de66 100644
--- a/libacl/acl_get_entry.c
+++ b/libacl/acl_get_entry.c
@@ -7,7 +7,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/libacl/acl_get_fd.c b/libacl/acl_get_fd.c
index b424bfd..f2525ef 100644
--- a/libacl/acl_get_fd.c
+++ b/libacl/acl_get_fd.c
@@ -7,7 +7,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/libacl/acl_get_file.c b/libacl/acl_get_file.c
index 8895e90..110ef2e 100644
--- a/libacl/acl_get_file.c
+++ b/libacl/acl_get_file.c
@@ -7,7 +7,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/libacl/acl_get_perm.c b/libacl/acl_get_perm.c
index 01e649c..be492b6 100644
--- a/libacl/acl_get_perm.c
+++ b/libacl/acl_get_perm.c
@@ -7,7 +7,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/libacl/acl_get_permset.c b/libacl/acl_get_permset.c
index 35d8309..85749f2 100644
--- a/libacl/acl_get_permset.c
+++ b/libacl/acl_get_permset.c
@@ -7,7 +7,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/libacl/acl_get_qualifier.c b/libacl/acl_get_qualifier.c
index 9448205..0961acf 100644
--- a/libacl/acl_get_qualifier.c
+++ b/libacl/acl_get_qualifier.c
@@ -7,7 +7,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/libacl/acl_get_tag_type.c b/libacl/acl_get_tag_type.c
index a8444fe..3075178 100644
--- a/libacl/acl_get_tag_type.c
+++ b/libacl/acl_get_tag_type.c
@@ -7,7 +7,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/libacl/acl_init.c b/libacl/acl_init.c
index 431db27..5880c10 100644
--- a/libacl/acl_init.c
+++ b/libacl/acl_init.c
@@ -7,7 +7,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/libacl/acl_set_fd.c b/libacl/acl_set_fd.c
index 7df0c17..e6413ad 100644
--- a/libacl/acl_set_fd.c
+++ b/libacl/acl_set_fd.c
@@ -7,7 +7,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/libacl/acl_set_file.c b/libacl/acl_set_file.c
index 20d7ee3..6821851 100644
--- a/libacl/acl_set_file.c
+++ b/libacl/acl_set_file.c
@@ -7,7 +7,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/libacl/acl_set_permset.c b/libacl/acl_set_permset.c
index 8ef5cc8..67bb520 100644
--- a/libacl/acl_set_permset.c
+++ b/libacl/acl_set_permset.c
@@ -7,7 +7,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/libacl/acl_set_qualifier.c b/libacl/acl_set_qualifier.c
index bcba2c7..59e86ff 100644
--- a/libacl/acl_set_qualifier.c
+++ b/libacl/acl_set_qualifier.c
@@ -7,7 +7,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/libacl/acl_set_tag_type.c b/libacl/acl_set_tag_type.c
index aa79d2b..d2f2d67 100644
--- a/libacl/acl_set_tag_type.c
+++ b/libacl/acl_set_tag_type.c
@@ -7,7 +7,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/libacl/acl_size.c b/libacl/acl_size.c
index 1950ca7..20aa692 100644
--- a/libacl/acl_size.c
+++ b/libacl/acl_size.c
@@ -7,7 +7,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/libacl/acl_to_any_text.c b/libacl/acl_to_any_text.c
index d1b9865..0d12539 100644
--- a/libacl/acl_to_any_text.c
+++ b/libacl/acl_to_any_text.c
@@ -7,7 +7,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/libacl/acl_to_text.c b/libacl/acl_to_text.c
index 5b88e05..1285b55 100644
--- a/libacl/acl_to_text.c
+++ b/libacl/acl_to_text.c
@@ -7,7 +7,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/libacl/acl_valid.c b/libacl/acl_valid.c
index e79b482..2dda372 100644
--- a/libacl/acl_valid.c
+++ b/libacl/acl_valid.c
@@ -7,7 +7,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/libacl/byteorder.h b/libacl/byteorder.h
index e5c62c3..05f5d87 100644
--- a/libacl/byteorder.h
+++ b/libacl/byteorder.h
@@ -1,3 +1,20 @@
+/*
+ Copyright (C) 2000, 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/>.
+*/
+
#include <endian.h>
#if __BYTE_ORDER == __BIG_ENDIAN
diff --git a/libacl/libacl.h b/libacl/libacl.h
index 51f4b66..e79575d 100644
--- a/libacl/libacl.h
+++ b/libacl/libacl.h
@@ -1,3 +1,20 @@
+/*
+ Copyright (C) 2000, 2002, 2003 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/>.
+*/
+
#include <errno.h>
#include <sys/acl.h>
#include "libobj.h"
diff --git a/libacl/libobj.h b/libacl/libobj.h
index 988b96d..5480a0e 100644
--- a/libacl/libobj.h
+++ b/libacl/libobj.h
@@ -1,3 +1,20 @@
+/*
+ Copyright (C) 2000, 2002, 2003 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/>.
+*/
+
#ifndef __LIBOBJ_H
#define __LIBOBJ_H
diff --git a/libacl/perm_copy.h b/libacl/perm_copy.h
index d47999b..87b1566 100644
--- a/libacl/perm_copy.h
+++ b/libacl/perm_copy.h
@@ -1,3 +1,20 @@
+/*
+ Copyright (C) 2003 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/>.
+*/
+
/* Features we always have */
#define HAVE_ACL_LIBACL_H 1
diff --git a/libacl/perm_copy_fd.c b/libacl/perm_copy_fd.c
index 209666a..f9ae690 100644
--- a/libacl/perm_copy_fd.c
+++ b/libacl/perm_copy_fd.c
@@ -5,7 +5,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/libacl/perm_copy_file.c b/libacl/perm_copy_file.c
index f462762..023294d 100644
--- a/libacl/perm_copy_file.c
+++ b/libacl/perm_copy_file.c
@@ -5,7 +5,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