From 5db2041511fa2921c709889c371b676e4647d4ba Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 20 Jun 2011 15:51:18 +1000 Subject: s4-param Add my authorship to this script --- source4/script/mks3param.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source4/script/mks3param.pl b/source4/script/mks3param.pl index 76322b1076..2d99ad59a9 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; -- cgit