diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-03-10 21:20:46 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-03-10 21:29:07 +0100 |
commit | f36cdfd09865432981eacabcc30423684c9898f4 (patch) | |
tree | bba15b8df4d0a05f588720e1f0bb0163c8fc9f94 /libattr/attr_copy_check.c | |
parent | 977fc42c7c1432987f396361aed86e5bdc62ed3f (diff) | |
download | attr-f36cdfd09865432981eacabcc30423684c9898f4.tar.gz |
Add copyright and license notices to lots of files
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Diffstat (limited to 'libattr/attr_copy_check.c')
-rw-r--r-- | libattr/attr_copy_check.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libattr/attr_copy_check.c b/libattr/attr_copy_check.c index e8a058e..3cc6245 100644 --- a/libattr/attr_copy_check.c +++ b/libattr/attr_copy_check.c @@ -1,5 +1,3 @@ -/* Copy extended attributes between files - default check callback */ - /* Copyright (C) 2003 Andreas Gruenbacher <agruen@suse.de>, SuSE Linux AG. This program is free software; you can redistribute it and/or @@ -17,6 +15,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Copy extended attributes between files - default check callback */ + #include <string.h> #include "error_context.h" #include "attr/libattr.h" |