diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-12-14 04:41:31 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-12-14 04:41:31 +0000 |
commit | bdb96b0e94b6e742e98d4a5bbf634b433d1ce17c (patch) | |
tree | 47205085d0a0622a4f17b3ef4588a5ebc6e49049 /source4/build/pidl | |
parent | 5bd7a4a83267b237a216b0d91c2b0b6b6616974c (diff) | |
download | samba-bdb96b0e94b6e742e98d4a5bbf634b433d1ce17c.tar.gz samba-bdb96b0e94b6e742e98d4a5bbf634b433d1ce17c.tar.bz2 samba-bdb96b0e94b6e742e98d4a5bbf634b433d1ce17c.zip |
added a comment
(This used to be commit 6831c000a37da76a3f8dc3361c86f97807bb25b7)
Diffstat (limited to 'source4/build/pidl')
-rw-r--r-- | source4/build/pidl/dump.pm | 5 |
1 files changed, 5 insertions, 0 deletions
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; |