summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba3/Template.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Samba3/Template.pm')
-rw-r--r--source4/pidl/lib/Parse/Pidl/Samba3/Template.pm36
1 files changed, 26 insertions, 10 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba3/Template.pm b/source4/pidl/lib/Parse/Pidl/Samba3/Template.pm
index 072aa07850..47d565dce6 100644
--- a/source4/pidl/lib/Parse/Pidl/Samba3/Template.pm
+++ b/source4/pidl/lib/Parse/Pidl/Samba3/Template.pm
@@ -45,16 +45,32 @@ sub Parse($$)
$res = "";
- pidl "/*";
- pidl " * Unix SMB/CIFS implementation.";
- pidl " * template auto-generated by pidl. Modify to your needs";
- pidl " */";
- pidl "";
- pidl "#include \"includes.h\"";
- pidl "";
- pidl "#undef DBGC_CLASS";
- pidl "#define DBGC_CLASS DBGC_MSRPC";
- pidl "";
+ pidl "/*
+ * Unix SMB/CIFS implementation.
+ **** template auto-generated by pidl. Modify to your needs ****
+ * RPC Pipe client / server routines
+ * Copyright (C) YOUR NAME YEAR.
+ *
+ * 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include \"includes.h\"
+
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_MSRPC
+";
foreach (@$ndr) {
ParseInterface($_) if ($_->{TYPE} eq "INTERFACE");