p4ruby 2019.1.1873991-x64-mingw32 → 2021.1.2196401-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67d53a5a19b07bc52843b9951efeb69128f5e38c0e4e703a8a7e0be244275af1
4
- data.tar.gz: 535af96f8e139956c683122af30218ec3fb43d2a03cf73ba9cea7eb54b9e628e
3
+ metadata.gz: 9b132efb11c78aa6705ac1346a7b4c59ab7cccf6dcba3178f0f9fc6a03fe8a3e
4
+ data.tar.gz: 04c3421aa6c9bd9479572dda3bb87d71d979d0781cb424db565533d082b4101d
5
5
  SHA512:
6
- metadata.gz: 0a039f41240223b3735da7a51245c7e7e9f42cde1463d9e1f95179382dd8a180d5177b557d958401d7409d47547a9f0e18218f6dc6041b2736f7b503c9237d8e
7
- data.tar.gz: acb39e0797e8e6d83d8a87a84662a42c11494ca7a4fddb8f83c88230295bb8bfef12ab8fab0db998ccbfe19d823b44c01a95c88b9837f23174a3661b5f1c57f5
6
+ metadata.gz: 3a360cbc22044ccd0bc117847a033b1390933d7f2476ca1a7d47f78a21c48e4722db0bf1c9bd28a7956f56584455d01f697a3d72855f57a85e02045dcb6e9e0e
7
+ data.tar.gz: 66a5854245e1ab4168c0831294c4c771ae140675779cc3c297c82381e6212cc073adb912f91dbd0b98860c2c7c61e2a2bd38cec029948edc105218c87c6cf7c9
data/LICENSE.txt CHANGED
@@ -1,24 +1,455 @@
1
- Copyright (c) 2001-2014, Perforce Software, Inc. All rights reserved.
1
+ Copyright (c) 2021, Perforce Software, Inc. All rights reserved.
2
+
3
+ Redistribution and use in source and binary forms, with or without
4
+ modification, are permitted provided that the following conditions are met:
5
+
6
+ 1. Redistributions of source code must retain the above copyright notice, this
7
+ list of conditions and the following disclaimer.
8
+
9
+ 2. Redistributions in binary form must reproduce the above copyright notice,
10
+ this list of conditions and the following disclaimer in the documentation
11
+ and/or other materials provided with the distribution.
12
+
13
+ 3. Neither the name of the copyright holder nor the names of its contributors
14
+ may be used to endorse or promote products derived from this software without
15
+ specific prior written permission.
16
+
17
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
18
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
21
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
+ -----------------------
28
+
29
+ The following are the license statements for code used in
30
+ this program.
31
+
32
+
33
+ sol2 License
34
+ -----------------------
35
+
36
+ Copyright (c) 2013-2018 Rapptz, ThePhD, and contributors
37
+
38
+ Permission is hereby granted, free of charge, to any person obtaining
39
+ a copy of this software and associated documentation files (the
40
+ "Software"), to deal in the Software without restriction, including
41
+ without limitation the rights to use, copy, modify, merge, publish,
42
+ distribute, sublicense, and/or sell copies of the Software, and to
43
+ permit persons to whom the Software is furnished to do so, subject to
44
+ the following conditions:
45
+
46
+ The above copyright notice and this permission notice shall be
47
+ included in all copies or substantial portions of the Software.
48
+
49
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
50
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
51
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
52
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
53
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
54
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
55
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56
+
57
+
58
+ Lua License
59
+ -----------------------
60
+
61
+ Copyright (c) 1994-2018 Lua.org, PUC-Rio.
62
+
63
+ Permission is hereby granted, free of charge, to any person obtaining
64
+ a copy of this software and associated documentation files (the
65
+ "Software"), to deal in the Software without restriction, including
66
+ without limitation the rights to use, copy, modify, merge, publish,
67
+ distribute, sublicense, and/or sell copies of the Software, and to
68
+ permit persons to whom the Software is furnished to do so, subject to
69
+ the following conditions:
70
+
71
+ The above copyright notice and this permission notice shall be
72
+ included in all copies or substantial portions of the Software.
73
+
74
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
75
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
76
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
77
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
78
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
79
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
80
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
81
+
82
+
83
+ cURL License
84
+ -----------------------
85
+
86
+ This code uses a permissive license. Please use the following
87
+ attribution in the documentation of the open source code.
88
+
89
+ Copyright (c) 1996 - 2018, Daniel Stenberg, daniel@haxx.se, and many
90
+ contributors, see the THANKS file.
91
+
92
+ All rights reserved.
93
+
94
+ Permission to use, copy, modify, and distribute this software for any
95
+ purpose with or without fee is hereby granted, provided that the above
96
+ copyright notice and this permission notice appear in all copies.
97
+
98
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
99
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
100
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
101
+ THIRD PARTY RIGHTS. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
102
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
103
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
104
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
105
+ SOFTWARE.
106
+
107
+ Except as contained in this notice, the name of a copyright holder shall
108
+ not be used in advertising or otherwise to promote the sale, use or
109
+ other dealings in this Software without prior written authorization of
110
+ the copyright holder.
111
+
112
+
113
+ Lua-cURLv3 License
114
+ -----------------------
115
+
116
+ Copyright (c) 2014-2018 Alexey Melnichuk
117
+
118
+ Permission is hereby granted, free of charge, to any person obtaining a
119
+ copy of this software and associated documentation files (the
120
+ "Software"), to deal in the Software without restriction, including
121
+ without limitation the rights to use, copy, modify, merge, publish,
122
+ distribute, sublicense, and/or sell copies of the Software, and to permit
123
+ persons to whom the Software is furnished to do so, subject to the
124
+ following conditions:
125
+
126
+ The above copyright notice and this permission notice shall be included
127
+ in all copies or substantial portions of the Software.
128
+
129
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
130
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
131
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
132
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
133
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
134
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
135
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
136
+
137
+
138
+ LuaSQLite3 License
139
+ -----------------------
140
+
141
+ Copyright (C) 2002-2016 Tiago Dionizio, Doug Currie
142
+ All rights reserved.
143
+ Author : Tiago Dionizio <tiago.dionizio@ist.utl.pt>
144
+ Author : Doug Currie <doug.currie@alum.mit.edu>
145
+ Library : lsqlite3 - an SQLite 3 database binding for Lua 5
146
+
147
+ Permission is hereby granted, free of charge, to any person obtaining
148
+ a copy of this software and associated documentation files (the
149
+ "Software"), to deal in the Software without restriction, including
150
+ without limitation the rights to use, copy, modify, merge, publish,
151
+ distribute, sublicense, and/or sell copies of the Software, and to
152
+ permit persons to whom the Software is furnished to do so, subject to
153
+ the following conditions:
154
+
155
+ The above copyright notice and this permission notice shall be
156
+ included in all copies or substantial portions of the Software.
157
+
158
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
159
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
160
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
161
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
162
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
163
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
164
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
165
+
166
+
167
+ lua-cjson License
168
+ -----------------------
169
+
170
+ Copyright (c) 2010-2012 Mark Pulford <mark@kyne.com.au>
171
+
172
+ Permission is hereby granted, free of charge, to any person obtaining
173
+ a copy of this software and associated documentation files (the
174
+ "Software"), to deal in the Software without restriction, including
175
+ without limitation the rights to use, copy, modify, merge, publish,
176
+ distribute, sublicense, and/or sell copies of the Software, and to
177
+ permit persons to whom the Software is furnished to do so, subject to
178
+ the following conditions:
179
+
180
+ The above copyright notice and this permission notice shall be
181
+ included in all copies or substantial portions of the Software.
182
+
183
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
184
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
185
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
186
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
187
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
188
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
189
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
190
+
191
+
192
+ libc++ and libc++abi License
193
+ -----------------------
194
+
195
+ These libraries are dual-licensed:
196
+
197
+ The University of Illinois/NCSA Open Source License (NCSA)
198
+ Developed under the LLVM Project
199
+
200
+ Permission is hereby granted, free of charge, to any person obtaining a
201
+ copy of this software and associated documentation files (the
202
+ "Software"), to deal with the Software without restriction, including
203
+ without limitation the rights to use, copy, modify, merge, publish,
204
+ distribute, sublicense, and/or sell copies of the Software, and to
205
+ permit persons to whom the Software is furnished to do so, subject to the
206
+ following conditions:
207
+
208
+ Redistributions of source code must retain the above copyright notice,
209
+ this list of conditions and the following disclaimers.
210
+ Redistributions in binary form must reproduce the above copyright
211
+ notice, this list of conditions and the following disclaimers in the
212
+ documentation and/or other materials provided with the distribution.
213
+ Neither the names of <Name of Development Group, Name of Institution>,
214
+ nor the names of its contributors may be used to endorse or promote
215
+ products derived from this Software without specific prior written
216
+ permission.
217
+
218
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
219
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
220
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
221
+ IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR
222
+ ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
223
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
224
+ SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
225
+
226
+ MIT
227
+ Developed under the LLVM Project
228
+
229
+ Permission is hereby granted, free of charge, to any person obtaining a
230
+ copy of this software and associated documentation files (the
231
+ "Software"), to deal in the Software without restriction, including
232
+ without limitation the rights to use, copy, modify, merge, publish,
233
+ distribute, sublicense, and/or sell copies of the Software, and to permit
234
+ persons to whom the Software is furnished to do so, subject to the
235
+ following conditions:
236
+
237
+ The above copyright notice and this permission notice shall be included
238
+ in all copies or substantial portions of the Software.
239
+
240
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
241
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
242
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
243
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
244
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
245
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
246
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
247
+
248
+
249
+ jemalloc
250
+ -----------------------
251
+
252
+ Copyright (C) 2002-present Jason Evans <jasone@canonware.com>.
253
+ All rights reserved.
254
+ Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
255
+ Copyright (C) 2009-present Facebook, Inc. All rights reserved.
2
256
 
3
257
  Redistribution and use in source and binary forms, with or without
4
258
  modification, are permitted provided that the following conditions are met:
259
+ 1. Redistributions of source code must retain the above copyright
260
+ notice(s), this list of conditions and the following disclaimer.
261
+ 2. Redistributions in binary form must reproduce the above copyright
262
+ notice(s), this list of conditions and the following disclaimer in the
263
+ documentation and/or other materials provided with the distribution.
264
+
265
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY
266
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
267
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
268
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
269
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
270
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
271
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
272
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
273
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
274
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
275
+ SUCH DAMAGE.
276
+
277
+
278
+ JSON for Modern C++
279
+ -----------------------
280
+
281
+ Copyright (c) 2013-2018 Niels Lohmann
282
+
283
+ Permission is hereby granted, free of charge, to any person obtaining
284
+ a copy of this software and associated documentation files (the
285
+ "Software"), to deal in the Software without restriction, including
286
+ without limitation the rights to use, copy, modify, merge, publish,
287
+ distribute, sublicense, and/or sell copies of the Software, and to permit
288
+ persons to whom the Software is furnished to do so, subject to the
289
+ following conditions:
290
+
291
+ The above copyright notice and this permission notice shall be included
292
+ in all copies or substantial portions of the Software.
293
+
294
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
295
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
296
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
297
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
298
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
299
+ OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
300
+ THE USE OR OTHER DEALINGS IN THE SOFTWARE.
301
+
302
+ optional-lite and any-lite
303
+ Martin Moene
304
+ -----------------------
305
+
306
+ Boost Software License - Version 1.0 - August 17th, 2003
307
+
308
+ Permission is hereby granted, free of charge, to any person or organization
309
+ obtaining a copy of the software and accompanying documentation covered by
310
+ this license (the "Software") to use, reproduce, display, distribute,
311
+ execute, and transmit the Software, and to prepare derivative works of the
312
+ Software, and to permit third-parties to whom the Software is furnished to
313
+ do so, all subject to the following:
314
+
315
+ The copyright notices in the Software and this entire statement, including
316
+ the above license grant, this restriction and the following disclaimer,
317
+ must be included in all copies of the Software, in whole or in part, and
318
+ all derivative works of the Software, unless such copies or derivative
319
+ works are solely in the form of machine-executable object code generated by
320
+ a source language processor.
321
+
322
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
323
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
324
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
325
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
326
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
327
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
328
+ DEALINGS IN THE SOFTWARE.
329
+
330
+
331
+
332
+ LICENSE ISSUES
333
+ ==============
334
+
335
+ The OpenSSL toolkit stays under a double license, i.e. both the conditions of
336
+ the OpenSSL License and the original SSLeay license apply to the toolkit.
337
+ See below for the actual license texts.
338
+
339
+ OpenSSL License
340
+ ---------------
341
+
342
+ /* ====================================================================
343
+ * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
344
+ *
345
+ * Redistribution and use in source and binary forms, with or without
346
+ * modification, are permitted provided that the following conditions
347
+ * are met:
348
+ *
349
+ * 1. Redistributions of source code must retain the above copyright
350
+ * notice, this list of conditions and the following disclaimer.
351
+ *
352
+ * 2. Redistributions in binary form must reproduce the above copyright
353
+ * notice, this list of conditions and the following disclaimer in
354
+ * the documentation and/or other materials provided with the
355
+ * distribution.
356
+ *
357
+ * 3. All advertising materials mentioning features or use of this
358
+ * software must display the following acknowledgment:
359
+ * "This product includes software developed by the OpenSSL Project
360
+ * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
361
+ *
362
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
363
+ * endorse or promote products derived from this software without
364
+ * prior written permission. For written permission, please contact
365
+ * openssl-core@openssl.org.
366
+ *
367
+ * 5. Products derived from this software may not be called "OpenSSL"
368
+ * nor may "OpenSSL" appear in their names without prior written
369
+ * permission of the OpenSSL Project.
370
+ *
371
+ * 6. Redistributions of any form whatsoever must retain the following
372
+ * acknowledgment:
373
+ * "This product includes software developed by the OpenSSL Project
374
+ * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
375
+ *
376
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
377
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
378
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
379
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
380
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
381
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
382
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
383
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
384
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
385
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
386
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
387
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
388
+ * ====================================================================
389
+ *
390
+ * This product includes cryptographic software written by Eric Young
391
+ * (eay@cryptsoft.com). This product includes software written by Tim
392
+ * Hudson (tjh@cryptsoft.com).
393
+ *
394
+ */
395
+
396
+ Original SSLeay License
397
+ -----------------------
398
+
399
+ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
400
+ * All rights reserved.
401
+ *
402
+ * This package is an SSL implementation written
403
+ * by Eric Young (eay@cryptsoft.com).
404
+ * The implementation was written so as to conform with Netscapes SSL.
405
+ *
406
+ * This library is free for commercial and non-commercial use as long as
407
+ * the following conditions are aheared to. The following conditions
408
+ * apply to all code found in this distribution, be it the RC4, RSA,
409
+ * lhash, DES, etc., code; not just the SSL code. The SSL documentation
410
+ * included with this distribution is covered by the same copyright terms
411
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
412
+ *
413
+ * Copyright remains Eric Young's, and as such any Copyright notices in
414
+ * the code are not to be removed.
415
+ * If this package is used in a product, Eric Young should be given attribution
416
+ * as the author of the parts of the library used.
417
+ * This can be in the form of a textual message at program startup or
418
+ * in documentation (online or textual) provided with the package.
419
+ *
420
+ * Redistribution and use in source and binary forms, with or without
421
+ * modification, are permitted provided that the following conditions
422
+ * are met:
423
+ * 1. Redistributions of source code must retain the copyright
424
+ * notice, this list of conditions and the following disclaimer.
425
+ * 2. Redistributions in binary form must reproduce the above copyright
426
+ * notice, this list of conditions and the following disclaimer in the
427
+ * documentation and/or other materials provided with the distribution.
428
+ * 3. All advertising materials mentioning features or use of this software
429
+ * must display the following acknowledgement:
430
+ * "This product includes cryptographic software written by
431
+ * Eric Young (eay@cryptsoft.com)"
432
+ * The word 'cryptographic' can be left out if the rouines from the library
433
+ * being used are not cryptographic related :-).
434
+ * 4. If you include any Windows specific code (or a derivative thereof) from
435
+ * the apps directory (application code) you must include an acknowledgement:
436
+ * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
437
+ *
438
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
439
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
440
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
441
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
442
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
443
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
444
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
445
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
446
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
447
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
448
+ * SUCH DAMAGE.
449
+ *
450
+ * The licence and distribution terms for any publically available version or
451
+ * derivative of this code cannot be changed. i.e. this code cannot simply be
452
+ * copied and put under another distribution licence
453
+ * [including the GNU Public Licence.]
454
+ */
5
455
 
6
- 1. 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
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
14
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
16
- FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PERFORCE
17
- SOFTWARE, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
18
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
19
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
21
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
22
- TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
23
- THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
24
- DAMAGE.