From 673324f70167a0eeb1ce872cbf674518c4558e4f Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Thu, 6 Feb 2020 17:04:03 +0100 Subject: Update my email address --- libacl/__acl_extended_file.c | 2 +- libacl/__acl_from_xattr.c | 2 +- libacl/__acl_reorder_obj_p.c | 2 +- libacl/__acl_to_any_text.c | 2 +- libacl/__acl_to_xattr.c | 2 +- libacl/__apply_mask_to_mode.c | 2 +- libacl/__libobj.c | 2 +- libacl/acl_add_perm.c | 2 +- libacl/acl_calc_mask.c | 2 +- libacl/acl_check.c | 2 +- libacl/acl_clear_perms.c | 2 +- libacl/acl_cmp.c | 2 +- libacl/acl_copy_entry.c | 2 +- libacl/acl_copy_ext.c | 2 +- libacl/acl_copy_int.c | 2 +- libacl/acl_create_entry.c | 2 +- libacl/acl_delete_def_file.c | 2 +- libacl/acl_delete_entry.c | 2 +- libacl/acl_delete_perm.c | 2 +- libacl/acl_dup.c | 2 +- libacl/acl_entries.c | 2 +- libacl/acl_equiv_mode.c | 2 +- libacl/acl_error.c | 2 +- libacl/acl_extended_fd.c | 2 +- libacl/acl_extended_file.c | 2 +- libacl/acl_extended_file_nofollow.c | 2 +- libacl/acl_free.c | 2 +- libacl/acl_from_mode.c | 2 +- libacl/acl_from_text.c | 2 +- libacl/acl_get_entry.c | 2 +- libacl/acl_get_fd.c | 2 +- libacl/acl_get_file.c | 2 +- libacl/acl_get_perm.c | 2 +- libacl/acl_get_permset.c | 2 +- libacl/acl_get_qualifier.c | 2 +- libacl/acl_get_tag_type.c | 2 +- libacl/acl_init.c | 2 +- libacl/acl_set_fd.c | 2 +- libacl/acl_set_file.c | 2 +- libacl/acl_set_permset.c | 2 +- libacl/acl_set_qualifier.c | 2 +- libacl/acl_set_tag_type.c | 2 +- libacl/acl_size.c | 2 +- libacl/acl_to_any_text.c | 2 +- libacl/acl_to_text.c | 2 +- libacl/acl_valid.c | 2 +- libmisc/quote.c | 2 +- libmisc/unquote.c | 2 +- man/man1/getfacl.1 | 4 ++-- man/man1/setfacl.1 | 4 ++-- man/man3/acl_add_perm.3 | 4 ++-- man/man3/acl_calc_mask.3 | 4 ++-- man/man3/acl_check.3 | 4 ++-- man/man3/acl_clear_perms.3 | 4 ++-- man/man3/acl_cmp.3 | 4 ++-- man/man3/acl_copy_entry.3 | 4 ++-- man/man3/acl_copy_ext.3 | 4 ++-- man/man3/acl_copy_int.3 | 4 ++-- man/man3/acl_create_entry.3 | 4 ++-- man/man3/acl_delete_def_file.3 | 4 ++-- man/man3/acl_delete_entry.3 | 4 ++-- man/man3/acl_delete_perm.3 | 4 ++-- man/man3/acl_dup.3 | 4 ++-- man/man3/acl_entries.3 | 4 ++-- man/man3/acl_equiv_mode.3 | 4 ++-- man/man3/acl_error.3 | 4 ++-- man/man3/acl_extended_fd.3 | 4 ++-- man/man3/acl_extended_file.3 | 4 ++-- man/man3/acl_free.3 | 4 ++-- man/man3/acl_from_mode.3 | 4 ++-- man/man3/acl_from_text.3 | 4 ++-- man/man3/acl_get_entry.3 | 4 ++-- man/man3/acl_get_fd.3 | 4 ++-- man/man3/acl_get_file.3 | 4 ++-- man/man3/acl_get_perm.3 | 4 ++-- man/man3/acl_get_permset.3 | 4 ++-- man/man3/acl_get_qualifier.3 | 4 ++-- man/man3/acl_get_tag_type.3 | 4 ++-- man/man3/acl_init.3 | 4 ++-- man/man3/acl_set_fd.3 | 4 ++-- man/man3/acl_set_file.3 | 4 ++-- man/man3/acl_set_permset.3 | 4 ++-- man/man3/acl_set_qualifier.3 | 4 ++-- man/man3/acl_set_tag_type.3 | 4 ++-- man/man3/acl_size.3 | 4 ++-- man/man3/acl_to_any_text.3 | 4 ++-- man/man3/acl_to_text.3 | 4 ++-- man/man3/acl_valid.3 | 4 ++-- man/man5/acl.5 | 4 ++-- tools/do_set.c | 2 +- tools/getfacl.c | 2 +- tools/parse.c | 2 +- tools/sequence.c | 2 +- tools/setfacl.c | 2 +- tools/user_group.c | 2 +- 95 files changed, 136 insertions(+), 136 deletions(-) diff --git a/libacl/__acl_extended_file.c b/libacl/__acl_extended_file.c index bc833b5..f10beec 100644 --- a/libacl/__acl_extended_file.c +++ b/libacl/__acl_extended_file.c @@ -2,7 +2,7 @@ File: __acl_extended_file.c Copyright (C) 2000, 2011 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/__acl_from_xattr.c b/libacl/__acl_from_xattr.c index ede7890..afb8a14 100644 --- a/libacl/__acl_from_xattr.c +++ b/libacl/__acl_from_xattr.c @@ -2,7 +2,7 @@ File: __acl_from_xattr.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/__acl_reorder_obj_p.c b/libacl/__acl_reorder_obj_p.c index c3139c2..9cbbf4c 100644 --- a/libacl/__acl_reorder_obj_p.c +++ b/libacl/__acl_reorder_obj_p.c @@ -3,7 +3,7 @@ (Linux Access Control List Management, Posix Library Functions) Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/__acl_to_any_text.c b/libacl/__acl_to_any_text.c index 080e90e..f2b8088 100644 --- a/libacl/__acl_to_any_text.c +++ b/libacl/__acl_to_any_text.c @@ -2,7 +2,7 @@ File: __acl_to_any_text.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/__acl_to_xattr.c b/libacl/__acl_to_xattr.c index 874e533..37ec20d 100644 --- a/libacl/__acl_to_xattr.c +++ b/libacl/__acl_to_xattr.c @@ -2,7 +2,7 @@ File: __acl_to_xattr.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/__apply_mask_to_mode.c b/libacl/__apply_mask_to_mode.c index 0838c7e..1c64f82 100644 --- a/libacl/__apply_mask_to_mode.c +++ b/libacl/__apply_mask_to_mode.c @@ -3,7 +3,7 @@ (Linux Access Control List Management) Copyright (C) 1999-2002 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/__libobj.c b/libacl/__libobj.c index f482586..bd1e6af 100644 --- a/libacl/__libobj.c +++ b/libacl/__libobj.c @@ -3,7 +3,7 @@ (Linux Access Control List Management) Copyright (C) 1999-2002 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_add_perm.c b/libacl/acl_add_perm.c index c3cf2b5..c5e16c4 100644 --- a/libacl/acl_add_perm.c +++ b/libacl/acl_add_perm.c @@ -2,7 +2,7 @@ File: acl_add_perm.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_calc_mask.c b/libacl/acl_calc_mask.c index 1289caa..d887814 100644 --- a/libacl/acl_calc_mask.c +++ b/libacl/acl_calc_mask.c @@ -2,7 +2,7 @@ File: acl_calc_mask.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_check.c b/libacl/acl_check.c index 913c789..918ceb6 100644 --- a/libacl/acl_check.c +++ b/libacl/acl_check.c @@ -2,7 +2,7 @@ File: acl_check.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_clear_perms.c b/libacl/acl_clear_perms.c index c3ccbc2..1490b73 100644 --- a/libacl/acl_clear_perms.c +++ b/libacl/acl_clear_perms.c @@ -2,7 +2,7 @@ File: acl_clear_perms.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_cmp.c b/libacl/acl_cmp.c index d3a6a99..e084a21 100644 --- a/libacl/acl_cmp.c +++ b/libacl/acl_cmp.c @@ -2,7 +2,7 @@ File: acl_cmp.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_copy_entry.c b/libacl/acl_copy_entry.c index 174b36a..d0a81f5 100644 --- a/libacl/acl_copy_entry.c +++ b/libacl/acl_copy_entry.c @@ -2,7 +2,7 @@ File: acl_copy_entry.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_copy_ext.c b/libacl/acl_copy_ext.c index f74f504..c3bada3 100644 --- a/libacl/acl_copy_ext.c +++ b/libacl/acl_copy_ext.c @@ -2,7 +2,7 @@ File: acl_copy_ext.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_copy_int.c b/libacl/acl_copy_int.c index c981ce4..bcbacf1 100644 --- a/libacl/acl_copy_int.c +++ b/libacl/acl_copy_int.c @@ -2,7 +2,7 @@ File: acl_copy_int.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_create_entry.c b/libacl/acl_create_entry.c index 2214c1a..4143078 100644 --- a/libacl/acl_create_entry.c +++ b/libacl/acl_create_entry.c @@ -2,7 +2,7 @@ File: acl_create_entry.c Copyright (C) 1999, 2000 - Andreas Gruenbacher + Andreas Gruenbacher This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_delete_def_file.c b/libacl/acl_delete_def_file.c index 99f4650..ccfe13c 100644 --- a/libacl/acl_delete_def_file.c +++ b/libacl/acl_delete_def_file.c @@ -2,7 +2,7 @@ File: acl_delete_def_file.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_delete_entry.c b/libacl/acl_delete_entry.c index db9fabf..d3252d4 100644 --- a/libacl/acl_delete_entry.c +++ b/libacl/acl_delete_entry.c @@ -2,7 +2,7 @@ File: acl_delete_entry.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_delete_perm.c b/libacl/acl_delete_perm.c index e7168b9..d4f013a 100644 --- a/libacl/acl_delete_perm.c +++ b/libacl/acl_delete_perm.c @@ -2,7 +2,7 @@ File: acl_delete_perm.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_dup.c b/libacl/acl_dup.c index 9328573..ef4fab9 100644 --- a/libacl/acl_dup.c +++ b/libacl/acl_dup.c @@ -2,7 +2,7 @@ File: acl_dup.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_entries.c b/libacl/acl_entries.c index 07fbb80..e338e81 100644 --- a/libacl/acl_entries.c +++ b/libacl/acl_entries.c @@ -2,7 +2,7 @@ File: acl_entries.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_equiv_mode.c b/libacl/acl_equiv_mode.c index 0172639..2e56211 100644 --- a/libacl/acl_equiv_mode.c +++ b/libacl/acl_equiv_mode.c @@ -2,7 +2,7 @@ File: acl_equiv_mode.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_error.c b/libacl/acl_error.c index 7bd91ad..45fb805 100644 --- a/libacl/acl_error.c +++ b/libacl/acl_error.c @@ -2,7 +2,7 @@ File: acl_error.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_extended_fd.c b/libacl/acl_extended_fd.c index c794e6e..9a46df9 100644 --- a/libacl/acl_extended_fd.c +++ b/libacl/acl_extended_fd.c @@ -2,7 +2,7 @@ File: acl_extended_fd.c Copyright (C) 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_extended_file.c b/libacl/acl_extended_file.c index 0e80e75..9adc562 100644 --- a/libacl/acl_extended_file.c +++ b/libacl/acl_extended_file.c @@ -2,7 +2,7 @@ File: acl_extended_file.c Copyright (C) 2011 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_extended_file_nofollow.c b/libacl/acl_extended_file_nofollow.c index b04383e..89ee5f5 100644 --- a/libacl/acl_extended_file_nofollow.c +++ b/libacl/acl_extended_file_nofollow.c @@ -2,7 +2,7 @@ File: acl_extended_file_nofollow.c Copyright (C) 2011 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_free.c b/libacl/acl_free.c index ccfaf23..b65b102 100644 --- a/libacl/acl_free.c +++ b/libacl/acl_free.c @@ -2,7 +2,7 @@ File: acl_free.c Copyright (C) 1999, 2000 - Andreas Gruenbacher + Andreas Gruenbacher This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_from_mode.c b/libacl/acl_from_mode.c index b514057..c6999e3 100644 --- a/libacl/acl_from_mode.c +++ b/libacl/acl_from_mode.c @@ -2,7 +2,7 @@ File: acl_from_mode.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_from_text.c b/libacl/acl_from_text.c index 09790c9..2617cbb 100644 --- a/libacl/acl_from_text.c +++ b/libacl/acl_from_text.c @@ -2,7 +2,7 @@ File: acl_from_text.c Copyright (C) 1999, 2000, 2001 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_get_entry.c b/libacl/acl_get_entry.c index 4d9bcff..e84f5aa 100644 --- a/libacl/acl_get_entry.c +++ b/libacl/acl_get_entry.c @@ -2,7 +2,7 @@ File: acl_get_entry.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_get_fd.c b/libacl/acl_get_fd.c index 4b4b8a4..fe57d34 100644 --- a/libacl/acl_get_fd.c +++ b/libacl/acl_get_fd.c @@ -2,7 +2,7 @@ File: acl_get_fd.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_get_file.c b/libacl/acl_get_file.c index 8e4b07d..350c49c 100644 --- a/libacl/acl_get_file.c +++ b/libacl/acl_get_file.c @@ -2,7 +2,7 @@ File: acl_get_file.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_get_perm.c b/libacl/acl_get_perm.c index 718ac9a..7beee59 100644 --- a/libacl/acl_get_perm.c +++ b/libacl/acl_get_perm.c @@ -2,7 +2,7 @@ File: acl_get_perm.c Copyright (C) 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_get_permset.c b/libacl/acl_get_permset.c index a77628f..03beb39 100644 --- a/libacl/acl_get_permset.c +++ b/libacl/acl_get_permset.c @@ -2,7 +2,7 @@ File: acl_get_permset.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_get_qualifier.c b/libacl/acl_get_qualifier.c index ee3f2d9..a662fb2 100644 --- a/libacl/acl_get_qualifier.c +++ b/libacl/acl_get_qualifier.c @@ -2,7 +2,7 @@ File: acl_get_qualifier.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_get_tag_type.c b/libacl/acl_get_tag_type.c index b54ae7e..913f0e6 100644 --- a/libacl/acl_get_tag_type.c +++ b/libacl/acl_get_tag_type.c @@ -2,7 +2,7 @@ File: acl_get_tag_type.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_init.c b/libacl/acl_init.c index f67317e..90a65a4 100644 --- a/libacl/acl_init.c +++ b/libacl/acl_init.c @@ -2,7 +2,7 @@ File: acl_init.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_set_fd.c b/libacl/acl_set_fd.c index 37a80dd..7cc271f 100644 --- a/libacl/acl_set_fd.c +++ b/libacl/acl_set_fd.c @@ -2,7 +2,7 @@ File: acl_set_fd.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_set_file.c b/libacl/acl_set_file.c index 70fbb3d..80646f3 100644 --- a/libacl/acl_set_file.c +++ b/libacl/acl_set_file.c @@ -2,7 +2,7 @@ File: acl_set_file.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_set_permset.c b/libacl/acl_set_permset.c index 3264236..077b283 100644 --- a/libacl/acl_set_permset.c +++ b/libacl/acl_set_permset.c @@ -2,7 +2,7 @@ File: acl_set_permset.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_set_qualifier.c b/libacl/acl_set_qualifier.c index 19b51d8..53d30f7 100644 --- a/libacl/acl_set_qualifier.c +++ b/libacl/acl_set_qualifier.c @@ -2,7 +2,7 @@ File: acl_set_qualifier.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_set_tag_type.c b/libacl/acl_set_tag_type.c index d7b3b68..7c76006 100644 --- a/libacl/acl_set_tag_type.c +++ b/libacl/acl_set_tag_type.c @@ -2,7 +2,7 @@ File: acl_set_tag_type.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_size.c b/libacl/acl_size.c index 9d757db..cf0f135 100644 --- a/libacl/acl_size.c +++ b/libacl/acl_size.c @@ -2,7 +2,7 @@ File: acl_size.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_to_any_text.c b/libacl/acl_to_any_text.c index 0b5e044..7064415 100644 --- a/libacl/acl_to_any_text.c +++ b/libacl/acl_to_any_text.c @@ -2,7 +2,7 @@ File: acl_to_any_text.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_to_text.c b/libacl/acl_to_text.c index 84a8606..3b5b7be 100644 --- a/libacl/acl_to_text.c +++ b/libacl/acl_to_text.c @@ -2,7 +2,7 @@ File: acl_to_text.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libacl/acl_valid.c b/libacl/acl_valid.c index fe18f5c..ea7f0d2 100644 --- a/libacl/acl_valid.c +++ b/libacl/acl_valid.c @@ -2,7 +2,7 @@ File: acl_valid.c Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libmisc/quote.c b/libmisc/quote.c index e2f6e06..9358c4d 100644 --- a/libmisc/quote.c +++ b/libmisc/quote.c @@ -1,7 +1,7 @@ /* File: quote.c - Copyright (C) 2003 Andreas Gruenbacher + Copyright (C) 2003 Andreas Gruenbacher 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 diff --git a/libmisc/unquote.c b/libmisc/unquote.c index fca2338..6f0d0e5 100644 --- a/libmisc/unquote.c +++ b/libmisc/unquote.c @@ -1,7 +1,7 @@ /* File: unquote.c - Copyright (C) 2003 Andreas Gruenbacher + Copyright (C) 2003 Andreas Gruenbacher 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 diff --git a/man/man1/getfacl.1 b/man/man1/getfacl.1 index 0e839b7..7ce511f 100644 --- a/man/man1/getfacl.1 +++ b/man/man1/getfacl.1 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2000 Andreas Gruenbacher, +.\" (C) 2000 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -165,7 +165,7 @@ behaves as if it was invoked as ``getfacl \-''. No flags comments indicating the setuid, setgit, and sticky bits are generated. .SH AUTHOR Andreas Gruenbacher, -.RI < a.gruenbacher@bestbits.at >. +.RI < andreas.gruenbacher@gmail.com >. Please send your bug reports and comments to the above address. .SH SEE ALSO diff --git a/man/man1/setfacl.1 b/man/man1/setfacl.1 index c4fe1f2..ce7c9ea 100644 --- a/man/man1/setfacl.1 +++ b/man/man1/setfacl.1 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2000 Andreas Gruenbacher, +.\" (C) 2000 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -309,7 +309,7 @@ The options also accept permission fields (and ignore them). .SH AUTHOR Andreas Gruenbacher, -.RI < a.gruenbacher@bestbits.at >. +.RI < andreas.gruenbacher@gmail.com >. Please send your bug reports, suggested features and comments to the above address. diff --git a/man/man3/acl_add_perm.3 b/man/man3/acl_add_perm.3 index a3e554f..0706d6e 100644 --- a/man/man3/acl_add_perm.3 +++ b/man/man3/acl_add_perm.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -83,4 +83,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_calc_mask.3 b/man/man3/acl_calc_mask.3 index fa69f96..80709d4 100644 --- a/man/man3/acl_calc_mask.3 +++ b/man/man3/acl_calc_mask.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -98,4 +98,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_check.3 b/man/man3/acl_check.3 index b583b1a..a782e64 100644 --- a/man/man3/acl_check.3 +++ b/man/man3/acl_check.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -119,4 +119,4 @@ functions defined in IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned). .Xr acl 5 .Sh AUTHOR Written by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_clear_perms.3 b/man/man3/acl_clear_perms.3 index c7bff94..8343f8c 100644 --- a/man/man3/acl_clear_perms.3 +++ b/man/man3/acl_clear_perms.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -72,4 +72,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_cmp.3 b/man/man3/acl_cmp.3 index 1b565a5..0f4e719 100644 --- a/man/man3/acl_cmp.3 +++ b/man/man3/acl_cmp.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -87,4 +87,4 @@ functions defined in IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned). .Xr acl 5 .Sh AUTHOR Written by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_copy_entry.3 b/man/man3/acl_copy_entry.3 index 90c9106..16caba7 100644 --- a/man/man3/acl_copy_entry.3 +++ b/man/man3/acl_copy_entry.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -79,4 +79,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_copy_ext.3 b/man/man3/acl_copy_ext.3 index a509ec8..84d8e6e 100644 --- a/man/man3/acl_copy_ext.3 +++ b/man/man3/acl_copy_ext.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -105,4 +105,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_copy_int.3 b/man/man3/acl_copy_int.3 index b34e7c7..496c2b1 100644 --- a/man/man3/acl_copy_int.3 +++ b/man/man3/acl_copy_int.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -86,4 +86,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_create_entry.3 b/man/man3/acl_create_entry.3 index e3515f7..acc0de6 100644 --- a/man/man3/acl_create_entry.3 +++ b/man/man3/acl_create_entry.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -101,4 +101,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_delete_def_file.3 b/man/man3/acl_delete_def_file.3 index d8616ba..8448666 100644 --- a/man/man3/acl_delete_def_file.3 +++ b/man/man3/acl_delete_def_file.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -83,4 +83,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_delete_entry.3 b/man/man3/acl_delete_entry.3 index b4a1186..ee5e0c2 100644 --- a/man/man3/acl_delete_entry.3 +++ b/man/man3/acl_delete_entry.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -83,4 +83,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_delete_perm.3 b/man/man3/acl_delete_perm.3 index 11b9c45..8645afc 100644 --- a/man/man3/acl_delete_perm.3 +++ b/man/man3/acl_delete_perm.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -83,4 +83,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_dup.3 b/man/man3/acl_dup.3 index 6b61baa..233995e 100644 --- a/man/man3/acl_dup.3 +++ b/man/man3/acl_dup.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -84,4 +84,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_entries.3 b/man/man3/acl_entries.3 index 3bfabe4..c6e72eb 100644 --- a/man/man3/acl_entries.3 +++ b/man/man3/acl_entries.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -70,4 +70,4 @@ functions defined in IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned). .Xr acl 5 .Sh AUTHOR Written by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_equiv_mode.3 b/man/man3/acl_equiv_mode.3 index 1a693ec..49ac9be 100644 --- a/man/man3/acl_equiv_mode.3 +++ b/man/man3/acl_equiv_mode.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -93,4 +93,4 @@ functions defined in IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned). .Xr acl 5 .Sh AUTHOR Written by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_error.3 b/man/man3/acl_error.3 index f491820..02b20fa 100644 --- a/man/man3/acl_error.3 +++ b/man/man3/acl_error.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -68,4 +68,4 @@ functions defined in IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned). .Xr acl 5 .Sh AUTHOR Written by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_extended_fd.3 b/man/man3/acl_extended_fd.3 index b4ca1b4..f65a196 100644 --- a/man/man3/acl_extended_fd.3 +++ b/man/man3/acl_extended_fd.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -102,4 +102,4 @@ functions defined in IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned). .Xr acl 5 .Sh AUTHOR Written by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_extended_file.3 b/man/man3/acl_extended_file.3 index fdeef86..c4e1354 100644 --- a/man/man3/acl_extended_file.3 +++ b/man/man3/acl_extended_file.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -121,4 +121,4 @@ functions defined in IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned). .Xr acl 5 .Sh AUTHOR Written by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_free.3 b/man/man3/acl_free.3 index 11b0bd3..f60c59a 100644 --- a/man/man3/acl_free.3 +++ b/man/man3/acl_free.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -79,4 +79,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_from_mode.3 b/man/man3/acl_from_mode.3 index 2681bca..820b703 100644 --- a/man/man3/acl_from_mode.3 +++ b/man/man3/acl_from_mode.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -71,4 +71,4 @@ functions defined in IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned). .Xr acl 5 .Sh AUTHOR Written by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_from_text.3 b/man/man3/acl_from_text.3 index 89b5a16..5f86375 100644 --- a/man/man3/acl_from_text.3 +++ b/man/man3/acl_from_text.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -90,4 +90,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_get_entry.3 b/man/man3/acl_get_entry.3 index f5d9894..94f5728 100644 --- a/man/man3/acl_get_entry.3 +++ b/man/man3/acl_get_entry.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -139,4 +139,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_get_fd.3 b/man/man3/acl_get_fd.3 index a9513f4..8b363ce 100644 --- a/man/man3/acl_get_fd.3 +++ b/man/man3/acl_get_fd.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -93,4 +93,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_get_file.3 b/man/man3/acl_get_file.3 index 192a9ca..f76c911 100644 --- a/man/man3/acl_get_file.3 +++ b/man/man3/acl_get_file.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -133,4 +133,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_get_perm.3 b/man/man3/acl_get_perm.3 index 53e9a3b..8afab86 100644 --- a/man/man3/acl_get_perm.3 +++ b/man/man3/acl_get_perm.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -95,4 +95,4 @@ functions defined in IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned). .Xr acl 5 .Sh AUTHOR Written by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_get_permset.3 b/man/man3/acl_get_permset.3 index d98f6b4..be9dfc0 100644 --- a/man/man3/acl_get_permset.3 +++ b/man/man3/acl_get_permset.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -79,4 +79,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_get_qualifier.3 b/man/man3/acl_get_qualifier.3 index 52ac273..2c7068a 100644 --- a/man/man3/acl_get_qualifier.3 +++ b/man/man3/acl_get_qualifier.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -122,4 +122,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_get_tag_type.3 b/man/man3/acl_get_tag_type.3 index 4bdfe40..cc251c0 100644 --- a/man/man3/acl_get_tag_type.3 +++ b/man/man3/acl_get_tag_type.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -78,4 +78,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_init.3 b/man/man3/acl_init.3 index b12f636..662fb62 100644 --- a/man/man3/acl_init.3 +++ b/man/man3/acl_init.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -84,4 +84,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_set_fd.3 b/man/man3/acl_set_fd.3 index 7f623ed..ce73040 100644 --- a/man/man3/acl_set_fd.3 +++ b/man/man3/acl_set_fd.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -88,4 +88,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_set_file.3 b/man/man3/acl_set_file.3 index 9cdd524..9ff96f1 100644 --- a/man/man3/acl_set_file.3 +++ b/man/man3/acl_set_file.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -165,4 +165,4 @@ The POSIX.1e function for removing a default ACL is Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_set_permset.3 b/man/man3/acl_set_permset.3 index e48580c..be6e8aa 100644 --- a/man/man3/acl_set_permset.3 +++ b/man/man3/acl_set_permset.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -95,4 +95,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_set_qualifier.3 b/man/man3/acl_set_qualifier.3 index eb49747..f5f2130 100644 --- a/man/man3/acl_set_qualifier.3 +++ b/man/man3/acl_set_qualifier.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -110,4 +110,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_set_tag_type.3 b/man/man3/acl_set_tag_type.3 index 05b771d..8bb643f 100644 --- a/man/man3/acl_set_tag_type.3 +++ b/man/man3/acl_set_tag_type.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -80,4 +80,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_size.3 b/man/man3/acl_size.3 index e574750..506e8ea 100644 --- a/man/man3/acl_size.3 +++ b/man/man3/acl_size.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -82,4 +82,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_to_any_text.3 b/man/man3/acl_to_any_text.3 index fd3cf74..1e5c07b 100644 --- a/man/man3/acl_to_any_text.3 +++ b/man/man3/acl_to_any_text.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -166,4 +166,4 @@ functions defined in IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned). .Xr acl 5 .Sh AUTHOR Written by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_to_text.3 b/man/man3/acl_to_text.3 index 1b64e62..840d465 100644 --- a/man/man3/acl_to_text.3 +++ b/man/man3/acl_to_text.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -108,4 +108,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man3/acl_valid.3 b/man/man3/acl_valid.3 index 89ec4d9..1f02907 100644 --- a/man/man3/acl_valid.3 +++ b/man/man3/acl_valid.3 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -83,4 +83,4 @@ IEEE Std 1003.1e draft 17 (\(lqPOSIX.1e\(rq, abandoned) Derived from the FreeBSD manual pages written by .An "Robert N M Watson" Aq rwatson@FreeBSD.org , and adapted for Linux by -.An "Andreas Gruenbacher" Aq a.gruenbacher@bestbits.at . +.An "Andreas Gruenbacher" Aq andreas.gruenbacher@gmail.com . diff --git a/man/man5/acl.5 b/man/man5/acl.5 index 18a3550..33995bb 100644 --- a/man/man5/acl.5 +++ b/man/man5/acl.5 @@ -1,6 +1,6 @@ .\" Access Control Lists manual pages .\" -.\" (C) 2002 Andreas Gruenbacher, +.\" (C) 2002 Andreas Gruenbacher, .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -493,4 +493,4 @@ These non-portable extensions are available on Linux systems. .Xr acl_get_perm 3 , .Xr acl_to_any_text 3 .Sh AUTHOR -Andreas Gruenbacher, +Andreas Gruenbacher, diff --git a/tools/do_set.c b/tools/do_set.c index ecde210..dff7ae8 100644 --- a/tools/do_set.c +++ b/tools/do_set.c @@ -3,7 +3,7 @@ (Linux Access Control List Management) Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/tools/getfacl.c b/tools/getfacl.c index 3d8f1b8..e3df09c 100644 --- a/tools/getfacl.c +++ b/tools/getfacl.c @@ -3,7 +3,7 @@ (Linux Access Control List Management) Copyright (C) 1999-2002 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tools/parse.c b/tools/parse.c index 9ddbafb..f052400 100644 --- a/tools/parse.c +++ b/tools/parse.c @@ -3,7 +3,7 @@ (Linux Access Control List Management) Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/tools/sequence.c b/tools/sequence.c index d7310d4..140dd87 100644 --- a/tools/sequence.c +++ b/tools/sequence.c @@ -3,7 +3,7 @@ (Linux Access Control List Management) Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/tools/setfacl.c b/tools/setfacl.c index 880bd1e..0844ca2 100644 --- a/tools/setfacl.c +++ b/tools/setfacl.c @@ -3,7 +3,7 @@ (Linux Access Control List Management) Copyright (C) 1999-2002 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/tools/user_group.c b/tools/user_group.c index 11b238b..bcfb600 100644 --- a/tools/user_group.c +++ b/tools/user_group.c @@ -3,7 +3,7 @@ (Linux Access Control List Management) Copyright (C) 1999, 2000 - Andreas Gruenbacher, + Andreas Gruenbacher, This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- cgit v1.2.1