1b6a906aeSopenharmony_ciThe JsonCpp library's source code, including accompanying documentation, 2b6a906aeSopenharmony_citests and demonstration applications, are licensed under the following 3b6a906aeSopenharmony_ciconditions... 4b6a906aeSopenharmony_ci 5b6a906aeSopenharmony_ciBaptiste Lepilleur and The JsonCpp Authors explicitly disclaim copyright in all 6b6a906aeSopenharmony_cijurisdictions which recognize such a disclaimer. In such jurisdictions, 7b6a906aeSopenharmony_cithis software is released into the Public Domain. 8b6a906aeSopenharmony_ci 9b6a906aeSopenharmony_ciIn jurisdictions which do not recognize Public Domain property (e.g. Germany as of 10b6a906aeSopenharmony_ci2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur and 11b6a906aeSopenharmony_ciThe JsonCpp Authors, and is released under the terms of the MIT License (see below). 12b6a906aeSopenharmony_ci 13b6a906aeSopenharmony_ciIn jurisdictions which recognize Public Domain property, the user of this 14b6a906aeSopenharmony_cisoftware may choose to accept it either as 1) Public Domain, 2) under the 15b6a906aeSopenharmony_ciconditions of the MIT License (see below), or 3) under the terms of dual 16b6a906aeSopenharmony_ciPublic Domain/MIT License conditions described here, as they choose. 17b6a906aeSopenharmony_ci 18b6a906aeSopenharmony_ciThe MIT License is about as close to Public Domain as a license can get, and is 19b6a906aeSopenharmony_cidescribed in clear, concise terms at: 20b6a906aeSopenharmony_ci 21b6a906aeSopenharmony_ci http://en.wikipedia.org/wiki/MIT_License 22b6a906aeSopenharmony_ci 23b6a906aeSopenharmony_ciThe full text of the MIT License follows: 24b6a906aeSopenharmony_ci 25b6a906aeSopenharmony_ci======================================================================== 26b6a906aeSopenharmony_ciCopyright (c) 2007-2010 Baptiste Lepilleur and The JsonCpp Authors 27b6a906aeSopenharmony_ci 28b6a906aeSopenharmony_ciPermission is hereby granted, free of charge, to any person 29b6a906aeSopenharmony_ciobtaining a copy of this software and associated documentation 30b6a906aeSopenharmony_cifiles (the "Software"), to deal in the Software without 31b6a906aeSopenharmony_cirestriction, including without limitation the rights to use, copy, 32b6a906aeSopenharmony_cimodify, merge, publish, distribute, sublicense, and/or sell copies 33b6a906aeSopenharmony_ciof the Software, and to permit persons to whom the Software is 34b6a906aeSopenharmony_cifurnished to do so, subject to the following conditions: 35b6a906aeSopenharmony_ci 36b6a906aeSopenharmony_ciThe above copyright notice and this permission notice shall be 37b6a906aeSopenharmony_ciincluded in all copies or substantial portions of the Software. 38b6a906aeSopenharmony_ci 39b6a906aeSopenharmony_ciTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40b6a906aeSopenharmony_ciEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 41b6a906aeSopenharmony_ciMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42b6a906aeSopenharmony_ciNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 43b6a906aeSopenharmony_ciBE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 44b6a906aeSopenharmony_ciACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 45b6a906aeSopenharmony_ciCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 46b6a906aeSopenharmony_ciSOFTWARE. 47b6a906aeSopenharmony_ci======================================================================== 48b6a906aeSopenharmony_ci(END LICENSE TEXT) 49b6a906aeSopenharmony_ci 50b6a906aeSopenharmony_ciThe MIT license is compatible with both the GPL and commercial 51b6a906aeSopenharmony_cisoftware, affording one all of the rights of Public Domain with the 52b6a906aeSopenharmony_ciminor nuisance of being required to keep the above copyright notice 53b6a906aeSopenharmony_ciand license text in the source code. Note also that by accepting the 54b6a906aeSopenharmony_ciPublic Domain "license" you can re-license your copy using whatever 55b6a906aeSopenharmony_cilicense you like. 56