diff options
-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 |