From bdb96b0e94b6e742e98d4a5bbf634b433d1ce17c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Dec 2000 04:41:31 +0000 Subject: added a comment (This used to be commit 6831c000a37da76a3f8dc3361c86f97807bb25b7) --- source4/build/pidl/dump.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source4/build/pidl/dump.pm b/source4/build/pidl/dump.pm index 4d679c0653..784a6f6f1b 100644 --- a/source4/build/pidl/dump.pm +++ b/source4/build/pidl/dump.pm @@ -1,3 +1,8 @@ +################################################### +# dump function for IDL structures +# Copyright tridge@samba.org 2000 +# released under the GNU GPL + package IdlDump; use Data::Dumper; -- cgit