diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-20 15:51:18 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-21 09:35:34 +1000 |
commit | 5db2041511fa2921c709889c371b676e4647d4ba (patch) | |
tree | f963a93bda933a31a0d55c99b4134d70fde1b20e /source4/script | |
parent | f3d6b742b18589306e0f19cc52e06f108fc1268e (diff) | |
download | samba-5db2041511fa2921c709889c371b676e4647d4ba.tar.gz |
s4-param Add my authorship to this script
Diffstat (limited to 'source4/script')
-rw-r--r-- | source4/script/mks3param.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/script/mks3param.pl b/source4/script/mks3param.pl index 76322b10764..2d99ad59a9c 100644 --- a/source4/script/mks3param.pl +++ b/source4/script/mks3param.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -# Simple script for generating prototypes for C functions -# Written by Jelmer Vernooij +# Generate loadparm interfaces tables for Samba3/Samba4 integration +# by Andrew Bartlett +# based on mkproto.pl Written by Jelmer Vernooij # based on the original mkproto.sh by Andrew Tridgell use strict; |