LICENSE 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. The JsonCpp library's source code, including accompanying documentation,
  2. tests and demonstration applications, are licensed under the following
  3. conditions...
  4. The author (Baptiste Lepilleur) explicitly disclaims copyright in all
  5. jurisdictions which recognize such a disclaimer. In such jurisdictions,
  6. this software is released into the Public Domain.
  7. In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
  8. 2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is
  9. released under the terms of the MIT License (see below).
  10. In jurisdictions which recognize Public Domain property, the user of this
  11. software may choose to accept it either as 1) Public Domain, 2) under the
  12. conditions of the MIT License (see below), or 3) under the terms of dual
  13. Public Domain/MIT License conditions described here, as they choose.
  14. The MIT License is about as close to Public Domain as a license can get, and is
  15. described in clear, concise terms at:
  16. http://en.wikipedia.org/wiki/MIT_License
  17. The full text of the MIT License follows:
  18. ========================================================================
  19. Copyright (c) 2007-2010 Baptiste Lepilleur
  20. Permission is hereby granted, free of charge, to any person
  21. obtaining a copy of this software and associated documentation
  22. files (the "Software"), to deal in the Software without
  23. restriction, including without limitation the rights to use, copy,
  24. modify, merge, publish, distribute, sublicense, and/or sell copies
  25. of the Software, and to permit persons to whom the Software is
  26. furnished to do so, subject to the following conditions:
  27. The above copyright notice and this permission notice shall be
  28. included in all copies or substantial portions of the Software.
  29. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  30. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  31. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  32. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  33. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  34. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  35. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  36. SOFTWARE.
  37. ========================================================================
  38. (END LICENSE TEXT)
  39. The MIT license is compatible with both the GPL and commercial
  40. software, affording one all of the rights of Public Domain with the
  41. minor nuisance of being required to keep the above copyright notice
  42. and license text in the source code. Note also that by accepting the
  43. Public Domain "license" you can re-license your copy using whatever
  44. license you like.