From 2a4c6da7835cb6129a68e3e6e6c16e8f0a656eb2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Nov 2010 10:41:53 +1100 Subject: s4-drs: fixed credit for C version --- source4/scripting/python/samba/netcmd/drs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/scripting') 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 +# # 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 -- cgit