You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LICENCE 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Net::LDAP is copyrighted free software by Francis Cianfrocca
  2. <garbagecat10@gmail.com>. You can redistribute it and/or modify it under either
  3. the terms of the GPL (see the file COPYING), or the conditions below:
  4. 1. You may make and give away verbatim copies of the source form of the
  5. software without restriction, provided that you duplicate all of the
  6. original copyright notices and associated disclaimers.
  7. 2. You may modify your copy of the software in any way, provided that you do
  8. at least ONE of the following:
  9. a) place your modifications in the Public Domain or otherwise make them
  10. Freely Available, such as by posting said modifications to Usenet or
  11. an equivalent medium, or by allowing the author to include your
  12. modifications in the software.
  13. b) use the modified software only within your corporation or
  14. organization.
  15. c) rename any non-standard executables so the names do not conflict with
  16. standard executables, which must also be provided.
  17. d) make other distribution arrangements with the author.
  18. 3. You may distribute the software in object code or executable form,
  19. provided that you do at least ONE of the following:
  20. a) distribute the executables and library files of the software, together
  21. with instructions (in the manual page or equivalent) on where to get
  22. the original distribution.
  23. b) accompany the distribution with the machine-readable source of the
  24. software.
  25. c) give non-standard executables non-standard names, with instructions on
  26. where to get the original software distribution.
  27. d) make other distribution arrangements with the author.
  28. 4. You may modify and include the part of the software into any other
  29. software (possibly commercial). But some files in the distribution are
  30. not written by the author, so that they are not under this terms.
  31. They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
  32. files under the ./missing directory. See each file for the copying
  33. condition.
  34. 5. The scripts and library files supplied as input to or produced as output
  35. from the software do not automatically fall under the copyright of the
  36. software, but belong to whomever generated them, and may be sold
  37. commercially, and may be aggregated with this software.
  38. 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
  39. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  40. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.