diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-28 10:41:53 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-28 01:11:06 +0100 |
commit | 2a4c6da7835cb6129a68e3e6e6c16e8f0a656eb2 (patch) | |
tree | b3dc316a2667aa6fefa14338c210a2c856388df5 /source4/scripting/python | |
parent | b87c3703cf890bd55340a201536073bd2be1e1d8 (diff) | |
download | samba-2a4c6da7835cb6129a68e3e6e6c16e8f0a656eb2.tar.gz samba-2a4c6da7835cb6129a68e3e6e6c16e8f0a656eb2.tar.bz2 samba-2a4c6da7835cb6129a68e3e6e6c16e8f0a656eb2.zip |
s4-drs: fixed credit for C version
Diffstat (limited to 'source4/scripting/python')
-rw-r--r-- | source4/scripting/python/samba/netcmd/drs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/netcmd/drs.py b/source4/scripting/python/samba/netcmd/drs.py index e7a631b6a7..681679091d 100644 --- a/source4/scripting/python/samba/netcmd/drs.py +++ b/source4/scripting/python/samba/netcmd/drs.py @@ -4,6 +4,8 @@ # # Copyright Andrew Tridgell 2010 # +# based on C implementation by Kamen Mazdrashki <kamen.mazdrashki@postpath.com> +# # 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 # the Free Software Foundation; either version 3 of the License, or |