diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-22 01:40:24 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-22 01:40:24 +0000 |
commit | 3f2598abad168b6bdf679cdd25fe0064ad198236 (patch) | |
tree | 90c09911919867f2ba6a333012b4d41b4b855365 /source4/build/pidl/lib/README | |
parent | 2ca65a99c77d6d119617c330ce521a6137d71e35 (diff) | |
download | samba-3f2598abad168b6bdf679cdd25fe0064ad198236.tar.gz samba-3f2598abad168b6bdf679cdd25fe0064ad198236.tar.bz2 samba-3f2598abad168b6bdf679cdd25fe0064ad198236.zip |
added Parse::RecDescent module into pidl to ensure we all use the same
version. This should fix the problems Richard was seeing.
(This used to be commit 76c24a5cb09b096a9cb490f3bb42af0b9d0f5fa9)
Diffstat (limited to 'source4/build/pidl/lib/README')
-rw-r--r-- | source4/build/pidl/lib/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/build/pidl/lib/README b/source4/build/pidl/lib/README new file mode 100644 index 0000000000..a02b3f59be --- /dev/null +++ b/source4/build/pidl/lib/README @@ -0,0 +1,11 @@ +Many thanks to Damian Conway for his excellent Parse::Recdescent +package. I have included a copy of it here to prevent problems with +differing versions and pidl. The original package is distributed with +the following copyright: + +COPYRIGHT + + Copyright (c) 1997-2000, Damian Conway. All Rights Reserved. + This module is free software. It may be used, redistributed + and/or modified under the terms of the Perl Artistic License + (see http://www.perl.com/perl/misc/Artistic.html) |