diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-02 13:36:43 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-02 11:35:19 +0200 |
commit | e5686a4cf0931d8a89ed8f5922fd00d93b7893ea (patch) | |
tree | 6cfe319f7e1d2cbb40764f42173eb337d291b24d /source3/smbd | |
parent | 55a0d6606c76463296188582c52821a7607ade7b (diff) | |
download | samba-e5686a4cf0931d8a89ed8f5922fd00d93b7893ea.tar.gz samba-e5686a4cf0931d8a89ed8f5922fd00d93b7893ea.tar.bz2 samba-e5686a4cf0931d8a89ed8f5922fd00d93b7893ea.zip |
s3-pysmbd: Add my copyright
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/pysmbd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/smbd/pysmbd.c b/source3/smbd/pysmbd.c index 6478319756..1f5acea5e4 100644 --- a/source3/smbd/pysmbd.c +++ b/source3/smbd/pysmbd.c @@ -1,6 +1,8 @@ /* Unix SMB/CIFS implementation. - SMB NT Security Descriptor / Unix permission conversion. + Set NT and POSIX ACLs and other VFS operations from Python + + Copyrigyt (C) Andrew Bartlett 2012 Copyright (C) Jeremy Allison 1994-2009. Copyright (C) Andreas Gruenbacher 2002. Copyright (C) Simo Sorce <idra@samba.org> 2009. |