1Copyright (c) 2015, 2021, Oracle and/or its affiliates. 2 3This program is free software; you can redistribute it and/or modify 4it under the terms of the GNU General Public License, version 2.0, 5as published by the Free Software Foundation. 6 7This program is also distributed with certain software (including 8but not limited to OpenSSL) that is licensed under separate terms, 9as designated in a particular file or component or in included license 10documentation. The authors of MySQL hereby grant you an additional 11permission to link the program and your derivative works with the 12separately licensed software that they have included with MySQL. 13 14This program is distributed in the hope that it will be useful, 15but WITHOUT ANY WARRANTY; without even the implied warranty of 16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17GNU General Public License, version 2.0, for more details. 18 19You should have received a copy of the GNU General Public License 20along with this program; if not, write to the Free Software 21Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 22 23---- 24 25The rapidjson library included in this directory is based on 26https://github.com/Tencent/rapidjson/, 27commit 418331e99f859f00bdc8306f69eba67e8693c55e 28 29There is one change made to the library: 30 311) Rapidjson-specific changes in commit 91153f3385c4917a215aa4c7818b3f6265608286 32 have been applied, so that negative zero is handled properly (bug#19504183). 33 34We only include the contents of the folder "include/" so that we don't include 35any code licensed under the JSON License. 36