COPYING-json-jruby 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. JSON-JRuby is copyrighted free software by Daniel Luz <mernen at gmail dot com>,
  2. and is a derivative work of Florian Frank's json library <flori at ping dot de>.
  3. You can redistribute it and/or modify it under either the terms of the GPL
  4. version 2 (see the file GPL), or the conditions below:
  5. 1. You may make and give away verbatim copies of the source form of the
  6. software without restriction, provided that you duplicate all of the
  7. original copyright notices and associated disclaimers.
  8. 2. You may modify your copy of the software in any way, provided that
  9. you do at least ONE of the following:
  10. a) place your modifications in the Public Domain or otherwise
  11. make them Freely Available, such as by posting said
  12. modifications to Usenet or an equivalent medium, or by allowing
  13. the author to include your modifications in the software.
  14. b) use the modified software only within your corporation or
  15. organization.
  16. c) give non-standard binaries non-standard names, with
  17. instructions on where to get the original software distribution.
  18. d) make other distribution arrangements with the author.
  19. 3. You may distribute the software in object code or binary form,
  20. provided that you do at least ONE of the following:
  21. a) distribute the binaries and library files of the software,
  22. together with instructions (in the manual page or equivalent)
  23. on where to get the original distribution.
  24. b) accompany the distribution with the machine-readable source of
  25. the software.
  26. c) give non-standard binaries non-standard names, with
  27. instructions on where to get the original software distribution.
  28. d) make other distribution arrangements with the author.
  29. 4. You may modify and include the part of the software into any other
  30. software (possibly commercial). But some files in the distribution
  31. are not written by the author, so that they are not under these terms.
  32. For the list of those files and their copying conditions, see the
  33. file LEGAL.
  34. 5. The scripts and library files supplied as input to or produced as
  35. output from the software do not automatically fall under the
  36. copyright of the software, but belong to whomever generated them,
  37. and may be sold commercially, and may be aggregated with this
  38. software.
  39. 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
  40. IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  41. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  42. PURPOSE.