summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-20 15:51:18 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-21 09:35:34 +1000
commit5db2041511fa2921c709889c371b676e4647d4ba (patch)
treef963a93bda933a31a0d55c99b4134d70fde1b20e /source4/script
parentf3d6b742b18589306e0f19cc52e06f108fc1268e (diff)
downloadsamba-5db2041511fa2921c709889c371b676e4647d4ba.tar.gz
s4-param Add my authorship to this script
Diffstat (limited to 'source4/script')
-rw-r--r--source4/script/mks3param.pl5
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;