1- Copyright (c) Perforce Software, Inc., 1997-2020 . All rights reserved
2-
1+ Copyright (c) Perforce Software, Inc., 1997-2021 . All rights reserved
2+
33Redistribution and use in source and binary forms, with or without
44modification, are permitted provided that the following conditions are met:
5-
5+
661 Redistributions of source code must retain the above copyright
7- notice, this list of conditions and the following disclaimer.
8-
9- 2. Redistributions in binary form must reproduce the above copyright
10- notice, this list of conditions and the following disclaimer in the
11- documentation and/or other materials provided with the distribution.
12-
13- 3. Neither the name of the copyright holder nor the names of its
14- contributors may be used to endorse or promote products derived from
7+ notice, this list of conditions and the following disclaimer.
8+
9+ 2. Redistributions in binary form must reproduce the above copyright
10+ notice, this list of conditions and the following disclaimer in the
11+ documentation and/or other materials provided with the distribution.
12+
13+ 3. Neither the name of the copyright holder nor the names of its
14+ contributors may be used to endorse or promote products derived from
1515 this software without specific prior written permission.
16-
16+
1717THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1818"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1919LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
@@ -25,4 +25,308 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2525ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
2626TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
2727THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
28- DAMAGE.
28+ DAMAGE.
29+
30+ --------------------------------------------------------------------------------
31+
32+
33+ The following are the license statements for code used in
34+ this program.
35+
36+
37+ sol2 License
38+ -----------------------
39+
40+ Copyright (c) 2013-2018 Rapptz, ThePhD, and contributors
41+
42+ Permission is hereby granted, free of charge, to any person obtaining
43+ a copy of this software and associated documentation files (the
44+ "Software"), to deal in the Software without restriction, including
45+ without limitation the rights to use, copy, modify, merge, publish,
46+ distribute, sublicense, and/or sell copies of the Software, and to
47+ permit persons to whom the Software is furnished to do so, subject to
48+ the following conditions:
49+
50+ The above copyright notice and this permission notice shall be
51+ included in all copies or substantial portions of the Software.
52+
53+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
54+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
55+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
56+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
57+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
58+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
59+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60+
61+
62+ Lua License
63+ -----------------------
64+
65+ Copyright (c) 1994-2018 Lua.org, PUC-Rio.
66+
67+ Permission is hereby granted, free of charge, to any person obtaining
68+ a copy of this software and associated documentation files (the
69+ "Software"), to deal in the Software without restriction, including
70+ without limitation the rights to use, copy, modify, merge, publish,
71+ distribute, sublicense, and/or sell copies of the Software, and to
72+ permit persons to whom the Software is furnished to do so, subject to
73+ the following conditions:
74+
75+ The above copyright notice and this permission notice shall be
76+ included in all copies or substantial portions of the Software.
77+
78+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
79+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
80+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
81+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
82+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
83+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
84+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
85+
86+
87+ cURL License
88+ -----------------------
89+
90+ This code uses a permissive license. Please use the following
91+ attribution in the documentation of the open source code.
92+
93+ Copyright (c) 1996 - 2018, Daniel Stenberg, daniel@haxx.se, and many
94+ contributors, see the THANKS file.
95+
96+ All rights reserved.
97+
98+ Permission to use, copy, modify, and distribute this software for any
99+ purpose with or without fee is hereby granted, provided that the above
100+ copyright notice and this permission notice appear in all copies.
101+
102+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
103+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
104+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
105+ THIRD PARTY RIGHTS. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
106+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
107+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
108+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
109+ SOFTWARE.
110+
111+ Except as contained in this notice, the name of a copyright holder shall
112+ not be used in advertising or otherwise to promote the sale, use or
113+ other dealings in this Software without prior written authorization of
114+ the copyright holder.
115+
116+
117+ Lua-cURLv3 License
118+ -----------------------
119+
120+ Copyright (c) 2014-2018 Alexey Melnichuk
121+
122+ Permission is hereby granted, free of charge, to any person obtaining a
123+ copy of this software and associated documentation files (the
124+ "Software"), to deal in the Software without restriction, including
125+ without limitation the rights to use, copy, modify, merge, publish,
126+ distribute, sublicense, and/or sell copies of the Software, and to permit
127+ persons to whom the Software is furnished to do so, subject to the
128+ following conditions:
129+
130+ The above copyright notice and this permission notice shall be included
131+ in all copies or substantial portions of the Software.
132+
133+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
134+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
135+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
136+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
137+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
138+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
139+ USE OR OTHER DEALINGS IN THE SOFTWARE.
140+
141+
142+ LuaSQLite3 License
143+ -----------------------
144+
145+ Copyright (C) 2002-2016 Tiago Dionizio, Doug Currie
146+ All rights reserved.
147+ Author : Tiago Dionizio <tiago.dionizio@ist.utl.pt>
148+ Author : Doug Currie <doug.currie@alum.mit.edu>
149+ Library : lsqlite3 - an SQLite 3 database binding for Lua 5
150+
151+ Permission is hereby granted, free of charge, to any person obtaining
152+ a copy of this software and associated documentation files (the
153+ "Software"), to deal in the Software without restriction, including
154+ without limitation the rights to use, copy, modify, merge, publish,
155+ distribute, sublicense, and/or sell copies of the Software, and to
156+ permit persons to whom the Software is furnished to do so, subject to
157+ the following conditions:
158+
159+ The above copyright notice and this permission notice shall be
160+ included in all copies or substantial portions of the Software.
161+
162+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
163+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
164+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
165+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
166+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
167+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
168+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
169+
170+
171+ lua-cjson License
172+ -----------------------
173+
174+ Copyright (c) 2010-2012 Mark Pulford <mark@kyne.com.au>
175+
176+ Permission is hereby granted, free of charge, to any person obtaining
177+ a copy of this software and associated documentation files (the
178+ "Software"), to deal in the Software without restriction, including
179+ without limitation the rights to use, copy, modify, merge, publish,
180+ distribute, sublicense, and/or sell copies of the Software, and to
181+ permit persons to whom the Software is furnished to do so, subject to
182+ the following conditions:
183+
184+ The above copyright notice and this permission notice shall be
185+ included in all copies or substantial portions of the Software.
186+
187+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
188+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
189+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
190+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
191+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
192+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
193+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
194+
195+
196+ libc++ and libc++abi License
197+ -----------------------
198+
199+ These libraries are dual-licensed:
200+
201+ The University of Illinois/NCSA Open Source License (NCSA)
202+ Developed under the LLVM Project
203+
204+ Permission is hereby granted, free of charge, to any person obtaining a
205+ copy of this software and associated documentation files (the
206+ "Software"), to deal with the Software without restriction, including
207+ without limitation the rights to use, copy, modify, merge, publish,
208+ distribute, sublicense, and/or sell copies of the Software, and to
209+ permit persons to whom the Software is furnished to do so, subject to the
210+ following conditions:
211+
212+ Redistributions of source code must retain the above copyright notice,
213+ this list of conditions and the following disclaimers.
214+ Redistributions in binary form must reproduce the above copyright
215+ notice, this list of conditions and the following disclaimers in the
216+ documentation and/or other materials provided with the distribution.
217+ Neither the names of <Name of Development Group, Name of Institution>,
218+ nor the names of its contributors may be used to endorse or promote
219+ products derived from this Software without specific prior written
220+ permission.
221+
222+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
223+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
224+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
225+ IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR
226+ ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
227+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
228+ SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
229+
230+ MIT
231+ Developed under the LLVM Project
232+
233+ Permission is hereby granted, free of charge, to any person obtaining a
234+ copy of this software and associated documentation files (the
235+ "Software"), to deal in the Software without restriction, including
236+ without limitation the rights to use, copy, modify, merge, publish,
237+ distribute, sublicense, and/or sell copies of the Software, and to permit
238+ persons to whom the Software is furnished to do so, subject to the
239+ following conditions:
240+
241+ The above copyright notice and this permission notice shall be included
242+ in all copies or substantial portions of the Software.
243+
244+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
245+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
246+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
247+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
248+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
249+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
250+ USE OR OTHER DEALINGS IN THE SOFTWARE.
251+
252+
253+ jemalloc
254+ -----------------------
255+
256+ Copyright (C) 2002-present Jason Evans <jasone@canonware.com>.
257+ All rights reserved.
258+ Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
259+ Copyright (C) 2009-present Facebook, Inc. All rights reserved.
260+
261+ Redistribution and use in source and binary forms, with or without
262+ modification, are permitted provided that the following conditions are met:
263+ 1. Redistributions of source code must retain the above copyright
264+ notice(s), this list of conditions and the following disclaimer.
265+ 2. Redistributions in binary form must reproduce the above copyright
266+ notice(s), this list of conditions and the following disclaimer in the
267+ documentation and/or other materials provided with the distribution.
268+
269+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY
270+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
271+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
272+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
273+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
274+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
275+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
276+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
277+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
278+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
279+ SUCH DAMAGE.
280+
281+
282+ JSON for Modern C++
283+ -----------------------
284+
285+ Copyright (c) 2013-2018 Niels Lohmann
286+
287+ Permission is hereby granted, free of charge, to any person obtaining
288+ a copy of this software and associated documentation files (the
289+ "Software"), to deal in the Software without restriction, including
290+ without limitation the rights to use, copy, modify, merge, publish,
291+ distribute, sublicense, and/or sell copies of the Software, and to permit
292+ persons to whom the Software is furnished to do so, subject to the
293+ following conditions:
294+
295+ The above copyright notice and this permission notice shall be included
296+ in all copies or substantial portions of the Software.
297+
298+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
299+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
300+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
301+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
302+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
303+ OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
304+ THE USE OR OTHER DEALINGS IN THE SOFTWARE.
305+
306+ optional-lite and any-lite
307+ Martin Moene
308+ -----------------------
309+
310+ Boost Software License - Version 1.0 - August 17th, 2003
311+
312+ Permission is hereby granted, free of charge, to any person or organization
313+ obtaining a copy of the software and accompanying documentation covered by
314+ this license (the "Software") to use, reproduce, display, distribute,
315+ execute, and transmit the Software, and to prepare derivative works of the
316+ Software, and to permit third-parties to whom the Software is furnished to
317+ do so, all subject to the following:
318+
319+ The copyright notices in the Software and this entire statement, including
320+ the above license grant, this restriction and the following disclaimer,
321+ must be included in all copies of the Software, in whole or in part, and
322+ all derivative works of the Software, unless such copies or derivative
323+ works are solely in the form of machine-executable object code generated by
324+ a source language processor.
325+
326+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
327+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
328+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
329+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
330+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
331+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
332+ DEALINGS IN THE SOFTWARE.
0 commit comments