diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-05 08:00:00 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-05 04:27:36 +0200 |
commit | edd725125792e848a9c1230ae4e57246dcda4352 (patch) | |
tree | 23e9e7352cada9246588aa062281a42a23803bbf /lib | |
parent | 5f583591db4738f2d0863ccc5253827191f993a0 (diff) | |
download | samba-edd725125792e848a9c1230ae4e57246dcda4352.tar.gz |
libreplace: Add copyrights to ease tracking of this file in future
As GIT didn't realise this was a copy out of lib/system.c, this should
make it easier to track the copyright holders on this file. Herb's
name wasn't on the original file, but was the only other author I
could find in the git logs.
I've added my copyright here too.
Andrew Bartlett
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/xattr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/replace/xattr.c b/lib/replace/xattr.c index f5b17870018..07c130f9f88 100644 --- a/lib/replace/xattr.c +++ b/lib/replace/xattr.c @@ -4,6 +4,8 @@ Copyright (C) Jeremy Allison 1998-2005 Copyright (C) Timur Bakeyev 2005 Copyright (C) Bjoern Jacke 2006-2007 + Copyright (C) Herb Lewis 2003 + Copyright (C) Andrew Bartlett 2012 ** NOTE! The following LGPL license applies to the replace ** library. This does NOT imply that all of Samba is released |