blob: 524b58be6882fbd1d936a5e370a8c5169970b7cf [file] [log] [blame]
Bob Badour2ed49112022-01-24 16:13:14 -08001-------------------------------------------------
2
3// Tencent is pleased to support the open source community by making RapidJSON available.
4//
5// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
6//
7// Licensed under the MIT License (the "License"); you may not use this file except
8// in compliance with the License. You may obtain a copy of the License at
9//
10// http://opensource.org/licenses/MIT
11//
12// Unless required by applicable law or agreed to in writing, software distributed
13// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
14// CONDITIONS OF ANY KIND, either express or implied. See the License for the
15// specific language governing permissions and limitations under the License.
16
17Copyright 2015 THL A29 Limited, a Tencent company, and Milo Yip.
18
19Permission is hereby granted, free of charge, to any person obtaining a copy of
20this software and associated documentation files (the "Software"), to deal in
21the Software without restriction, including without limitation the rights to
22use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
23of the Software, and to permit persons to whom the Software is furnished to do
24so, subject to the following conditions:
25
26The above copyright notice and this permission notice shall be included in all
27copies or substantial portions of the Software.
28
29THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35SOFTWARE.
36
37-------------------------------------------------
38msinttypes/inttypes.h
39
40// ISO C9x compliant inttypes.h for Microsoft Visual Studio
41// Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
42//
43// Copyright (c) 2006-2013 Alexander Chemeris
44//
45// Redistribution and use in source and binary forms, with or without
46// modification, are permitted provided that the following conditions are met:
47//
48// 1. Redistributions of source code must retain the above copyright notice,
49// this list of conditions and the following disclaimer.
50//
51// 2. Redistributions in binary form must reproduce the above copyright
52// notice, this list of conditions and the following disclaimer in the
53// documentation and/or other materials provided with the distribution.
54//
55// 3. Neither the name of the product nor the names of its contributors may
56// be used to endorse or promote products derived from this software
57// without specific prior written permission.
58//
59// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
60// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
61// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
62// EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
63// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
64// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
65// OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
66// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
67// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
68// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
69//
70///////////////////////////////////////////////////////////////////////////////
71
72// The above software in this distribution may have been modified by
73// THL A29 Limited ("Tencent Modifications").
74// All Tencent Modifications are Copyright (C) 2015 THL A29 Limited.
75
76-------------------------------------------------
77msinttypes/stdint.h
78
79// ISO C9x compliant stdint.h for Microsoft Visual Studio
80// Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
81//
82// Copyright (c) 2006-2013 Alexander Chemeris
83//
84// Redistribution and use in source and binary forms, with or without
85// modification, are permitted provided that the following conditions are met:
86//
87// 1. Redistributions of source code must retain the above copyright notice,
88// this list of conditions and the following disclaimer.
89//
90// 2. Redistributions in binary form must reproduce the above copyright
91// notice, this list of conditions and the following disclaimer in the
92// documentation and/or other materials provided with the distribution.
93//
94// 3. Neither the name of the product nor the names of its contributors may
95// be used to endorse or promote products derived from this software
96// without specific prior written permission.
97//
98// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
99// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
100// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
101// EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
102// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
103// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
104// OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
105// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
106// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
107// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
108//
109///////////////////////////////////////////////////////////////////////////////
110
111// The above software in this distribution may have been modified by
112// THL A29 Limited ("Tencent Modifications").
113// All Tencent Modifications are Copyright (C) 2015 THL A29 Limited.