react-native-scanbot-barcode-scanner-sdk 3.2.0-beta3 → 3.2.0-beta4

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.
Files changed (4) hide show
  1. package/LICENSE +8 -3
  2. package/Libraries.txt +3584 -405
  3. package/README.md +39 -6
  4. package/package.json +11 -11
package/Libraries.txt CHANGED
@@ -2,67 +2,690 @@ Open Source libraries used in the Scanbot Barcode SDK for React Native version 3
2
2
 
3
3
  ------------------------------------------------------------------------------------------------------------------------
4
4
 
5
- Open Source libraries used in the Scanbot Barcode Scanner SDK for iOS version 3.1.1:
6
5
 
7
- BOOST C++ Libraries
6
+ Open Source libraries used in the Scanbot Barcode Scanner SDK for iOS version 3.2.1:
8
7
 
9
- Version 1.73
10
- (https://github.com/boostorg/boost)
8
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
9
+
10
+ Boost C++
11
11
 
12
- This library is distributed under the terms of the following license: https://www.boost.org/LICENSE_1_0.txt
12
+ Version 1.75.0
13
+ (https://github.com/boostorg/boost)
13
14
 
14
15
  Boost Software License - Version 1.0 - August 17th, 2003
15
16
 
16
- Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:
17
+ Permission is hereby granted, free of charge, to any person or organization
18
+ obtaining a copy of the software and accompanying documentation covered by
19
+ this license (the "Software") to use, reproduce, display, distribute,
20
+ execute, and transmit the Software, and to prepare derivative works of the
21
+ Software, and to permit third-parties to whom the Software is furnished to
22
+ do so, all subject to the following:
17
23
 
18
- The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative
19
- works are solely in the form of machine-executable object code generated by a source language processor.
24
+ The copyright notices in the Software and this entire statement, including
25
+ the above license grant, this restriction and the following disclaimer,
26
+ must be included in all copies of the Software, in whole or in part, and
27
+ all derivative works of the Software, unless such copies or derivative
28
+ works are solely in the form of machine-executable object code generated by
29
+ a source language processor.
20
30
 
21
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
34
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
35
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
36
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37
+ DEALINGS IN THE SOFTWARE.
22
38
 
23
39
 
40
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
24
41
 
25
- Filesystem.hpp
42
+ BoringSSL
26
43
 
27
- (https://github.com/bin-build/filesystem)
28
- Copyright (c) 2015-2017, Wenzel Jakob
29
- Copyright (c) 2017, Josh Junon
30
- All rights reserved.
44
+ Version 8f5eb80b
45
+ (https://github.com/google/boringssl)
46
+
47
+ BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL
48
+ licensing. Files that are completely new have a Google copyright and an ISC
49
+ license. This license is reproduced at the bottom of this file.
50
+
51
+ Contributors to BoringSSL are required to follow the CLA rules for Chromium:
52
+ https://cla.developers.google.com/clas
53
+
54
+ Files in third_party/ have their own licenses, as described therein. The MIT
55
+ license, for third_party/fiat, which, unlike other third_party directories, is
56
+ compiled into non-test libraries, is included below.
57
+
58
+ The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the
59
+ OpenSSL License and the original SSLeay license apply to the toolkit. See below
60
+ for the actual license texts. Actually both licenses are BSD-style Open Source
61
+ licenses. In case of any license issues related to OpenSSL please contact
62
+ openssl-core@openssl.org.
63
+
64
+ The following are Google-internal bug numbers where explicit permission from
65
+ some authors is recorded for use of their work. (This is purely for our own
66
+ record keeping.)
67
+ 27287199
68
+ 27287880
69
+ 27287883
70
+
71
+ OpenSSL License
72
+ ---------------
73
+
74
+ /* ====================================================================
75
+ * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
76
+ *
77
+ * Redistribution and use in source and binary forms, with or without
78
+ * modification, are permitted provided that the following conditions
79
+ * are met:
80
+ *
81
+ * 1. Redistributions of source code must retain the above copyright
82
+ * notice, this list of conditions and the following disclaimer.
83
+ *
84
+ * 2. Redistributions in binary form must reproduce the above copyright
85
+ * notice, this list of conditions and the following disclaimer in
86
+ * the documentation and/or other materials provided with the
87
+ * distribution.
88
+ *
89
+ * 3. All advertising materials mentioning features or use of this
90
+ * software must display the following acknowledgment:
91
+ * "This product includes software developed by the OpenSSL Project
92
+ * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
93
+ *
94
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
95
+ * endorse or promote products derived from this software without
96
+ * prior written permission. For written permission, please contact
97
+ * openssl-core@openssl.org.
98
+ *
99
+ * 5. Products derived from this software may not be called "OpenSSL"
100
+ * nor may "OpenSSL" appear in their names without prior written
101
+ * permission of the OpenSSL Project.
102
+ *
103
+ * 6. Redistributions of any form whatsoever must retain the following
104
+ * acknowledgment:
105
+ * "This product includes software developed by the OpenSSL Project
106
+ * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
107
+ *
108
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
109
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
110
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
111
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
112
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
113
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
114
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
115
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
116
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
117
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
118
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
119
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
120
+ * ====================================================================
121
+ *
122
+ * This product includes cryptographic software written by Eric Young
123
+ * (eay@cryptsoft.com). This product includes software written by Tim
124
+ * Hudson (tjh@cryptsoft.com).
125
+ *
126
+ */
127
+
128
+ Original SSLeay License
129
+ -----------------------
130
+
131
+ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
132
+ * All rights reserved.
133
+ *
134
+ * This package is an SSL implementation written
135
+ * by Eric Young (eay@cryptsoft.com).
136
+ * The implementation was written so as to conform with Netscapes SSL.
137
+ *
138
+ * This library is free for commercial and non-commercial use as long as
139
+ * the following conditions are aheared to. The following conditions
140
+ * apply to all code found in this distribution, be it the RC4, RSA,
141
+ * lhash, DES, etc., code; not just the SSL code. The SSL documentation
142
+ * included with this distribution is covered by the same copyright terms
143
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
144
+ *
145
+ * Copyright remains Eric Young's, and as such any Copyright notices in
146
+ * the code are not to be removed.
147
+ * If this package is used in a product, Eric Young should be given attribution
148
+ * as the author of the parts of the library used.
149
+ * This can be in the form of a textual message at program startup or
150
+ * in documentation (online or textual) provided with the package.
151
+ *
152
+ * Redistribution and use in source and binary forms, with or without
153
+ * modification, are permitted provided that the following conditions
154
+ * are met:
155
+ * 1. Redistributions of source code must retain the copyright
156
+ * notice, this list of conditions and the following disclaimer.
157
+ * 2. Redistributions in binary form must reproduce the above copyright
158
+ * notice, this list of conditions and the following disclaimer in the
159
+ * documentation and/or other materials provided with the distribution.
160
+ * 3. All advertising materials mentioning features or use of this software
161
+ * must display the following acknowledgement:
162
+ * "This product includes cryptographic software written by
163
+ * Eric Young (eay@cryptsoft.com)"
164
+ * The word 'cryptographic' can be left out if the rouines from the library
165
+ * being used are not cryptographic related :-).
166
+ * 4. If you include any Windows specific code (or a derivative thereof) from
167
+ * the apps directory (application code) you must include an acknowledgement:
168
+ * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
169
+ *
170
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
171
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
172
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
173
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
174
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
175
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
176
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
177
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
178
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
179
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
180
+ * SUCH DAMAGE.
181
+ *
182
+ * The licence and distribution terms for any publically available version or
183
+ * derivative of this code cannot be changed. i.e. this code cannot simply be
184
+ * copied and put under another distribution licence
185
+ * [including the GNU Public Licence.]
186
+ */
187
+
188
+
189
+ ISC license used for completely new code in BoringSSL:
190
+
191
+ /* Copyright (c) 2015, Google Inc.
192
+ *
193
+ * Permission to use, copy, modify, and/or distribute this software for any
194
+ * purpose with or without fee is hereby granted, provided that the above
195
+ * copyright notice and this permission notice appear in all copies.
196
+ *
197
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
198
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
199
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
200
+ * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
201
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
202
+ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
203
+ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
204
+
205
+
206
+ The code in third_party/fiat carries the MIT license:
207
+
208
+ Copyright (c) 2015-2016 the fiat-crypto authors (see
209
+ https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
210
+
211
+ Permission is hereby granted, free of charge, to any person obtaining a copy
212
+ of this software and associated documentation files (the "Software"), to deal
213
+ in the Software without restriction, including without limitation the rights
214
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
215
+ copies of the Software, and to permit persons to whom the Software is
216
+ furnished to do so, subject to the following conditions:
31
217
 
32
- This library is distributed under the terms of a BSD 2-Clause License (https://github.com/bin-build/filesystem/blob/master/LICENSE)
218
+ The above copyright notice and this permission notice shall be included in all
219
+ copies or substantial portions of the Software.
33
220
 
34
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
221
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
222
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
223
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
224
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
225
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
226
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
227
+ SOFTWARE.
35
228
 
36
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
37
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
38
229
 
39
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
230
+ Licenses for support code
231
+ -------------------------
40
232
 
233
+ Parts of the TLS test suite are under the Go license. This code is not included
234
+ in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so
235
+ distributing code linked against BoringSSL does not trigger this license:
41
236
 
237
+ Copyright (c) 2009 The Go Authors. All rights reserved.
238
+
239
+ Redistribution and use in source and binary forms, with or without
240
+ modification, are permitted provided that the following conditions are
241
+ met:
242
+
243
+ * Redistributions of source code must retain the above copyright
244
+ notice, this list of conditions and the following disclaimer.
245
+ * Redistributions in binary form must reproduce the above
246
+ copyright notice, this list of conditions and the following disclaimer
247
+ in the documentation and/or other materials provided with the
248
+ distribution.
249
+ * Neither the name of Google Inc. nor the names of its
250
+ contributors may be used to endorse or promote products derived from
251
+ this software without specific prior written permission.
252
+
253
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
254
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
255
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
256
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
257
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
258
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
259
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
260
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
261
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
262
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
263
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
264
+
265
+
266
+ BoringSSL uses the Chromium test infrastructure to run a continuous build,
267
+ trybots etc. The scripts which manage this, and the script for generating build
268
+ metadata, are under the Chromium license. Distributing code linked against
269
+ BoringSSL does not trigger this license.
270
+
271
+ Copyright 2015 The Chromium Authors. All rights reserved.
272
+
273
+ Redistribution and use in source and binary forms, with or without
274
+ modification, are permitted provided that the following conditions are
275
+ met:
276
+
277
+ * Redistributions of source code must retain the above copyright
278
+ notice, this list of conditions and the following disclaimer.
279
+ * Redistributions in binary form must reproduce the above
280
+ copyright notice, this list of conditions and the following disclaimer
281
+ in the documentation and/or other materials provided with the
282
+ distribution.
283
+ * Neither the name of Google Inc. nor the names of its
284
+ contributors may be used to endorse or promote products derived from
285
+ this software without specific prior written permission.
286
+
287
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
288
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
289
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
290
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
291
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
292
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
293
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
294
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
295
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
296
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
297
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
298
+
299
+
300
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
42
301
 
43
302
  JSON for Modern C++
44
303
 
45
- Version 3.6.1
304
+ Version 3.10.2
46
305
  (https://github.com/nlohmann/json)
47
- Copyright (c) 2013-2018 Niels Lohmann http://nlohmann.me.
48
- This library is distributed under the terms of a MIT License (https://github.com/nlohmann/json/blob/develop/LICENSE.MIT)
49
306
 
50
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
307
+ MIT License
51
308
 
52
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
309
+ Copyright (c) 2013-2021 Niels Lohmann
310
+
311
+ Permission is hereby granted, free of charge, to any person obtaining a copy
312
+ of this software and associated documentation files (the "Software"), to deal
313
+ in the Software without restriction, including without limitation the rights
314
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
315
+ copies of the Software, and to permit persons to whom the Software is
316
+ furnished to do so, subject to the following conditions:
317
+
318
+ The above copyright notice and this permission notice shall be included in all
319
+ copies or substantial portions of the Software.
320
+
321
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
322
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
323
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
324
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
325
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
326
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
327
+ SOFTWARE.
328
+
329
+
330
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
331
+
332
+ Leptonica
333
+
334
+ Version 1.82.0
335
+ (https://github.com/DanBloomberg/leptonica)
336
+
337
+ /*====================================================================*
338
+ - Copyright (C) 2001-2020 Leptonica. All rights reserved.
339
+ -
340
+ - Redistribution and use in source and binary forms, with or without
341
+ - modification, are permitted provided that the following conditions
342
+ - are met:
343
+ - 1. Redistributions of source code must retain the above copyright
344
+ - notice, this list of conditions and the following disclaimer.
345
+ - 2. Redistributions in binary form must reproduce the above
346
+ - copyright notice, this list of conditions and the following
347
+ - disclaimer in the documentation and/or other materials
348
+ - provided with the distribution.
349
+ -
350
+ - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
351
+ - ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
352
+ - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
353
+ - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANY
354
+ - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
355
+ - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
356
+ - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
357
+ - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
358
+ - OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
359
+ - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
360
+ - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
361
+ *====================================================================*/
362
+
363
+
364
+
365
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
366
+
367
+ libjpeg-turbo
368
+
369
+ Version 2.1.2
370
+ (https://github.com/libjpeg-turbo/libjpeg-turbo)
371
+
372
+ libjpeg-turbo Licenses
373
+ ======================
374
+
375
+ libjpeg-turbo is covered by three compatible BSD-style open source licenses:
376
+
377
+ - The IJG (Independent JPEG Group) License, which is listed in
378
+ [README.ijg](README.ijg)
379
+
380
+ This license applies to the libjpeg API library and associated programs
381
+ (any code inherited from libjpeg, and any modifications to that code.)
382
+
383
+ - The Modified (3-clause) BSD License, which is listed below
384
+
385
+ This license covers the TurboJPEG API library and associated programs, as
386
+ well as the build system.
387
+
388
+ - The [zlib License](https://opensource.org/licenses/Zlib)
389
+
390
+ This license is a subset of the other two, and it covers the libjpeg-turbo
391
+ SIMD extensions.
392
+
393
+
394
+ Complying with the libjpeg-turbo Licenses
395
+ =========================================
396
+
397
+ This section provides a roll-up of the libjpeg-turbo licensing terms, to the
398
+ best of our understanding.
399
+
400
+ 1. If you are distributing a modified version of the libjpeg-turbo source,
401
+ then:
53
402
 
54
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
403
+ 1. You cannot alter or remove any existing copyright or license notices
404
+ from the source.
55
405
 
406
+ **Origin**
407
+ - Clause 1 of the IJG License
408
+ - Clause 1 of the Modified BSD License
409
+ - Clauses 1 and 3 of the zlib License
56
410
 
411
+ 2. You must add your own copyright notice to the header of each source
412
+ file you modified, so others can tell that you modified that file (if
413
+ there is not an existing copyright header in that file, then you can
414
+ simply add a notice stating that you modified the file.)
415
+
416
+ **Origin**
417
+ - Clause 1 of the IJG License
418
+ - Clause 2 of the zlib License
419
+
420
+ 3. You must include the IJG README file, and you must not alter any of the
421
+ copyright or license text in that file.
422
+
423
+ **Origin**
424
+ - Clause 1 of the IJG License
425
+
426
+ 2. If you are distributing only libjpeg-turbo binaries without the source, or
427
+ if you are distributing an application that statically links with
428
+ libjpeg-turbo, then:
429
+
430
+ 1. Your product documentation must include a message stating:
431
+
432
+ This software is based in part on the work of the Independent JPEG
433
+ Group.
434
+
435
+ **Origin**
436
+ - Clause 2 of the IJG license
437
+
438
+ 2. If your binary distribution includes or uses the TurboJPEG API, then
439
+ your product documentation must include the text of the Modified BSD
440
+ License (see below.)
441
+
442
+ **Origin**
443
+ - Clause 2 of the Modified BSD License
444
+
445
+ 3. You cannot use the name of the IJG or The libjpeg-turbo Project or the
446
+ contributors thereof in advertising, publicity, etc.
447
+
448
+ **Origin**
449
+ - IJG License
450
+ - Clause 3 of the Modified BSD License
451
+
452
+ 4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be
453
+ free of defects, nor do we accept any liability for undesirable
454
+ consequences resulting from your use of the software.
455
+
456
+ **Origin**
457
+ - IJG License
458
+ - Modified BSD License
459
+ - zlib License
460
+
461
+
462
+ The Modified (3-clause) BSD License
463
+ ===================================
464
+
465
+ Copyright (C)2009-2021 D. R. Commander. All Rights Reserved.<br>
466
+ Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
467
+
468
+ Redistribution and use in source and binary forms, with or without
469
+ modification, are permitted provided that the following conditions are met:
470
+
471
+ - Redistributions of source code must retain the above copyright notice,
472
+ this list of conditions and the following disclaimer.
473
+ - Redistributions in binary form must reproduce the above copyright notice,
474
+ this list of conditions and the following disclaimer in the documentation
475
+ and/or other materials provided with the distribution.
476
+ - Neither the name of the libjpeg-turbo Project nor the names of its
477
+ contributors may be used to endorse or promote products derived from this
478
+ software without specific prior written permission.
479
+
480
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
481
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
482
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
483
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
484
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
485
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
486
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
487
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
488
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
489
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
490
+ POSSIBILITY OF SUCH DAMAGE.
491
+
492
+
493
+ Why Three Licenses?
494
+ ===================
495
+
496
+ The zlib License could have been used instead of the Modified (3-clause) BSD
497
+ License, and since the IJG License effectively subsumes the distribution
498
+ conditions of the zlib License, this would have effectively placed
499
+ libjpeg-turbo binary distributions under the IJG License. However, the IJG
500
+ License specifically refers to the Independent JPEG Group and does not extend
501
+ attribution and endorsement protections to other entities. Thus, it was
502
+ desirable to choose a license that granted us the same protections for new code
503
+ that were granted to the IJG for code derived from their software.
504
+
505
+
506
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
507
+
508
+ libpng
509
+
510
+ Version 1.6.36
511
+ (https://github.com/glennrp/libpng)
512
+
513
+ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
514
+ =========================================
515
+
516
+ PNG Reference Library License version 2
517
+ ---------------------------------------
518
+
519
+ * Copyright (c) 1995-2018 The PNG Reference Library Authors.
520
+ * Copyright (c) 2018 Cosmin Truta.
521
+ * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
522
+ * Copyright (c) 1996-1997 Andreas Dilger.
523
+ * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
524
+
525
+ The software is supplied "as is", without warranty of any kind,
526
+ express or implied, including, without limitation, the warranties
527
+ of merchantability, fitness for a particular purpose, title, and
528
+ non-infringement. In no even shall the Copyright owners, or
529
+ anyone distributing the software, be liable for any damages or
530
+ other liability, whether in contract, tort or otherwise, arising
531
+ from, out of, or in connection with the software, or the use or
532
+ other dealings in the software, even if advised of the possibility
533
+ of such damage.
534
+
535
+ Permission is hereby granted to use, copy, modify, and distribute
536
+ this software, or portions hereof, for any purpose, without fee,
537
+ subject to the following restrictions:
538
+
539
+ 1. The origin of this software must not be misrepresented; you
540
+ must not claim that you wrote the original software. If you
541
+ use this software in a product, an acknowledgment in the product
542
+ documentation would be appreciated, but is not required.
543
+
544
+ 2. Altered source versions must be plainly marked as such, and must
545
+ not be misrepresented as being the original software.
546
+
547
+ 3. This Copyright notice may not be removed or altered from any
548
+ source or altered source distribution.
549
+
550
+
551
+ PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)
552
+ -----------------------------------------------------------------------
553
+
554
+ libpng versions 1.0.7, July 1, 2000 through 1.6.35, July 15, 2018 are
555
+ Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
556
+ derived from libpng-1.0.6, and are distributed according to the same
557
+ disclaimer and license as libpng-1.0.6 with the following individuals
558
+ added to the list of Contributing Authors:
559
+
560
+ Simon-Pierre Cadieux
561
+ Eric S. Raymond
562
+ Mans Rullgard
563
+ Cosmin Truta
564
+ Gilles Vollant
565
+ James Yu
566
+ Mandar Sahastrabuddhe
567
+ Google Inc.
568
+ Vadim Barkov
569
+
570
+ and with the following additions to the disclaimer:
571
+
572
+ There is no warranty against interference with your enjoyment of
573
+ the library or against infringement. There is no warranty that our
574
+ efforts or the library will fulfill any of your particular purposes
575
+ or needs. This library is provided with all faults, and the entire
576
+ risk of satisfactory quality, performance, accuracy, and effort is
577
+ with the user.
578
+
579
+ Some files in the "contrib" directory and some configure-generated
580
+ files that are distributed with libpng have other copyright owners, and
581
+ are released under other open source licenses.
582
+
583
+ libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
584
+ Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
585
+ libpng-0.96, and are distributed according to the same disclaimer and
586
+ license as libpng-0.96, with the following individuals added to the
587
+ list of Contributing Authors:
588
+
589
+ Tom Lane
590
+ Glenn Randers-Pehrson
591
+ Willem van Schaik
592
+
593
+ libpng versions 0.89, June 1996, through 0.96, May 1997, are
594
+ Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
595
+ and are distributed according to the same disclaimer and license as
596
+ libpng-0.88, with the following individuals added to the list of
597
+ Contributing Authors:
598
+
599
+ John Bowler
600
+ Kevin Bracey
601
+ Sam Bushell
602
+ Magnus Holmgren
603
+ Greg Roelofs
604
+ Tom Tanner
605
+
606
+ Some files in the "scripts" directory have other copyright owners,
607
+ but are released under this license.
608
+
609
+ libpng versions 0.5, May 1995, through 0.88, January 1996, are
610
+ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
611
+
612
+ For the purposes of this copyright and license, "Contributing Authors"
613
+ is defined as the following set of individuals:
614
+
615
+ Andreas Dilger
616
+ Dave Martindale
617
+ Guy Eric Schalnat
618
+ Paul Schmidt
619
+ Tim Wegner
620
+
621
+ The PNG Reference Library is supplied "AS IS". The Contributing
622
+ Authors and Group 42, Inc. disclaim all warranties, expressed or
623
+ implied, including, without limitation, the warranties of
624
+ merchantability and of fitness for any purpose. The Contributing
625
+ Authors and Group 42, Inc. assume no liability for direct, indirect,
626
+ incidental, special, exemplary, or consequential damages, which may
627
+ result from the use of the PNG Reference Library, even if advised of
628
+ the possibility of such damage.
629
+
630
+ Permission is hereby granted to use, copy, modify, and distribute this
631
+ source code, or portions hereof, for any purpose, without fee, subject
632
+ to the following restrictions:
633
+
634
+ 1. The origin of this source code must not be misrepresented.
635
+
636
+ 2. Altered versions must be plainly marked as such and must not
637
+ be misrepresented as being the original source.
638
+
639
+ 3. This Copyright notice may not be removed or altered from any
640
+ source or altered source distribution.
641
+
642
+ The Contributing Authors and Group 42, Inc. specifically permit,
643
+ without fee, and encourage the use of this source code as a component
644
+ to supporting the PNG file format in commercial products. If you use
645
+ this source code in a product, acknowledgment is not required but would
646
+ be appreciated.
647
+
648
+
649
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
650
+
651
+ libtiff
652
+
653
+ Version 4.2.0
654
+ (https://libtiff.gitlab.io/libtiff/)
655
+
656
+ Copyright (c) 1988-1997 Sam Leffler
657
+ Copyright (c) 1991-1997 Silicon Graphics, Inc.
658
+
659
+ Permission to use, copy, modify, distribute, and sell this software and
660
+ its documentation for any purpose is hereby granted without fee, provided
661
+ that (i) the above copyright notices and this permission notice appear in
662
+ all copies of the software and related documentation, and (ii) the names of
663
+ Sam Leffler and Silicon Graphics may not be used in any advertising or
664
+ publicity relating to the software without the specific, prior written
665
+ permission of Sam Leffler and Silicon Graphics.
666
+
667
+ THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
668
+ EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
669
+ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
670
+
671
+ IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
672
+ ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
673
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
674
+ WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
675
+ LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
676
+ OF THIS SOFTWARE.
677
+
678
+
679
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
57
680
 
58
681
  Nameof C++
59
682
 
60
- Version 0.8.3
683
+ Version 0.10.1
61
684
  (https://github.com/Neargye/nameof)
62
685
 
63
686
  MIT License
64
687
 
65
- Copyright (c) 2016, 2018 - 2019 Daniil Goncharov
688
+ Copyright (c) 2016, 2018 - 2021 Daniil Goncharov
66
689
 
67
690
  Permission is hereby granted, free of charge, to any person obtaining a copy
68
691
  of this software and associated documentation files (the "Software"), to deal
@@ -83,51 +706,939 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
83
706
  SOFTWARE.
84
707
 
85
708
 
709
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
86
710
 
87
- ZXing-C++, C++ port of ZXing
711
+ OpenCV
88
712
 
89
- (https://github.com/nu-book/zxing-cpp)
713
+ Version 4.5.3
714
+ (https://github.com/opencv/opencv)
90
715
 
91
- Copyright 2016 Nu-book Inc.
92
- Copyright 2016 ZXing authors
93
716
 
717
+ Apache License
718
+ Version 2.0, January 2004
719
+ http://www.apache.org/licenses/
720
+
721
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
722
+
723
+ 1. Definitions.
724
+
725
+ "License" shall mean the terms and conditions for use, reproduction,
726
+ and distribution as defined by Sections 1 through 9 of this document.
727
+
728
+ "Licensor" shall mean the copyright owner or entity authorized by
729
+ the copyright owner that is granting the License.
730
+
731
+ "Legal Entity" shall mean the union of the acting entity and all
732
+ other entities that control, are controlled by, or are under common
733
+ control with that entity. For the purposes of this definition,
734
+ "control" means (i) the power, direct or indirect, to cause the
735
+ direction or management of such entity, whether by contract or
736
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
737
+ outstanding shares, or (iii) beneficial ownership of such entity.
738
+
739
+ "You" (or "Your") shall mean an individual or Legal Entity
740
+ exercising permissions granted by this License.
741
+
742
+ "Source" form shall mean the preferred form for making modifications,
743
+ including but not limited to software source code, documentation
744
+ source, and configuration files.
745
+
746
+ "Object" form shall mean any form resulting from mechanical
747
+ transformation or translation of a Source form, including but
748
+ not limited to compiled object code, generated documentation,
749
+ and conversions to other media types.
750
+
751
+ "Work" shall mean the work of authorship, whether in Source or
752
+ Object form, made available under the License, as indicated by a
753
+ copyright notice that is included in or attached to the work
754
+ (an example is provided in the Appendix below).
755
+
756
+ "Derivative Works" shall mean any work, whether in Source or Object
757
+ form, that is based on (or derived from) the Work and for which the
758
+ editorial revisions, annotations, elaborations, or other modifications
759
+ represent, as a whole, an original work of authorship. For the purposes
760
+ of this License, Derivative Works shall not include works that remain
761
+ separable from, or merely link (or bind by name) to the interfaces of,
762
+ the Work and Derivative Works thereof.
763
+
764
+ "Contribution" shall mean any work of authorship, including
765
+ the original version of the Work and any modifications or additions
766
+ to that Work or Derivative Works thereof, that is intentionally
767
+ submitted to Licensor for inclusion in the Work by the copyright owner
768
+ or by an individual or Legal Entity authorized to submit on behalf of
769
+ the copyright owner. For the purposes of this definition, "submitted"
770
+ means any form of electronic, verbal, or written communication sent
771
+ to the Licensor or its representatives, including but not limited to
772
+ communication on electronic mailing lists, source code control systems,
773
+ and issue tracking systems that are managed by, or on behalf of, the
774
+ Licensor for the purpose of discussing and improving the Work, but
775
+ excluding communication that is conspicuously marked or otherwise
776
+ designated in writing by the copyright owner as "Not a Contribution."
777
+
778
+ "Contributor" shall mean Licensor and any individual or Legal Entity
779
+ on behalf of whom a Contribution has been received by Licensor and
780
+ subsequently incorporated within the Work.
781
+
782
+ 2. Grant of Copyright License. Subject to the terms and conditions of
783
+ this License, each Contributor hereby grants to You a perpetual,
784
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
785
+ copyright license to reproduce, prepare Derivative Works of,
786
+ publicly display, publicly perform, sublicense, and distribute the
787
+ Work and such Derivative Works in Source or Object form.
788
+
789
+ 3. Grant of Patent License. Subject to the terms and conditions of
790
+ this License, each Contributor hereby grants to You a perpetual,
791
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
792
+ (except as stated in this section) patent license to make, have made,
793
+ use, offer to sell, sell, import, and otherwise transfer the Work,
794
+ where such license applies only to those patent claims licensable
795
+ by such Contributor that are necessarily infringed by their
796
+ Contribution(s) alone or by combination of their Contribution(s)
797
+ with the Work to which such Contribution(s) was submitted. If You
798
+ institute patent litigation against any entity (including a
799
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
800
+ or a Contribution incorporated within the Work constitutes direct
801
+ or contributory patent infringement, then any patent licenses
802
+ granted to You under this License for that Work shall terminate
803
+ as of the date such litigation is filed.
804
+
805
+ 4. Redistribution. You may reproduce and distribute copies of the
806
+ Work or Derivative Works thereof in any medium, with or without
807
+ modifications, and in Source or Object form, provided that You
808
+ meet the following conditions:
809
+
810
+ (a) You must give any other recipients of the Work or
811
+ Derivative Works a copy of this License; and
812
+
813
+ (b) You must cause any modified files to carry prominent notices
814
+ stating that You changed the files; and
815
+
816
+ (c) You must retain, in the Source form of any Derivative Works
817
+ that You distribute, all copyright, patent, trademark, and
818
+ attribution notices from the Source form of the Work,
819
+ excluding those notices that do not pertain to any part of
820
+ the Derivative Works; and
821
+
822
+ (d) If the Work includes a "NOTICE" text file as part of its
823
+ distribution, then any Derivative Works that You distribute must
824
+ include a readable copy of the attribution notices contained
825
+ within such NOTICE file, excluding those notices that do not
826
+ pertain to any part of the Derivative Works, in at least one
827
+ of the following places: within a NOTICE text file distributed
828
+ as part of the Derivative Works; within the Source form or
829
+ documentation, if provided along with the Derivative Works; or,
830
+ within a display generated by the Derivative Works, if and
831
+ wherever such third-party notices normally appear. The contents
832
+ of the NOTICE file are for informational purposes only and
833
+ do not modify the License. You may add Your own attribution
834
+ notices within Derivative Works that You distribute, alongside
835
+ or as an addendum to the NOTICE text from the Work, provided
836
+ that such additional attribution notices cannot be construed
837
+ as modifying the License.
838
+
839
+ You may add Your own copyright statement to Your modifications and
840
+ may provide additional or different license terms and conditions
841
+ for use, reproduction, or distribution of Your modifications, or
842
+ for any such Derivative Works as a whole, provided Your use,
843
+ reproduction, and distribution of the Work otherwise complies with
844
+ the conditions stated in this License.
845
+
846
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
847
+ any Contribution intentionally submitted for inclusion in the Work
848
+ by You to the Licensor shall be under the terms and conditions of
849
+ this License, without any additional terms or conditions.
850
+ Notwithstanding the above, nothing herein shall supersede or modify
851
+ the terms of any separate license agreement you may have executed
852
+ with Licensor regarding such Contributions.
853
+
854
+ 6. Trademarks. This License does not grant permission to use the trade
855
+ names, trademarks, service marks, or product names of the Licensor,
856
+ except as required for reasonable and customary use in describing the
857
+ origin of the Work and reproducing the content of the NOTICE file.
858
+
859
+ 7. Disclaimer of Warranty. Unless required by applicable law or
860
+ agreed to in writing, Licensor provides the Work (and each
861
+ Contributor provides its Contributions) on an "AS IS" BASIS,
862
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
863
+ implied, including, without limitation, any warranties or conditions
864
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
865
+ PARTICULAR PURPOSE. You are solely responsible for determining the
866
+ appropriateness of using or redistributing the Work and assume any
867
+ risks associated with Your exercise of permissions under this License.
868
+
869
+ 8. Limitation of Liability. In no event and under no legal theory,
870
+ whether in tort (including negligence), contract, or otherwise,
871
+ unless required by applicable law (such as deliberate and grossly
872
+ negligent acts) or agreed to in writing, shall any Contributor be
873
+ liable to You for damages, including any direct, indirect, special,
874
+ incidental, or consequential damages of any character arising as a
875
+ result of this License or out of the use or inability to use the
876
+ Work (including but not limited to damages for loss of goodwill,
877
+ work stoppage, computer failure or malfunction, or any and all
878
+ other commercial damages or losses), even if such Contributor
879
+ has been advised of the possibility of such damages.
880
+
881
+ 9. Accepting Warranty or Additional Liability. While redistributing
882
+ the Work or Derivative Works thereof, You may choose to offer,
883
+ and charge a fee for, acceptance of support, warranty, indemnity,
884
+ or other liability obligations and/or rights consistent with this
885
+ License. However, in accepting such obligations, You may act only
886
+ on Your own behalf and on Your sole responsibility, not on behalf
887
+ of any other Contributor, and only if You agree to indemnify,
888
+ defend, and hold each Contributor harmless for any liability
889
+ incurred by, or claims asserted against, such Contributor by reason
890
+ of your accepting any such warranty or additional liability.
891
+
892
+ END OF TERMS AND CONDITIONS
893
+
894
+ APPENDIX: How to apply the Apache License to your work.
895
+
896
+ To apply the Apache License to your work, attach the following
897
+ boilerplate notice, with the fields enclosed by brackets "[]"
898
+ replaced with your own identifying information. (Don't include
899
+ the brackets!) The text should be enclosed in the appropriate
900
+ comment syntax for the file format. We also recommend that a
901
+ file or class name and description of purpose be included on the
902
+ same "printed page" as the copyright notice for easier
903
+ identification within third-party archives.
904
+
905
+ Copyright [yyyy] [name of copyright owner]
906
+
907
+ Licensed under the Apache License, Version 2.0 (the "License");
908
+ you may not use this file except in compliance with the License.
909
+ You may obtain a copy of the License at
910
+
911
+ http://www.apache.org/licenses/LICENSE-2.0
912
+
913
+ Unless required by applicable law or agreed to in writing, software
914
+ distributed under the License is distributed on an "AS IS" BASIS,
915
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
916
+ See the License for the specific language governing permissions and
917
+ limitations under the License.
918
+
919
+
920
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
921
+
922
+ OpenSSL
923
+
924
+ Version 1.1.1i
925
+ (https://www.openssl.org)
926
+
927
+
928
+ LICENSE ISSUES
929
+ ==============
930
+
931
+ The OpenSSL toolkit stays under a double license, i.e. both the conditions of
932
+ the OpenSSL License and the original SSLeay license apply to the toolkit.
933
+ See below for the actual license texts.
934
+
935
+ OpenSSL License
936
+ ---------------
937
+
938
+ /* ====================================================================
939
+ * Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved.
940
+ *
941
+ * Redistribution and use in source and binary forms, with or without
942
+ * modification, are permitted provided that the following conditions
943
+ * are met:
944
+ *
945
+ * 1. Redistributions of source code must retain the above copyright
946
+ * notice, this list of conditions and the following disclaimer.
947
+ *
948
+ * 2. Redistributions in binary form must reproduce the above copyright
949
+ * notice, this list of conditions and the following disclaimer in
950
+ * the documentation and/or other materials provided with the
951
+ * distribution.
952
+ *
953
+ * 3. All advertising materials mentioning features or use of this
954
+ * software must display the following acknowledgment:
955
+ * "This product includes software developed by the OpenSSL Project
956
+ * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
957
+ *
958
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
959
+ * endorse or promote products derived from this software without
960
+ * prior written permission. For written permission, please contact
961
+ * openssl-core@openssl.org.
962
+ *
963
+ * 5. Products derived from this software may not be called "OpenSSL"
964
+ * nor may "OpenSSL" appear in their names without prior written
965
+ * permission of the OpenSSL Project.
966
+ *
967
+ * 6. Redistributions of any form whatsoever must retain the following
968
+ * acknowledgment:
969
+ * "This product includes software developed by the OpenSSL Project
970
+ * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
971
+ *
972
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
973
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
974
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
975
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
976
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
977
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
978
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
979
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
980
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
981
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
982
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
983
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
984
+ * ====================================================================
985
+ *
986
+ * This product includes cryptographic software written by Eric Young
987
+ * (eay@cryptsoft.com). This product includes software written by Tim
988
+ * Hudson (tjh@cryptsoft.com).
989
+ *
990
+ */
991
+
992
+ Original SSLeay License
993
+ -----------------------
994
+
995
+ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
996
+ * All rights reserved.
997
+ *
998
+ * This package is an SSL implementation written
999
+ * by Eric Young (eay@cryptsoft.com).
1000
+ * The implementation was written so as to conform with Netscapes SSL.
1001
+ *
1002
+ * This library is free for commercial and non-commercial use as long as
1003
+ * the following conditions are aheared to. The following conditions
1004
+ * apply to all code found in this distribution, be it the RC4, RSA,
1005
+ * lhash, DES, etc., code; not just the SSL code. The SSL documentation
1006
+ * included with this distribution is covered by the same copyright terms
1007
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
1008
+ *
1009
+ * Copyright remains Eric Young's, and as such any Copyright notices in
1010
+ * the code are not to be removed.
1011
+ * If this package is used in a product, Eric Young should be given attribution
1012
+ * as the author of the parts of the library used.
1013
+ * This can be in the form of a textual message at program startup or
1014
+ * in documentation (online or textual) provided with the package.
1015
+ *
1016
+ * Redistribution and use in source and binary forms, with or without
1017
+ * modification, are permitted provided that the following conditions
1018
+ * are met:
1019
+ * 1. Redistributions of source code must retain the copyright
1020
+ * notice, this list of conditions and the following disclaimer.
1021
+ * 2. Redistributions in binary form must reproduce the above copyright
1022
+ * notice, this list of conditions and the following disclaimer in the
1023
+ * documentation and/or other materials provided with the distribution.
1024
+ * 3. All advertising materials mentioning features or use of this software
1025
+ * must display the following acknowledgement:
1026
+ * "This product includes cryptographic software written by
1027
+ * Eric Young (eay@cryptsoft.com)"
1028
+ * The word 'cryptographic' can be left out if the rouines from the library
1029
+ * being used are not cryptographic related :-).
1030
+ * 4. If you include any Windows specific code (or a derivative thereof) from
1031
+ * the apps directory (application code) you must include an acknowledgement:
1032
+ * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
1033
+ *
1034
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
1035
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1036
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1037
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1038
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1039
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1040
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1041
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1042
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1043
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1044
+ * SUCH DAMAGE.
1045
+ *
1046
+ * The licence and distribution terms for any publically available version or
1047
+ * derivative of this code cannot be changed. i.e. this code cannot simply be
1048
+ * copied and put under another distribution licence
1049
+ * [including the GNU Public Licence.]
1050
+ */
1051
+
1052
+
1053
+
1054
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1055
+
1056
+ Skia
1057
+
1058
+ Version 47b4b19
1059
+ (https://github.com/google/skia)
1060
+
1061
+ Copyright (c) 2011 Google Inc. All rights reserved.
94
1062
 
95
- Licensed under the Apache License, Version 2.0 (the "License");
96
- you may not use this file except in compliance with the License.
97
- You may obtain a copy of the License at
1063
+ Redistribution and use in source and binary forms, with or without
1064
+ modification, are permitted provided that the following conditions are
1065
+ met:
1066
+
1067
+ * Redistributions of source code must retain the above copyright
1068
+ notice, this list of conditions and the following disclaimer.
1069
+
1070
+ * Redistributions in binary form must reproduce the above copyright
1071
+ notice, this list of conditions and the following disclaimer in
1072
+ the documentation and/or other materials provided with the
1073
+ distribution.
1074
+
1075
+ * Neither the name of the copyright holder nor the names of its
1076
+ contributors may be used to endorse or promote products derived
1077
+ from this software without specific prior written permission.
1078
+
1079
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1080
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1081
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1082
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1083
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1084
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1085
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1086
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1087
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1088
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1089
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
98
1090
 
99
- http://www.apache.org/licenses/LICENSE-2.0
100
1091
 
101
- Unless required by applicable law or agreed to in writing, software
102
- distributed under the License is distributed on an "AS IS" BASIS,
103
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
104
- See the License for the specific language governing permissions and
105
- limitations under the License.
1092
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1093
+
1094
+ spdlog
106
1095
 
1096
+ Version 1.9.2
1097
+ (https://github.com/gabime/spdlog)
107
1098
 
1099
+ The MIT License (MIT)
108
1100
 
109
- TensorFlow
1101
+ Copyright (c) 2016 Gabi Melman.
110
1102
 
111
- Version based on GitHub commit a4dfb8d1a71
1103
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1104
+ of this software and associated documentation files (the "Software"), to deal
1105
+ in the Software without restriction, including without limitation the rights
1106
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1107
+ copies of the Software, and to permit persons to whom the Software is
1108
+ furnished to do so, subject to the following conditions:
1109
+
1110
+ The above copyright notice and this permission notice shall be included in
1111
+ all copies or substantial portions of the Software.
1112
+
1113
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1114
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1115
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1116
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1117
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1118
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1119
+ THE SOFTWARE.
1120
+
1121
+ -- NOTE: Third party dependency used by this software --
1122
+ This software depends on the fmt lib (MIT License),
1123
+ and users must comply to its license: https://github.com/fmtlib/fmt/blob/master/LICENSE.rst
1124
+
1125
+
1126
+
1127
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1128
+
1129
+ Tensorflow
1130
+
1131
+ Version 2.6.1
112
1132
  (https://github.com/tensorflow/tensorflow)
113
1133
 
114
- Licensed under the Apache License, Version 2.0 (the "License");
115
- you may not use this file except in compliance with the License.
116
- You may obtain a copy of the License at
1134
+ Apache License
1135
+ Version 2.0, January 2004
1136
+ http://www.apache.org/licenses/
1137
+
1138
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1139
+
1140
+ 1. Definitions.
1141
+
1142
+ "License" shall mean the terms and conditions for use, reproduction,
1143
+ and distribution as defined by Sections 1 through 9 of this document.
1144
+
1145
+ "Licensor" shall mean the copyright owner or entity authorized by
1146
+ the copyright owner that is granting the License.
1147
+
1148
+ "Legal Entity" shall mean the union of the acting entity and all
1149
+ other entities that control, are controlled by, or are under common
1150
+ control with that entity. For the purposes of this definition,
1151
+ "control" means (i) the power, direct or indirect, to cause the
1152
+ direction or management of such entity, whether by contract or
1153
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1154
+ outstanding shares, or (iii) beneficial ownership of such entity.
1155
+
1156
+ "You" (or "Your") shall mean an individual or Legal Entity
1157
+ exercising permissions granted by this License.
1158
+
1159
+ "Source" form shall mean the preferred form for making modifications,
1160
+ including but not limited to software source code, documentation
1161
+ source, and configuration files.
1162
+
1163
+ "Object" form shall mean any form resulting from mechanical
1164
+ transformation or translation of a Source form, including but
1165
+ not limited to compiled object code, generated documentation,
1166
+ and conversions to other media types.
1167
+
1168
+ "Work" shall mean the work of authorship, whether in Source or
1169
+ Object form, made available under the License, as indicated by a
1170
+ copyright notice that is included in or attached to the work
1171
+ (an example is provided in the Appendix below).
1172
+
1173
+ "Derivative Works" shall mean any work, whether in Source or Object
1174
+ form, that is based on (or derived from) the Work and for which the
1175
+ editorial revisions, annotations, elaborations, or other modifications
1176
+ represent, as a whole, an original work of authorship. For the purposes
1177
+ of this License, Derivative Works shall not include works that remain
1178
+ separable from, or merely link (or bind by name) to the interfaces of,
1179
+ the Work and Derivative Works thereof.
1180
+
1181
+ "Contribution" shall mean any work of authorship, including
1182
+ the original version of the Work and any modifications or additions
1183
+ to that Work or Derivative Works thereof, that is intentionally
1184
+ submitted to Licensor for inclusion in the Work by the copyright owner
1185
+ or by an individual or Legal Entity authorized to submit on behalf of
1186
+ the copyright owner. For the purposes of this definition, "submitted"
1187
+ means any form of electronic, verbal, or written communication sent
1188
+ to the Licensor or its representatives, including but not limited to
1189
+ communication on electronic mailing lists, source code control systems,
1190
+ and issue tracking systems that are managed by, or on behalf of, the
1191
+ Licensor for the purpose of discussing and improving the Work, but
1192
+ excluding communication that is conspicuously marked or otherwise
1193
+ designated in writing by the copyright owner as "Not a Contribution."
1194
+
1195
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1196
+ on behalf of whom a Contribution has been received by Licensor and
1197
+ subsequently incorporated within the Work.
1198
+
1199
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1200
+ this License, each Contributor hereby grants to You a perpetual,
1201
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1202
+ copyright license to reproduce, prepare Derivative Works of,
1203
+ publicly display, publicly perform, sublicense, and distribute the
1204
+ Work and such Derivative Works in Source or Object form.
1205
+
1206
+ 3. Grant of Patent License. Subject to the terms and conditions of
1207
+ this License, each Contributor hereby grants to You a perpetual,
1208
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1209
+ (except as stated in this section) patent license to make, have made,
1210
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1211
+ where such license applies only to those patent claims licensable
1212
+ by such Contributor that are necessarily infringed by their
1213
+ Contribution(s) alone or by combination of their Contribution(s)
1214
+ with the Work to which such Contribution(s) was submitted. If You
1215
+ institute patent litigation against any entity (including a
1216
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1217
+ or a Contribution incorporated within the Work constitutes direct
1218
+ or contributory patent infringement, then any patent licenses
1219
+ granted to You under this License for that Work shall terminate
1220
+ as of the date such litigation is filed.
1221
+
1222
+ 4. Redistribution. You may reproduce and distribute copies of the
1223
+ Work or Derivative Works thereof in any medium, with or without
1224
+ modifications, and in Source or Object form, provided that You
1225
+ meet the following conditions:
1226
+
1227
+ (a) You must give any other recipients of the Work or
1228
+ Derivative Works a copy of this License; and
1229
+
1230
+ (b) You must cause any modified files to carry prominent notices
1231
+ stating that You changed the files; and
1232
+
1233
+ (c) You must retain, in the Source form of any Derivative Works
1234
+ that You distribute, all copyright, patent, trademark, and
1235
+ attribution notices from the Source form of the Work,
1236
+ excluding those notices that do not pertain to any part of
1237
+ the Derivative Works; and
1238
+
1239
+ (d) If the Work includes a "NOTICE" text file as part of its
1240
+ distribution, then any Derivative Works that You distribute must
1241
+ include a readable copy of the attribution notices contained
1242
+ within such NOTICE file, excluding those notices that do not
1243
+ pertain to any part of the Derivative Works, in at least one
1244
+ of the following places: within a NOTICE text file distributed
1245
+ as part of the Derivative Works; within the Source form or
1246
+ documentation, if provided along with the Derivative Works; or,
1247
+ within a display generated by the Derivative Works, if and
1248
+ wherever such third-party notices normally appear. The contents
1249
+ of the NOTICE file are for informational purposes only and
1250
+ do not modify the License. You may add Your own attribution
1251
+ notices within Derivative Works that You distribute, alongside
1252
+ or as an addendum to the NOTICE text from the Work, provided
1253
+ that such additional attribution notices cannot be construed
1254
+ as modifying the License.
1255
+
1256
+ You may add Your own copyright statement to Your modifications and
1257
+ may provide additional or different license terms and conditions
1258
+ for use, reproduction, or distribution of Your modifications, or
1259
+ for any such Derivative Works as a whole, provided Your use,
1260
+ reproduction, and distribution of the Work otherwise complies with
1261
+ the conditions stated in this License.
1262
+
1263
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1264
+ any Contribution intentionally submitted for inclusion in the Work
1265
+ by You to the Licensor shall be under the terms and conditions of
1266
+ this License, without any additional terms or conditions.
1267
+ Notwithstanding the above, nothing herein shall supersede or modify
1268
+ the terms of any separate license agreement you may have executed
1269
+ with Licensor regarding such Contributions.
1270
+
1271
+ 6. Trademarks. This License does not grant permission to use the trade
1272
+ names, trademarks, service marks, or product names of the Licensor,
1273
+ except as required for reasonable and customary use in describing the
1274
+ origin of the Work and reproducing the content of the NOTICE file.
1275
+
1276
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1277
+ agreed to in writing, Licensor provides the Work (and each
1278
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1279
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1280
+ implied, including, without limitation, any warranties or conditions
1281
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1282
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1283
+ appropriateness of using or redistributing the Work and assume any
1284
+ risks associated with Your exercise of permissions under this License.
1285
+
1286
+ 8. Limitation of Liability. In no event and under no legal theory,
1287
+ whether in tort (including negligence), contract, or otherwise,
1288
+ unless required by applicable law (such as deliberate and grossly
1289
+ negligent acts) or agreed to in writing, shall any Contributor be
1290
+ liable to You for damages, including any direct, indirect, special,
1291
+ incidental, or consequential damages of any character arising as a
1292
+ result of this License or out of the use or inability to use the
1293
+ Work (including but not limited to damages for loss of goodwill,
1294
+ work stoppage, computer failure or malfunction, or any and all
1295
+ other commercial damages or losses), even if such Contributor
1296
+ has been advised of the possibility of such damages.
1297
+
1298
+ 9. Accepting Warranty or Additional Liability. While redistributing
1299
+ the Work or Derivative Works thereof, You may choose to offer,
1300
+ and charge a fee for, acceptance of support, warranty, indemnity,
1301
+ or other liability obligations and/or rights consistent with this
1302
+ License. However, in accepting such obligations, You may act only
1303
+ on Your own behalf and on Your sole responsibility, not on behalf
1304
+ of any other Contributor, and only if You agree to indemnify,
1305
+ defend, and hold each Contributor harmless for any liability
1306
+ incurred by, or claims asserted against, such Contributor by reason
1307
+ of your accepting any such warranty or additional liability.
1308
+
1309
+ END OF TERMS AND CONDITIONS
1310
+
1311
+ APPENDIX: How to apply the Apache License to your work.
1312
+
1313
+ To apply the Apache License to your work, attach the following
1314
+ boilerplate notice, with the fields enclosed by brackets "[]"
1315
+ replaced with your own identifying information. (Don't include
1316
+ the brackets!) The text should be enclosed in the appropriate
1317
+ comment syntax for the file format. We also recommend that a
1318
+ file or class name and description of purpose be included on the
1319
+ same "printed page" as the copyright notice for easier
1320
+ identification within third-party archives.
1321
+
1322
+ Copyright [yyyy] [name of copyright owner]
1323
+
1324
+ Licensed under the Apache License, Version 2.0 (the "License");
1325
+ you may not use this file except in compliance with the License.
1326
+ You may obtain a copy of the License at
1327
+
1328
+ http://www.apache.org/licenses/LICENSE-2.0
1329
+
1330
+ Unless required by applicable law or agreed to in writing, software
1331
+ distributed under the License is distributed on an "AS IS" BASIS,
1332
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1333
+ See the License for the specific language governing permissions and
1334
+ limitations under the License.
1335
+
1336
+ ## Some of TensorFlow's code is derived from Caffe, which is subject to the following copyright notice:
1337
+
1338
+ COPYRIGHT
1339
+
1340
+ All contributions by the University of California:
1341
+
1342
+ Copyright (c) 2014, The Regents of the University of California (Regents)
1343
+ All rights reserved.
117
1344
 
118
- http://www.apache.org/licenses/LICENSE-2.0
1345
+ All other contributions:
119
1346
 
120
- Unless required by applicable law or agreed to in writing, software
121
- distributed under the License is distributed on an "AS IS" BASIS,
122
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
123
- See the License for the specific language governing permissions and
124
- limitations under the License.
1347
+ Copyright (c) 2014, the respective contributors
1348
+ All rights reserved.
1349
+
1350
+ Caffe uses a shared copyright model: each contributor holds copyright over
1351
+ their contributions to Caffe. The project versioning records all such
1352
+ contribution and copyright details. If a contributor wants to further mark
1353
+ their specific copyright on a particular contribution, they should indicate
1354
+ their copyright solely in the commit message of the change when it is
1355
+ committed.
1356
+
1357
+ LICENSE
125
1358
 
1359
+ Redistribution and use in source and binary forms, with or without
1360
+ modification, are permitted provided that the following conditions are met:
1361
+
1362
+ 1. Redistributions of source code must retain the above copyright notice, this
1363
+ list of conditions and the following disclaimer.
126
1364
 
1365
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1366
+ this list of conditions and the following disclaimer in the documentation
1367
+ and/or other materials provided with the distribution.
1368
+
1369
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1370
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1371
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1372
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1373
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1374
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1375
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1376
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1377
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1378
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1379
+
1380
+ CONTRIBUTION AGREEMENT
1381
+
1382
+ By contributing to the BVLC/caffe repository through pull-request, comment,
1383
+ or otherwise, the contributor releases their content to the
1384
+ license and copyright terms herein.
1385
+
1386
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1387
+
1388
+ Tesseract
1389
+
1390
+ Version 4.1.3
1391
+ (https://github.com/tesseract-ocr/tesseract)
1392
+
1393
+
1394
+ Apache License
1395
+ Version 2.0, January 2004
1396
+ http://www.apache.org/licenses/
1397
+
1398
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1399
+
1400
+ 1. Definitions.
1401
+
1402
+ "License" shall mean the terms and conditions for use, reproduction,
1403
+ and distribution as defined by Sections 1 through 9 of this document.
1404
+
1405
+ "Licensor" shall mean the copyright owner or entity authorized by
1406
+ the copyright owner that is granting the License.
1407
+
1408
+ "Legal Entity" shall mean the union of the acting entity and all
1409
+ other entities that control, are controlled by, or are under common
1410
+ control with that entity. For the purposes of this definition,
1411
+ "control" means (i) the power, direct or indirect, to cause the
1412
+ direction or management of such entity, whether by contract or
1413
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1414
+ outstanding shares, or (iii) beneficial ownership of such entity.
1415
+
1416
+ "You" (or "Your") shall mean an individual or Legal Entity
1417
+ exercising permissions granted by this License.
1418
+
1419
+ "Source" form shall mean the preferred form for making modifications,
1420
+ including but not limited to software source code, documentation
1421
+ source, and configuration files.
1422
+
1423
+ "Object" form shall mean any form resulting from mechanical
1424
+ transformation or translation of a Source form, including but
1425
+ not limited to compiled object code, generated documentation,
1426
+ and conversions to other media types.
1427
+
1428
+ "Work" shall mean the work of authorship, whether in Source or
1429
+ Object form, made available under the License, as indicated by a
1430
+ copyright notice that is included in or attached to the work
1431
+ (an example is provided in the Appendix below).
1432
+
1433
+ "Derivative Works" shall mean any work, whether in Source or Object
1434
+ form, that is based on (or derived from) the Work and for which the
1435
+ editorial revisions, annotations, elaborations, or other modifications
1436
+ represent, as a whole, an original work of authorship. For the purposes
1437
+ of this License, Derivative Works shall not include works that remain
1438
+ separable from, or merely link (or bind by name) to the interfaces of,
1439
+ the Work and Derivative Works thereof.
1440
+
1441
+ "Contribution" shall mean any work of authorship, including
1442
+ the original version of the Work and any modifications or additions
1443
+ to that Work or Derivative Works thereof, that is intentionally
1444
+ submitted to Licensor for inclusion in the Work by the copyright owner
1445
+ or by an individual or Legal Entity authorized to submit on behalf of
1446
+ the copyright owner. For the purposes of this definition, "submitted"
1447
+ means any form of electronic, verbal, or written communication sent
1448
+ to the Licensor or its representatives, including but not limited to
1449
+ communication on electronic mailing lists, source code control systems,
1450
+ and issue tracking systems that are managed by, or on behalf of, the
1451
+ Licensor for the purpose of discussing and improving the Work, but
1452
+ excluding communication that is conspicuously marked or otherwise
1453
+ designated in writing by the copyright owner as "Not a Contribution."
1454
+
1455
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1456
+ on behalf of whom a Contribution has been received by Licensor and
1457
+ subsequently incorporated within the Work.
1458
+
1459
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1460
+ this License, each Contributor hereby grants to You a perpetual,
1461
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1462
+ copyright license to reproduce, prepare Derivative Works of,
1463
+ publicly display, publicly perform, sublicense, and distribute the
1464
+ Work and such Derivative Works in Source or Object form.
1465
+
1466
+ 3. Grant of Patent License. Subject to the terms and conditions of
1467
+ this License, each Contributor hereby grants to You a perpetual,
1468
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1469
+ (except as stated in this section) patent license to make, have made,
1470
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1471
+ where such license applies only to those patent claims licensable
1472
+ by such Contributor that are necessarily infringed by their
1473
+ Contribution(s) alone or by combination of their Contribution(s)
1474
+ with the Work to which such Contribution(s) was submitted. If You
1475
+ institute patent litigation against any entity (including a
1476
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1477
+ or a Contribution incorporated within the Work constitutes direct
1478
+ or contributory patent infringement, then any patent licenses
1479
+ granted to You under this License for that Work shall terminate
1480
+ as of the date such litigation is filed.
1481
+
1482
+ 4. Redistribution. You may reproduce and distribute copies of the
1483
+ Work or Derivative Works thereof in any medium, with or without
1484
+ modifications, and in Source or Object form, provided that You
1485
+ meet the following conditions:
1486
+
1487
+ (a) You must give any other recipients of the Work or
1488
+ Derivative Works a copy of this License; and
1489
+
1490
+ (b) You must cause any modified files to carry prominent notices
1491
+ stating that You changed the files; and
1492
+
1493
+ (c) You must retain, in the Source form of any Derivative Works
1494
+ that You distribute, all copyright, patent, trademark, and
1495
+ attribution notices from the Source form of the Work,
1496
+ excluding those notices that do not pertain to any part of
1497
+ the Derivative Works; and
1498
+
1499
+ (d) If the Work includes a "NOTICE" text file as part of its
1500
+ distribution, then any Derivative Works that You distribute must
1501
+ include a readable copy of the attribution notices contained
1502
+ within such NOTICE file, excluding those notices that do not
1503
+ pertain to any part of the Derivative Works, in at least one
1504
+ of the following places: within a NOTICE text file distributed
1505
+ as part of the Derivative Works; within the Source form or
1506
+ documentation, if provided along with the Derivative Works; or,
1507
+ within a display generated by the Derivative Works, if and
1508
+ wherever such third-party notices normally appear. The contents
1509
+ of the NOTICE file are for informational purposes only and
1510
+ do not modify the License. You may add Your own attribution
1511
+ notices within Derivative Works that You distribute, alongside
1512
+ or as an addendum to the NOTICE text from the Work, provided
1513
+ that such additional attribution notices cannot be construed
1514
+ as modifying the License.
1515
+
1516
+ You may add Your own copyright statement to Your modifications and
1517
+ may provide additional or different license terms and conditions
1518
+ for use, reproduction, or distribution of Your modifications, or
1519
+ for any such Derivative Works as a whole, provided Your use,
1520
+ reproduction, and distribution of the Work otherwise complies with
1521
+ the conditions stated in this License.
1522
+
1523
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1524
+ any Contribution intentionally submitted for inclusion in the Work
1525
+ by You to the Licensor shall be under the terms and conditions of
1526
+ this License, without any additional terms or conditions.
1527
+ Notwithstanding the above, nothing herein shall supersede or modify
1528
+ the terms of any separate license agreement you may have executed
1529
+ with Licensor regarding such Contributions.
1530
+
1531
+ 6. Trademarks. This License does not grant permission to use the trade
1532
+ names, trademarks, service marks, or product names of the Licensor,
1533
+ except as required for reasonable and customary use in describing the
1534
+ origin of the Work and reproducing the content of the NOTICE file.
1535
+
1536
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1537
+ agreed to in writing, Licensor provides the Work (and each
1538
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1539
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1540
+ implied, including, without limitation, any warranties or conditions
1541
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1542
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1543
+ appropriateness of using or redistributing the Work and assume any
1544
+ risks associated with Your exercise of permissions under this License.
1545
+
1546
+ 8. Limitation of Liability. In no event and under no legal theory,
1547
+ whether in tort (including negligence), contract, or otherwise,
1548
+ unless required by applicable law (such as deliberate and grossly
1549
+ negligent acts) or agreed to in writing, shall any Contributor be
1550
+ liable to You for damages, including any direct, indirect, special,
1551
+ incidental, or consequential damages of any character arising as a
1552
+ result of this License or out of the use or inability to use the
1553
+ Work (including but not limited to damages for loss of goodwill,
1554
+ work stoppage, computer failure or malfunction, or any and all
1555
+ other commercial damages or losses), even if such Contributor
1556
+ has been advised of the possibility of such damages.
1557
+
1558
+ 9. Accepting Warranty or Additional Liability. While redistributing
1559
+ the Work or Derivative Works thereof, You may choose to offer,
1560
+ and charge a fee for, acceptance of support, warranty, indemnity,
1561
+ or other liability obligations and/or rights consistent with this
1562
+ License. However, in accepting such obligations, You may act only
1563
+ on Your own behalf and on Your sole responsibility, not on behalf
1564
+ of any other Contributor, and only if You agree to indemnify,
1565
+ defend, and hold each Contributor harmless for any liability
1566
+ incurred by, or claims asserted against, such Contributor by reason
1567
+ of your accepting any such warranty or additional liability.
1568
+
1569
+ END OF TERMS AND CONDITIONS
1570
+
1571
+ APPENDIX: How to apply the Apache License to your work.
1572
+
1573
+ To apply the Apache License to your work, attach the following
1574
+ boilerplate notice, with the fields enclosed by brackets "[]"
1575
+ replaced with your own identifying information. (Don't include
1576
+ the brackets!) The text should be enclosed in the appropriate
1577
+ comment syntax for the file format. We also recommend that a
1578
+ file or class name and description of purpose be included on the
1579
+ same "printed page" as the copyright notice for easier
1580
+ identification within third-party archives.
1581
+
1582
+ Copyright [yyyy] [name of copyright owner]
1583
+
1584
+ Licensed under the Apache License, Version 2.0 (the "License");
1585
+ you may not use this file except in compliance with the License.
1586
+ You may obtain a copy of the License at
1587
+
1588
+ http://www.apache.org/licenses/LICENSE-2.0
1589
+
1590
+ Unless required by applicable law or agreed to in writing, software
1591
+ distributed under the License is distributed on an "AS IS" BASIS,
1592
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1593
+ See the License for the specific language governing permissions and
1594
+ limitations under the License.
1595
+
1596
+
1597
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1598
+
1599
+ XNNPACK
1600
+
1601
+ Version fb8d1f1b2
1602
+ (https://github.com/google/XNNPACK)
1603
+
1604
+ BSD License
1605
+
1606
+ For XNNPACK software
1607
+
1608
+ Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
1609
+ Copyright 2019 Google LLC
1610
+
1611
+ Redistribution and use in source and binary forms, with or without modification,
1612
+ are permitted provided that the following conditions are met:
1613
+
1614
+ * Redistributions of source code must retain the above copyright notice, this
1615
+ list of conditions and the following disclaimer.
1616
+
1617
+ * Redistributions in binary form must reproduce the above copyright notice,
1618
+ this list of conditions and the following disclaimer in the documentation
1619
+ and/or other materials provided with the distribution.
1620
+
1621
+ * Neither the name Facebook nor the names of its contributors may be used to
1622
+ endorse or promote products derived from this software without specific
1623
+ prior written permission.
1624
+
1625
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1626
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1627
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1628
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
1629
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1630
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1631
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1632
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1633
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1634
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1635
+
1636
+
1637
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
127
1638
 
128
1639
  xsimd
129
1640
 
130
- Version based on GitHub commit 3d17850
1641
+ Version 3d17850e
131
1642
  (https://github.com/xtensor-stack/xsimd)
132
1643
 
133
1644
  Copyright (c) 2016, Johan Mabille, Sylvain Corlay, Wolf Vollprecht and Martin Renou
@@ -160,16 +1671,15 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
160
1671
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
161
1672
 
162
1673
 
1674
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
163
1675
 
164
- xtl
165
-
166
- Version based on GitHub commit e0f0066
167
- (https://github.com/xtensor-stack/xtl)
1676
+ xtensor
168
1677
 
169
- BSD 3-Clause License
1678
+ Version be35a267
1679
+ (https://github.com/doo/xtensor)
170
1680
 
171
- Copyright (c) 2017, Sylvain Corlay, Johan Mabille and Wolf Vollprecht
172
- Copyright (c) 2017, QuantStack
1681
+ Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
1682
+ Copyright (c) 2016, QuantStack
173
1683
  All rights reserved.
174
1684
 
175
1685
  Redistribution and use in source and binary forms, with or without
@@ -198,15 +1708,17 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
198
1708
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
199
1709
 
200
1710
 
1711
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
201
1712
 
202
- xtensor
1713
+ xtl
203
1714
 
204
- Version based on GitHub commit be35a26
205
- (https://github.com/doo/xtensor)
1715
+ Version e0f00666
1716
+ (https://github.com/xtensor-stack/xtl)
206
1717
 
1718
+ BSD 3-Clause License
207
1719
 
208
- Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
209
- Copyright (c) 2016, QuantStack
1720
+ Copyright (c) 2017, Sylvain Corlay, Johan Mabille and Wolf Vollprecht
1721
+ Copyright (c) 2017, QuantStack
210
1722
  All rights reserved.
211
1723
 
212
1724
  Redistribution and use in source and binary forms, with or without
@@ -235,145 +1747,329 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
235
1747
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
236
1748
 
237
1749
 
1750
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
238
1751
 
239
- XNNPACK
1752
+ ZXing-C++, C++ port of ZXing
240
1753
 
241
- Version based on GitHub commit fb8d1f1b2
242
- (https://github.com/google/XNNPACK)
1754
+ Version 1.1.0
1755
+ (https://github.com/nu-book/zxing-cpp)
243
1756
 
244
- BSD License
1757
+ Apache License
1758
+ Version 2.0, January 2004
1759
+ http://www.apache.org/licenses/
1760
+
1761
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1762
+
1763
+ 1. Definitions.
1764
+
1765
+ "License" shall mean the terms and conditions for use, reproduction,
1766
+ and distribution as defined by Sections 1 through 9 of this document.
1767
+
1768
+ "Licensor" shall mean the copyright owner or entity authorized by
1769
+ the copyright owner that is granting the License.
1770
+
1771
+ "Legal Entity" shall mean the union of the acting entity and all
1772
+ other entities that control, are controlled by, or are under common
1773
+ control with that entity. For the purposes of this definition,
1774
+ "control" means (i) the power, direct or indirect, to cause the
1775
+ direction or management of such entity, whether by contract or
1776
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1777
+ outstanding shares, or (iii) beneficial ownership of such entity.
1778
+
1779
+ "You" (or "Your") shall mean an individual or Legal Entity
1780
+ exercising permissions granted by this License.
1781
+
1782
+ "Source" form shall mean the preferred form for making modifications,
1783
+ including but not limited to software source code, documentation
1784
+ source, and configuration files.
1785
+
1786
+ "Object" form shall mean any form resulting from mechanical
1787
+ transformation or translation of a Source form, including but
1788
+ not limited to compiled object code, generated documentation,
1789
+ and conversions to other media types.
1790
+
1791
+ "Work" shall mean the work of authorship, whether in Source or
1792
+ Object form, made available under the License, as indicated by a
1793
+ copyright notice that is included in or attached to the work
1794
+ (an example is provided in the Appendix below).
1795
+
1796
+ "Derivative Works" shall mean any work, whether in Source or Object
1797
+ form, that is based on (or derived from) the Work and for which the
1798
+ editorial revisions, annotations, elaborations, or other modifications
1799
+ represent, as a whole, an original work of authorship. For the purposes
1800
+ of this License, Derivative Works shall not include works that remain
1801
+ separable from, or merely link (or bind by name) to the interfaces of,
1802
+ the Work and Derivative Works thereof.
1803
+
1804
+ "Contribution" shall mean any work of authorship, including
1805
+ the original version of the Work and any modifications or additions
1806
+ to that Work or Derivative Works thereof, that is intentionally
1807
+ submitted to Licensor for inclusion in the Work by the copyright owner
1808
+ or by an individual or Legal Entity authorized to submit on behalf of
1809
+ the copyright owner. For the purposes of this definition, "submitted"
1810
+ means any form of electronic, verbal, or written communication sent
1811
+ to the Licensor or its representatives, including but not limited to
1812
+ communication on electronic mailing lists, source code control systems,
1813
+ and issue tracking systems that are managed by, or on behalf of, the
1814
+ Licensor for the purpose of discussing and improving the Work, but
1815
+ excluding communication that is conspicuously marked or otherwise
1816
+ designated in writing by the copyright owner as "Not a Contribution."
1817
+
1818
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1819
+ on behalf of whom a Contribution has been received by Licensor and
1820
+ subsequently incorporated within the Work.
1821
+
1822
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1823
+ this License, each Contributor hereby grants to You a perpetual,
1824
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1825
+ copyright license to reproduce, prepare Derivative Works of,
1826
+ publicly display, publicly perform, sublicense, and distribute the
1827
+ Work and such Derivative Works in Source or Object form.
1828
+
1829
+ 3. Grant of Patent License. Subject to the terms and conditions of
1830
+ this License, each Contributor hereby grants to You a perpetual,
1831
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1832
+ (except as stated in this section) patent license to make, have made,
1833
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1834
+ where such license applies only to those patent claims licensable
1835
+ by such Contributor that are necessarily infringed by their
1836
+ Contribution(s) alone or by combination of their Contribution(s)
1837
+ with the Work to which such Contribution(s) was submitted. If You
1838
+ institute patent litigation against any entity (including a
1839
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1840
+ or a Contribution incorporated within the Work constitutes direct
1841
+ or contributory patent infringement, then any patent licenses
1842
+ granted to You under this License for that Work shall terminate
1843
+ as of the date such litigation is filed.
1844
+
1845
+ 4. Redistribution. You may reproduce and distribute copies of the
1846
+ Work or Derivative Works thereof in any medium, with or without
1847
+ modifications, and in Source or Object form, provided that You
1848
+ meet the following conditions:
1849
+
1850
+ (a) You must give any other recipients of the Work or
1851
+ Derivative Works a copy of this License; and
1852
+
1853
+ (b) You must cause any modified files to carry prominent notices
1854
+ stating that You changed the files; and
1855
+
1856
+ (c) You must retain, in the Source form of any Derivative Works
1857
+ that You distribute, all copyright, patent, trademark, and
1858
+ attribution notices from the Source form of the Work,
1859
+ excluding those notices that do not pertain to any part of
1860
+ the Derivative Works; and
1861
+
1862
+ (d) If the Work includes a "NOTICE" text file as part of its
1863
+ distribution, then any Derivative Works that You distribute must
1864
+ include a readable copy of the attribution notices contained
1865
+ within such NOTICE file, excluding those notices that do not
1866
+ pertain to any part of the Derivative Works, in at least one
1867
+ of the following places: within a NOTICE text file distributed
1868
+ as part of the Derivative Works; within the Source form or
1869
+ documentation, if provided along with the Derivative Works; or,
1870
+ within a display generated by the Derivative Works, if and
1871
+ wherever such third-party notices normally appear. The contents
1872
+ of the NOTICE file are for informational purposes only and
1873
+ do not modify the License. You may add Your own attribution
1874
+ notices within Derivative Works that You distribute, alongside
1875
+ or as an addendum to the NOTICE text from the Work, provided
1876
+ that such additional attribution notices cannot be construed
1877
+ as modifying the License.
1878
+
1879
+ You may add Your own copyright statement to Your modifications and
1880
+ may provide additional or different license terms and conditions
1881
+ for use, reproduction, or distribution of Your modifications, or
1882
+ for any such Derivative Works as a whole, provided Your use,
1883
+ reproduction, and distribution of the Work otherwise complies with
1884
+ the conditions stated in this License.
1885
+
1886
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1887
+ any Contribution intentionally submitted for inclusion in the Work
1888
+ by You to the Licensor shall be under the terms and conditions of
1889
+ this License, without any additional terms or conditions.
1890
+ Notwithstanding the above, nothing herein shall supersede or modify
1891
+ the terms of any separate license agreement you may have executed
1892
+ with Licensor regarding such Contributions.
1893
+
1894
+ 6. Trademarks. This License does not grant permission to use the trade
1895
+ names, trademarks, service marks, or product names of the Licensor,
1896
+ except as required for reasonable and customary use in describing the
1897
+ origin of the Work and reproducing the content of the NOTICE file.
1898
+
1899
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1900
+ agreed to in writing, Licensor provides the Work (and each
1901
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1902
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1903
+ implied, including, without limitation, any warranties or conditions
1904
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1905
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1906
+ appropriateness of using or redistributing the Work and assume any
1907
+ risks associated with Your exercise of permissions under this License.
1908
+
1909
+ 8. Limitation of Liability. In no event and under no legal theory,
1910
+ whether in tort (including negligence), contract, or otherwise,
1911
+ unless required by applicable law (such as deliberate and grossly
1912
+ negligent acts) or agreed to in writing, shall any Contributor be
1913
+ liable to You for damages, including any direct, indirect, special,
1914
+ incidental, or consequential damages of any character arising as a
1915
+ result of this License or out of the use or inability to use the
1916
+ Work (including but not limited to damages for loss of goodwill,
1917
+ work stoppage, computer failure or malfunction, or any and all
1918
+ other commercial damages or losses), even if such Contributor
1919
+ has been advised of the possibility of such damages.
1920
+
1921
+ 9. Accepting Warranty or Additional Liability. While redistributing
1922
+ the Work or Derivative Works thereof, You may choose to offer,
1923
+ and charge a fee for, acceptance of support, warranty, indemnity,
1924
+ or other liability obligations and/or rights consistent with this
1925
+ License. However, in accepting such obligations, You may act only
1926
+ on Your own behalf and on Your sole responsibility, not on behalf
1927
+ of any other Contributor, and only if You agree to indemnify,
1928
+ defend, and hold each Contributor harmless for any liability
1929
+ incurred by, or claims asserted against, such Contributor by reason
1930
+ of your accepting any such warranty or additional liability.
1931
+
1932
+ END OF TERMS AND CONDITIONS
1933
+
1934
+ APPENDIX: How to apply the Apache License to your work.
1935
+
1936
+ To apply the Apache License to your work, attach the following
1937
+ boilerplate notice, with the fields enclosed by brackets "{}"
1938
+ replaced with your own identifying information. (Don't include
1939
+ the brackets!) The text should be enclosed in the appropriate
1940
+ comment syntax for the file format. We also recommend that a
1941
+ file or class name and description of purpose be included on the
1942
+ same "printed page" as the copyright notice for easier
1943
+ identification within third-party archives.
1944
+
1945
+ Copyright {yyyy} {name of copyright owner}
1946
+
1947
+ Licensed under the Apache License, Version 2.0 (the "License");
1948
+ you may not use this file except in compliance with the License.
1949
+ You may obtain a copy of the License at
1950
+
1951
+ http://www.apache.org/licenses/LICENSE-2.0
1952
+
1953
+ Unless required by applicable law or agreed to in writing, software
1954
+ distributed under the License is distributed on an "AS IS" BASIS,
1955
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1956
+ See the License for the specific language governing permissions and
1957
+ limitations under the License.
245
1958
 
246
- For XNNPACK software
247
- Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
248
- Copyright 2019 Google LLC
249
1959
 
250
- Redistribution and use in source and binary forms, with or without modification,
251
- are permitted provided that the following conditions are met:
252
- * Redistributions of source code must retain the above copyright notice, this
253
- list of conditions and the following disclaimer.
254
- * Redistributions in binary form must reproduce the above copyright notice,
255
- this list of conditions and the following disclaimer in the documentation
256
- and/or other materials provided with the distribution.
257
- * Neither the name Facebook nor the names of its contributors may be used to
258
- endorse or promote products derived from this software without specific
259
- prior written permission.
260
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
261
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
262
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
263
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
264
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
265
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
266
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
267
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
268
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
269
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
270
1960
 
271
1961
 
272
- Leptonica 1.71
273
- (https://github.com/DanBloomberg/leptonica)
274
1962
 
275
- This work is licensed under a Creative Commons Attribution 2.5 License.
276
- Copyright (C) 2001 Leptonica. All rights reserved.
277
1963
 
278
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
279
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
280
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
281
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1964
+ G8Tesseract
1965
+ Copyright @ 2014 Daniele Galiotto. https://github.com/gali8/Tesseract-OCR-iOS
1966
+ This library is distributed under the terms of a MIT License (https://github.com/gali8/Tesseract-OCR-iOS/blob/master/LICENSE.md).
282
1967
 
1968
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
283
1969
 
284
- LibTIFF - TIFF Library and Utilities v4.0.10
285
- Copyright (c) 1988-1997 Sam Leffler
286
- Copyright (c) 1991-1997 Silicon Graphics, Inc.
287
- This license is distributed under the terms of the following license: http://libtiff.maptools.org/misc.html.
1970
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
288
1971
 
289
- Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the names of Sam Leffler and Silicon Graphics may not be used in any advertising or publicity relating to the software without the specific, prior written permission of Sam Leffler and Silicon Graphics.
1972
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
290
1973
 
291
- THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
292
- EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
293
- WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
1974
+ ------------------------------------------------------------------------------------------------------------------------
294
1975
 
295
- IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
296
- ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
297
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
298
- WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
299
- OF THIS SOFTWARE.
1976
+ Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 3.2.1
300
1977
 
1978
+ Apache Commons Codec
301
1979
 
302
- G8Tesseract
303
- Copyright @ 2014 Daniele Galiotto. https://github.com/gali8/Tesseract-OCR-iOS
304
- This library is distributed under the terms of a MIT License (https://github.com/gali8/Tesseract-OCR-iOS/blob/master/LICENSE.md).
1980
+ Version 1.9
1981
+ (https://github.com/apache/commons-codec)
305
1982
 
306
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1983
+ Copyright (c) The Apache Software Foundation
307
1984
 
308
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1985
+ Licensed under the Apache License, Version 2.0 (the "License");
1986
+ you may not use this file except in compliance with the License.
1987
+ You may obtain a copy of the License at
309
1988
 
310
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1989
+ http://www.apache.org/licenses/LICENSE-2.0
311
1990
 
1991
+ Unless required by applicable law or agreed to in writing, software
1992
+ distributed under the License is distributed on an "AS IS" BASIS,
1993
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1994
+ See the License for the specific language governing permissions and
1995
+ limitations under the License.
312
1996
 
313
- OpenCV 4.4.0
314
- This library is distributed under the terms of a 3-clause BSD license: http://opencv.org/license.html.
315
1997
 
316
- Copyright (C) 2000-2019, Intel Corporation, all rights reserved.
317
- Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved.
318
- Copyright (C) 2009-2016, NVIDIA Corporation, all rights reserved.
319
- Copyright (C) 2010-2013, Advanced Micro Devices, Inc., all rights reserved.
320
- Copyright (C) 2015-2016, OpenCV Foundation, all rights reserved.
321
- Copyright (C) 2015-2016, Itseez Inc., all rights reserved.
322
- Copyright (C) 2019-2020, Xperience AI, all rights reserved.
323
1998
 
324
- Third party copyrights are property of their respective owners.
1999
+ CWAC-Camera
325
2000
 
326
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2001
+ Version 0.6.42
2002
+ (https://github.com/doo/cwac-camera)
2003
+ (https://github.com/commonsguy/cwac-camera/)
2004
+
2005
+ Copyright © CommonsWare
2006
+
2007
+ Licensed under the Apache License, Version 2.0 (the "License");
2008
+ you may not use this file except in compliance with the License.
2009
+ You may obtain a copy of the License at
2010
+
2011
+ http://www.apache.org/licenses/LICENSE-2.0
327
2012
 
328
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
329
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
330
- Neither the names of the copyright holders nor the names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission.
331
- This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall copyright holders or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
2013
+ Unless required by applicable law or agreed to in writing, software
2014
+ distributed under the License is distributed on an "AS IS" BASIS,
2015
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2016
+ See the License for the specific language governing permissions and
2017
+ limitations under the License.
332
2018
 
333
2019
 
334
- OpenSSL 1.1.1j
335
- Copyright @ 1998-2011 The OpenSSL Project. All rights reserved. (https://www.openssl.org)
336
- This library is distributed under the terms of the following license: https://github.com/openssl/openssl/blob/master/LICENSE
337
2020
 
338
- The OpenSSL toolkit stays under a double license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. See below for the actual license texts.
2021
+ Android PDF Writer
339
2022
 
340
- This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org).
2023
+ Version 1.0.10
2024
+ (https://github.com/Turbo87/apwlibrary/)
341
2025
 
342
- THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
343
- EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
344
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
345
- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2026
+ Copyright (c) 2010 - 2013, Javier Santo Domingo (j-a-s-d@coderesearchlabs.com).
2027
+ All rights reserved.
346
2028
 
347
- This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com).
2029
+ Android PDF Writer (APW) is a simple Java library to generate simple PDF documents in
2030
+ Google's Android devices distributed under a 2-clause
2031
+ BSD license (https://github.com/Turbo87/apwlibrary/blob/master/doc/APW.pdf).
348
2032
 
349
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
350
- Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer.
351
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
352
- All advertising materials mentioning features or use of this software must display the following acknowledgement: "This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)". The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-).
353
- If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
2033
+ Redistribution and use in source and binary forms, with or without modification,
2034
+ are permitted provided that the following conditions are met:
354
2035
 
355
- THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2036
+ Redistributions of source code must retain the above copyright notice, this list of
2037
+ conditions and the following disclaimer.
2038
+ Redistributions in binary form must reproduce the above copyright notice, this list of
2039
+ conditions and the following disclaimer in the documentation and/or other materials
2040
+ provided with the distribution.
356
2041
 
357
- The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.]
2042
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
2043
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2044
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
2045
+ THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2046
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
2047
+ OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2048
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
2049
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
2050
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
358
2051
 
2052
+ This software includes several classes from the Android Open Source Project Copyright 2010
2053
+ The Android Open Source Project. Licensed under the Apache License, Version 2.0
2054
+ (the License); you may not use this file except in compliance with the License.
2055
+ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
2056
+
2057
+ Unless required by applicable law or agreed to in writing, software distributed under the
2058
+ License is distributed on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
2059
+ either express or implied. See the License for the specific language governing
2060
+ permissions and limitations under the License.
359
2061
 
360
- Tesseract 4.1.0
361
- Tesseract, maintained by Google (http://code.google.com/p/tesseract-ocr/),
362
- is distributed under the Apache 2.0 license (http://www.apache.org/licenses/LICENSE-2.0).
363
-
364
- Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
365
2062
 
366
- ------------------------------------------------------------------------------------------------------------------------
367
2063
 
368
- Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 3.1.0
2064
+ Apache Commons IO
369
2065
 
370
- CWAC-Camera
2066
+ Version 2.4
2067
+ (https://github.com/apache/commons-io)
371
2068
 
372
- Version 0.6.42
373
- (https://github.com/doo/cwac-camera)
374
- (https://github.com/commonsguy/cwac-camera/)
2069
+ Copyright (c) The Apache Software Foundation
375
2070
 
376
- Copyright © CommonsWare
2071
+ This product includes software developed at
2072
+ The Apache Software Foundation (http://www.apache.org/).
377
2073
 
378
2074
  Licensed under the Apache License, Version 2.0 (the "License");
379
2075
  you may not use this file except in compliance with the License.
@@ -389,16 +2085,19 @@ limitations under the License.
389
2085
 
390
2086
 
391
2087
 
392
- Apache Commons IO
2088
+ Apache Commons Lang
393
2089
 
394
- Version 2.4
395
- (https://github.com/apache/commons-io)
2090
+ Version 2.6
2091
+ (https://github.com/apache/commons-lang)
396
2092
 
397
2093
  Copyright (c) The Apache Software Foundation
398
2094
 
399
2095
  This product includes software developed at
400
2096
  The Apache Software Foundation (http://www.apache.org/).
401
2097
 
2098
+ This product includes software from the Spring Framework,
2099
+ under the Apache License 2.0 (see: StringUtils.containsWhitespace())
2100
+
402
2101
  Licensed under the Apache License, Version 2.0 (the "License");
403
2102
  you may not use this file except in compliance with the License.
404
2103
  You may obtain a copy of the License at
@@ -449,7 +2148,6 @@ See the License for the specific language governing permissions and
449
2148
  limitations under the License.
450
2149
 
451
2150
 
452
-
453
2151
  google-gson
454
2152
  Version 2.8.6
455
2153
  (https://github.com/google/gson/blob/gson-parent-2.8.5/LICENSE)
@@ -469,7 +2167,6 @@ See the License for the specific language governing permissions and
469
2167
  limitations under the License.
470
2168
 
471
2169
 
472
-
473
2170
  Dagger
474
2171
 
475
2172
  Version 2.35
@@ -509,201 +2206,482 @@ limitations under the License.
509
2206
 
510
2207
 
511
2208
 
2209
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2210
+
2211
+ Boost C++
2212
+
2213
+ Version 1.75.0
2214
+ (https://github.com/boostorg/boost)
2215
+
2216
+ Boost Software License - Version 1.0 - August 17th, 2003
2217
+
2218
+ Permission is hereby granted, free of charge, to any person or organization
2219
+ obtaining a copy of the software and accompanying documentation covered by
2220
+ this license (the "Software") to use, reproduce, display, distribute,
2221
+ execute, and transmit the Software, and to prepare derivative works of the
2222
+ Software, and to permit third-parties to whom the Software is furnished to
2223
+ do so, all subject to the following:
2224
+
2225
+ The copyright notices in the Software and this entire statement, including
2226
+ the above license grant, this restriction and the following disclaimer,
2227
+ must be included in all copies of the Software, in whole or in part, and
2228
+ all derivative works of the Software, unless such copies or derivative
2229
+ works are solely in the form of machine-executable object code generated by
2230
+ a source language processor.
2231
+
2232
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2233
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2234
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
2235
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
2236
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
2237
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2238
+ DEALINGS IN THE SOFTWARE.
2239
+
2240
+
2241
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2242
+
512
2243
  BoringSSL
513
2244
 
514
- https://github.com/google/boringssl
2245
+ Version 8f5eb80b
2246
+ (https://github.com/google/boringssl)
2247
+
2248
+ BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL
2249
+ licensing. Files that are completely new have a Google copyright and an ISC
2250
+ license. This license is reproduced at the bottom of this file.
2251
+
2252
+ Contributors to BoringSSL are required to follow the CLA rules for Chromium:
2253
+ https://cla.developers.google.com/clas
2254
+
2255
+ Files in third_party/ have their own licenses, as described therein. The MIT
2256
+ license, for third_party/fiat, which, unlike other third_party directories, is
2257
+ compiled into non-test libraries, is included below.
2258
+
2259
+ The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the
2260
+ OpenSSL License and the original SSLeay license apply to the toolkit. See below
2261
+ for the actual license texts. Actually both licenses are BSD-style Open Source
2262
+ licenses. In case of any license issues related to OpenSSL please contact
2263
+ openssl-core@openssl.org.
2264
+
2265
+ The following are Google-internal bug numbers where explicit permission from
2266
+ some authors is recorded for use of their work. (This is purely for our own
2267
+ record keeping.)
2268
+ 27287199
2269
+ 27287880
2270
+ 27287883
2271
+
2272
+ OpenSSL License
2273
+ ---------------
2274
+
2275
+ /* ====================================================================
2276
+ * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
2277
+ *
2278
+ * Redistribution and use in source and binary forms, with or without
2279
+ * modification, are permitted provided that the following conditions
2280
+ * are met:
2281
+ *
2282
+ * 1. Redistributions of source code must retain the above copyright
2283
+ * notice, this list of conditions and the following disclaimer.
2284
+ *
2285
+ * 2. Redistributions in binary form must reproduce the above copyright
2286
+ * notice, this list of conditions and the following disclaimer in
2287
+ * the documentation and/or other materials provided with the
2288
+ * distribution.
2289
+ *
2290
+ * 3. All advertising materials mentioning features or use of this
2291
+ * software must display the following acknowledgment:
2292
+ * "This product includes software developed by the OpenSSL Project
2293
+ * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
2294
+ *
2295
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
2296
+ * endorse or promote products derived from this software without
2297
+ * prior written permission. For written permission, please contact
2298
+ * openssl-core@openssl.org.
2299
+ *
2300
+ * 5. Products derived from this software may not be called "OpenSSL"
2301
+ * nor may "OpenSSL" appear in their names without prior written
2302
+ * permission of the OpenSSL Project.
2303
+ *
2304
+ * 6. Redistributions of any form whatsoever must retain the following
2305
+ * acknowledgment:
2306
+ * "This product includes software developed by the OpenSSL Project
2307
+ * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
2308
+ *
2309
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
2310
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2311
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2312
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
2313
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2314
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2315
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2316
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2317
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2318
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2319
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2320
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
2321
+ * ====================================================================
2322
+ *
2323
+ * This product includes cryptographic software written by Eric Young
2324
+ * (eay@cryptsoft.com). This product includes software written by Tim
2325
+ * Hudson (tjh@cryptsoft.com).
2326
+ *
2327
+ */
2328
+
2329
+ Original SSLeay License
2330
+ -----------------------
2331
+
2332
+ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
2333
+ * All rights reserved.
2334
+ *
2335
+ * This package is an SSL implementation written
2336
+ * by Eric Young (eay@cryptsoft.com).
2337
+ * The implementation was written so as to conform with Netscapes SSL.
2338
+ *
2339
+ * This library is free for commercial and non-commercial use as long as
2340
+ * the following conditions are aheared to. The following conditions
2341
+ * apply to all code found in this distribution, be it the RC4, RSA,
2342
+ * lhash, DES, etc., code; not just the SSL code. The SSL documentation
2343
+ * included with this distribution is covered by the same copyright terms
2344
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
2345
+ *
2346
+ * Copyright remains Eric Young's, and as such any Copyright notices in
2347
+ * the code are not to be removed.
2348
+ * If this package is used in a product, Eric Young should be given attribution
2349
+ * as the author of the parts of the library used.
2350
+ * This can be in the form of a textual message at program startup or
2351
+ * in documentation (online or textual) provided with the package.
2352
+ *
2353
+ * Redistribution and use in source and binary forms, with or without
2354
+ * modification, are permitted provided that the following conditions
2355
+ * are met:
2356
+ * 1. Redistributions of source code must retain the copyright
2357
+ * notice, this list of conditions and the following disclaimer.
2358
+ * 2. Redistributions in binary form must reproduce the above copyright
2359
+ * notice, this list of conditions and the following disclaimer in the
2360
+ * documentation and/or other materials provided with the distribution.
2361
+ * 3. All advertising materials mentioning features or use of this software
2362
+ * must display the following acknowledgement:
2363
+ * "This product includes cryptographic software written by
2364
+ * Eric Young (eay@cryptsoft.com)"
2365
+ * The word 'cryptographic' can be left out if the rouines from the library
2366
+ * being used are not cryptographic related :-).
2367
+ * 4. If you include any Windows specific code (or a derivative thereof) from
2368
+ * the apps directory (application code) you must include an acknowledgement:
2369
+ * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
2370
+ *
2371
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
2372
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2373
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2374
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2375
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2376
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2377
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2378
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2379
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2380
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2381
+ * SUCH DAMAGE.
2382
+ *
2383
+ * The licence and distribution terms for any publically available version or
2384
+ * derivative of this code cannot be changed. i.e. this code cannot simply be
2385
+ * copied and put under another distribution licence
2386
+ * [including the GNU Public Licence.]
2387
+ */
2388
+
2389
+
2390
+ ISC license used for completely new code in BoringSSL:
2391
+
2392
+ /* Copyright (c) 2015, Google Inc.
2393
+ *
2394
+ * Permission to use, copy, modify, and/or distribute this software for any
2395
+ * purpose with or without fee is hereby granted, provided that the above
2396
+ * copyright notice and this permission notice appear in all copies.
2397
+ *
2398
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2399
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2400
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
2401
+ * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2402
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
2403
+ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
2404
+ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
515
2405
 
516
- Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
517
- Original SSLeay License. Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com). All rights reserved.
518
- Copyright (c) 2015, Google Inc.
519
- Some files from Intel carry the following license: Copyright (c) 2012, Intel Corporation.
520
2406
 
521
- BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL licensing. Files that are completely new have a Google copyright and an ISC license. This library is distributed under the terms of the following license: https://github.com/google/boringssl/blob/master/LICENSE
2407
+ The code in third_party/fiat carries the MIT license:
522
2408
 
523
- OpenSSL License
524
- ---------------
2409
+ Copyright (c) 2015-2016 the fiat-crypto authors (see
2410
+ https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
525
2411
 
526
- ====================================================================
527
- Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
2412
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2413
+ of this software and associated documentation files (the "Software"), to deal
2414
+ in the Software without restriction, including without limitation the rights
2415
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2416
+ copies of the Software, and to permit persons to whom the Software is
2417
+ furnished to do so, subject to the following conditions:
528
2418
 
529
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2419
+ The above copyright notice and this permission notice shall be included in all
2420
+ copies or substantial portions of the Software.
530
2421
 
531
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2422
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2423
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2424
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2425
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2426
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2427
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2428
+ SOFTWARE.
532
2429
 
533
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
534
2430
 
535
- 3. All advertising materials mentioning features or use of this software must display the following acknowledgment:
536
- "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
2431
+ Licenses for support code
2432
+ -------------------------
537
2433
 
538
- 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org.
2434
+ Parts of the TLS test suite are under the Go license. This code is not included
2435
+ in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so
2436
+ distributing code linked against BoringSSL does not trigger this license:
539
2437
 
540
- 5. Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project.
2438
+ Copyright (c) 2009 The Go Authors. All rights reserved.
541
2439
 
542
- 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)"
2440
+ Redistribution and use in source and binary forms, with or without
2441
+ modification, are permitted provided that the following conditions are
2442
+ met:
2443
+
2444
+ * Redistributions of source code must retain the above copyright
2445
+ notice, this list of conditions and the following disclaimer.
2446
+ * Redistributions in binary form must reproduce the above
2447
+ copyright notice, this list of conditions and the following disclaimer
2448
+ in the documentation and/or other materials provided with the
2449
+ distribution.
2450
+ * Neither the name of Google Inc. nor the names of its
2451
+ contributors may be used to endorse or promote products derived from
2452
+ this software without specific prior written permission.
2453
+
2454
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2455
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2456
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2457
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2458
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2459
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2460
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2461
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2462
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2463
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2464
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
543
2465
 
544
- THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
545
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
546
- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
547
- ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
548
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
549
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
550
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
551
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
552
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
553
- ====================================================================
554
2466
 
555
- This product includes cryptographic software written by Eric Young (eay@cryptsoft.com).
556
- This product includes software written by Tim Hudson (tjh@cryptsoft.com).
2467
+ BoringSSL uses the Chromium test infrastructure to run a continuous build,
2468
+ trybots etc. The scripts which manage this, and the script for generating build
2469
+ metadata, are under the Chromium license. Distributing code linked against
2470
+ BoringSSL does not trigger this license.
557
2471
 
558
- Original SSLeay License
559
- -----------------------
2472
+ Copyright 2015 The Chromium Authors. All rights reserved.
560
2473
 
561
- Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
562
- All rights reserved.
2474
+ Redistribution and use in source and binary forms, with or without
2475
+ modification, are permitted provided that the following conditions are
2476
+ met:
2477
+
2478
+ * Redistributions of source code must retain the above copyright
2479
+ notice, this list of conditions and the following disclaimer.
2480
+ * Redistributions in binary form must reproduce the above
2481
+ copyright notice, this list of conditions and the following disclaimer
2482
+ in the documentation and/or other materials provided with the
2483
+ distribution.
2484
+ * Neither the name of Google Inc. nor the names of its
2485
+ contributors may be used to endorse or promote products derived from
2486
+ this software without specific prior written permission.
2487
+
2488
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2489
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2490
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2491
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2492
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2493
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2494
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2495
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2496
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2497
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2498
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
563
2499
 
564
- This package is an SSL implementation written by Eric Young (eay@cryptsoft.com). The implementation was written so as to conform with Netscapes SSL.
565
2500
 
566
- This library is free for commercial and non-commercial use as long as the following conditions are aheared to. The following conditions apply to all code found in this distribution, be it the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The SSL documentation included with this distribution is covered by the same copyright terms except that the holder is Tim Hudson (tjh@cryptsoft.com).
2501
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
567
2502
 
568
- Copyright remains Eric Young's, and as such any Copyright notices in the code are not to be removed. If this package is used in a product, Eric Young should be given attribution
569
- as the author of the parts of the library used. This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package.
2503
+ JSON for Modern C++
570
2504
 
571
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2505
+ Version 3.10.2
2506
+ (https://github.com/nlohmann/json)
572
2507
 
573
- 1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer.
574
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
575
- 3. All advertising materials mentioning features or use of this software must display the following acknowledgement:
576
- "This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)"
577
- The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-).
578
- 4. If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement:
579
- "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
2508
+ MIT License
580
2509
 
581
- THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
582
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2510
+ Copyright (c) 2013-2021 Niels Lohmann
583
2511
 
584
- The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.]
2512
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2513
+ of this software and associated documentation files (the "Software"), to deal
2514
+ in the Software without restriction, including without limitation the rights
2515
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2516
+ copies of the Software, and to permit persons to whom the Software is
2517
+ furnished to do so, subject to the following conditions:
585
2518
 
586
- ISC license used for completely new code in BoringSSL:
2519
+ The above copyright notice and this permission notice shall be included in all
2520
+ copies or substantial portions of the Software.
587
2521
 
588
- Copyright (c) 2015, Google Inc.
2522
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2523
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2524
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2525
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2526
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2527
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2528
+ SOFTWARE.
589
2529
 
590
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
591
2530
 
592
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
593
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
594
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
2531
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
595
2532
 
596
- Some files from Intel carry the following license
2533
+ Leptonica
597
2534
 
598
- Copyright (c) 2012, Intel Corporation
2535
+ Version 1.82.0
2536
+ (https://github.com/DanBloomberg/leptonica)
599
2537
 
600
- All rights reserved.
2538
+ /*====================================================================*
2539
+ - Copyright (C) 2001-2020 Leptonica. All rights reserved.
2540
+ -
2541
+ - Redistribution and use in source and binary forms, with or without
2542
+ - modification, are permitted provided that the following conditions
2543
+ - are met:
2544
+ - 1. Redistributions of source code must retain the above copyright
2545
+ - notice, this list of conditions and the following disclaimer.
2546
+ - 2. Redistributions in binary form must reproduce the above
2547
+ - copyright notice, this list of conditions and the following
2548
+ - disclaimer in the documentation and/or other materials
2549
+ - provided with the distribution.
2550
+ -
2551
+ - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2552
+ - ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2553
+ - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2554
+ - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANY
2555
+ - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2556
+ - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2557
+ - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2558
+ - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
2559
+ - OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2560
+ - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2561
+ - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2562
+ *====================================================================*/
601
2563
 
602
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
603
2564
 
604
- * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
605
2565
 
606
- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
2566
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
607
2567
 
608
- * Neither the name of the Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
2568
+ libjpeg-turbo
609
2569
 
610
- THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION ""AS IS"" AND ANY
611
- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
612
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
613
- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR
614
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
615
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
616
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
617
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
618
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
619
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
620
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2570
+ Version 2.1.2
2571
+ (https://github.com/libjpeg-turbo/libjpeg-turbo)
621
2572
 
2573
+ libjpeg-turbo Licenses
2574
+ ======================
622
2575
 
2576
+ libjpeg-turbo is covered by three compatible BSD-style open source licenses:
623
2577
 
624
- OpenCV
2578
+ - The IJG (Independent JPEG Group) License, which is listed in
2579
+ [README.ijg](README.ijg)
625
2580
 
626
- Version 4.4.0
627
- (https://github.com/opencv/opencv)
2581
+ This license applies to the libjpeg API library and associated programs
2582
+ (any code inherited from libjpeg, and any modifications to that code.)
628
2583
 
629
- By downloading, copying, installing or using the software you agree to this license.
630
- If you do not agree to this license, do not download, install,
631
- copy or use the software.
2584
+ - The Modified (3-clause) BSD License, which is listed below
632
2585
 
633
- License Agreement
634
- For Open Source Computer Vision Library
635
- (3-clause BSD License)
2586
+ This license covers the TurboJPEG API library and associated programs, as
2587
+ well as the build system.
636
2588
 
637
- Copyright (C) 2000-2019, Intel Corporation, all rights reserved.
638
- Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved.
639
- Copyright (C) 2009-2016, NVIDIA Corporation, all rights reserved.
640
- Copyright (C) 2010-2013, Advanced Micro Devices, Inc., all rights reserved.
641
- Copyright (C) 2015-2016, OpenCV Foundation, all rights reserved.
642
- Copyright (C) 2015-2016, Itseez Inc., all rights reserved.
643
- Third party copyrights are property of their respective owners.
2589
+ - The [zlib License](https://opensource.org/licenses/Zlib)
644
2590
 
645
- Redistribution and use in source and binary forms, with or without modification,
646
- are permitted provided that the following conditions are met:
2591
+ This license is a subset of the other two, and it covers the libjpeg-turbo
2592
+ SIMD extensions.
647
2593
 
648
- * Redistributions of source code must retain the above copyright notice,
649
- this list of conditions and the following disclaimer.
650
2594
 
651
- * Redistributions in binary form must reproduce the above copyright notice,
652
- this list of conditions and the following disclaimer in the documentation
653
- and/or other materials provided with the distribution.
2595
+ Complying with the libjpeg-turbo Licenses
2596
+ =========================================
654
2597
 
655
- * Neither the names of the copyright holders nor the names of the contributors
656
- may be used to endorse or promote products derived from this software
657
- without specific prior written permission.
2598
+ This section provides a roll-up of the libjpeg-turbo licensing terms, to the
2599
+ best of our understanding.
658
2600
 
659
- This software is provided by the copyright holders and contributors "as is" and
660
- any express or implied warranties, including, but not limited to, the implied
661
- warranties of merchantability and fitness for a particular purpose are disclaimed.
662
- In no event shall copyright holders or contributors be liable for any direct,
663
- indirect, incidental, special, exemplary, or consequential damages
664
- (including, but not limited to, procurement of substitute goods or services;
665
- loss of use, data, or profits; or business interruption) however caused
666
- and on any theory of liability, whether in contract, strict liability,
667
- or tort (including negligence or otherwise) arising in any way out of
668
- the use of this software, even if advised of the possibility of such damage.
2601
+ 1. If you are distributing a modified version of the libjpeg-turbo source,
2602
+ then:
669
2603
 
2604
+ 1. You cannot alter or remove any existing copyright or license notices
2605
+ from the source.
670
2606
 
2607
+ **Origin**
2608
+ - Clause 1 of the IJG License
2609
+ - Clause 1 of the Modified BSD License
2610
+ - Clauses 1 and 3 of the zlib License
671
2611
 
672
- OpenJPEG
2612
+ 2. You must add your own copyright notice to the header of each source
2613
+ file you modified, so others can tell that you modified that file (if
2614
+ there is not an existing copyright header in that file, then you can
2615
+ simply add a notice stating that you modified the file.)
673
2616
 
674
- Version 2.3.1
675
- (https://github.com/uclouvain/openjpeg)
2617
+ **Origin**
2618
+ - Clause 1 of the IJG License
2619
+ - Clause 2 of the zlib License
676
2620
 
677
- The copyright in this software is being made available under the 2-clauses
678
- BSD License, included below. This software may be subject to other third
679
- party and contributor rights, including patent rights, and no such rights
680
- are granted under this license.
2621
+ 3. You must include the IJG README file, and you must not alter any of the
2622
+ copyright or license text in that file.
681
2623
 
682
- Copyright (c) 2002-2014, Universite catholique de Louvain (UCL), Belgium
683
- Copyright (c) 2002-2014, Professor Benoit Macq
684
- Copyright (c) 2003-2014, Antonin Descampe
685
- Copyright (c) 2003-2009, Francois-Olivier Devaux
686
- Copyright (c) 2005, Herve Drolon, FreeImage Team
687
- Copyright (c) 2002-2003, Yannick Verschueren
688
- Copyright (c) 2001-2003, David Janssens
689
- Copyright (c) 2011-2012, Centre National d'Etudes Spatiales (CNES), France
690
- Copyright (c) 2012, CS Systemes d'Information, France
2624
+ **Origin**
2625
+ - Clause 1 of the IJG License
691
2626
 
692
- All rights reserved.
2627
+ 2. If you are distributing only libjpeg-turbo binaries without the source, or
2628
+ if you are distributing an application that statically links with
2629
+ libjpeg-turbo, then:
2630
+
2631
+ 1. Your product documentation must include a message stating:
2632
+
2633
+ This software is based in part on the work of the Independent JPEG
2634
+ Group.
2635
+
2636
+ **Origin**
2637
+ - Clause 2 of the IJG license
2638
+
2639
+ 2. If your binary distribution includes or uses the TurboJPEG API, then
2640
+ your product documentation must include the text of the Modified BSD
2641
+ License (see below.)
2642
+
2643
+ **Origin**
2644
+ - Clause 2 of the Modified BSD License
2645
+
2646
+ 3. You cannot use the name of the IJG or The libjpeg-turbo Project or the
2647
+ contributors thereof in advertising, publicity, etc.
2648
+
2649
+ **Origin**
2650
+ - IJG License
2651
+ - Clause 3 of the Modified BSD License
2652
+
2653
+ 4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be
2654
+ free of defects, nor do we accept any liability for undesirable
2655
+ consequences resulting from your use of the software.
2656
+
2657
+ **Origin**
2658
+ - IJG License
2659
+ - Modified BSD License
2660
+ - zlib License
2661
+
2662
+
2663
+ The Modified (3-clause) BSD License
2664
+ ===================================
2665
+
2666
+ Copyright (C)2009-2021 D. R. Commander. All Rights Reserved.<br>
2667
+ Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
693
2668
 
694
2669
  Redistribution and use in source and binary forms, with or without
695
- modification, are permitted provided that the following conditions
696
- are met:
697
- 1. Redistributions of source code must retain the above copyright
698
- notice, this list of conditions and the following disclaimer.
699
- 2. Redistributions in binary form must reproduce the above copyright
700
- notice, this list of conditions and the following disclaimer in the
701
- documentation and/or other materials provided with the distribution.
702
-
703
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
2670
+ modification, are permitted provided that the following conditions are met:
2671
+
2672
+ - Redistributions of source code must retain the above copyright notice,
2673
+ this list of conditions and the following disclaimer.
2674
+ - Redistributions in binary form must reproduce the above copyright notice,
2675
+ this list of conditions and the following disclaimer in the documentation
2676
+ and/or other materials provided with the distribution.
2677
+ - Neither the name of the libjpeg-turbo Project nor the names of its
2678
+ contributors may be used to endorse or promote products derived from this
2679
+ software without specific prior written permission.
2680
+
2681
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
704
2682
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
705
2683
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
706
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
2684
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
707
2685
  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
708
2686
  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
709
2687
  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
@@ -713,66 +2691,202 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
713
2691
  POSSIBILITY OF SUCH DAMAGE.
714
2692
 
715
2693
 
2694
+ Why Three Licenses?
2695
+ ===================
2696
+
2697
+ The zlib License could have been used instead of the Modified (3-clause) BSD
2698
+ License, and since the IJG License effectively subsumes the distribution
2699
+ conditions of the zlib License, this would have effectively placed
2700
+ libjpeg-turbo binary distributions under the IJG License. However, the IJG
2701
+ License specifically refers to the Independent JPEG Group and does not extend
2702
+ attribution and endorsement protections to other entities. Thus, it was
2703
+ desirable to choose a license that granted us the same protections for new code
2704
+ that were granted to the IJG for code derived from their software.
2705
+
2706
+
2707
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2708
+
2709
+ libpng
2710
+
2711
+ Version 1.6.36
2712
+ (https://github.com/glennrp/libpng)
2713
+
2714
+ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
2715
+ =========================================
2716
+
2717
+ PNG Reference Library License version 2
2718
+ ---------------------------------------
2719
+
2720
+ * Copyright (c) 1995-2018 The PNG Reference Library Authors.
2721
+ * Copyright (c) 2018 Cosmin Truta.
2722
+ * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
2723
+ * Copyright (c) 1996-1997 Andreas Dilger.
2724
+ * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
2725
+
2726
+ The software is supplied "as is", without warranty of any kind,
2727
+ express or implied, including, without limitation, the warranties
2728
+ of merchantability, fitness for a particular purpose, title, and
2729
+ non-infringement. In no even shall the Copyright owners, or
2730
+ anyone distributing the software, be liable for any damages or
2731
+ other liability, whether in contract, tort or otherwise, arising
2732
+ from, out of, or in connection with the software, or the use or
2733
+ other dealings in the software, even if advised of the possibility
2734
+ of such damage.
2735
+
2736
+ Permission is hereby granted to use, copy, modify, and distribute
2737
+ this software, or portions hereof, for any purpose, without fee,
2738
+ subject to the following restrictions:
2739
+
2740
+ 1. The origin of this software must not be misrepresented; you
2741
+ must not claim that you wrote the original software. If you
2742
+ use this software in a product, an acknowledgment in the product
2743
+ documentation would be appreciated, but is not required.
2744
+
2745
+ 2. Altered source versions must be plainly marked as such, and must
2746
+ not be misrepresented as being the original software.
2747
+
2748
+ 3. This Copyright notice may not be removed or altered from any
2749
+ source or altered source distribution.
2750
+
2751
+
2752
+ PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)
2753
+ -----------------------------------------------------------------------
716
2754
 
717
- BOOST C++ Libraries
718
-
719
- Version 1.73
720
- (https://github.com/boostorg/boost)
721
-
722
- This library is distributed under the terms of the following license: https://www.boost.org/LICENSE_1_0.txt
723
-
724
- Boost Software License - Version 1.0 - August 17th, 2003
725
-
726
- Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:
727
-
728
- The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative
729
- works are solely in the form of machine-executable object code generated by a source language processor.
730
-
731
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
732
-
2755
+ libpng versions 1.0.7, July 1, 2000 through 1.6.35, July 15, 2018 are
2756
+ Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
2757
+ derived from libpng-1.0.6, and are distributed according to the same
2758
+ disclaimer and license as libpng-1.0.6 with the following individuals
2759
+ added to the list of Contributing Authors:
733
2760
 
2761
+ Simon-Pierre Cadieux
2762
+ Eric S. Raymond
2763
+ Mans Rullgard
2764
+ Cosmin Truta
2765
+ Gilles Vollant
2766
+ James Yu
2767
+ Mandar Sahastrabuddhe
2768
+ Google Inc.
2769
+ Vadim Barkov
734
2770
 
735
- Filesystem.hpp
2771
+ and with the following additions to the disclaimer:
736
2772
 
737
- (https://github.com/bin-build/filesystem)
738
- Copyright (c) 2015-2017, Wenzel Jakob
739
- Copyright (c) 2017, Josh Junon
740
- All rights reserved.
2773
+ There is no warranty against interference with your enjoyment of
2774
+ the library or against infringement. There is no warranty that our
2775
+ efforts or the library will fulfill any of your particular purposes
2776
+ or needs. This library is provided with all faults, and the entire
2777
+ risk of satisfactory quality, performance, accuracy, and effort is
2778
+ with the user.
741
2779
 
742
- This library is distributed under the terms of a BSD 2-Clause License (https://github.com/bin-build/filesystem/blob/master/LICENSE)
2780
+ Some files in the "contrib" directory and some configure-generated
2781
+ files that are distributed with libpng have other copyright owners, and
2782
+ are released under other open source licenses.
743
2783
 
744
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2784
+ libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
2785
+ Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
2786
+ libpng-0.96, and are distributed according to the same disclaimer and
2787
+ license as libpng-0.96, with the following individuals added to the
2788
+ list of Contributing Authors:
745
2789
 
746
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
747
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
2790
+ Tom Lane
2791
+ Glenn Randers-Pehrson
2792
+ Willem van Schaik
2793
+
2794
+ libpng versions 0.89, June 1996, through 0.96, May 1997, are
2795
+ Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
2796
+ and are distributed according to the same disclaimer and license as
2797
+ libpng-0.88, with the following individuals added to the list of
2798
+ Contributing Authors:
2799
+
2800
+ John Bowler
2801
+ Kevin Bracey
2802
+ Sam Bushell
2803
+ Magnus Holmgren
2804
+ Greg Roelofs
2805
+ Tom Tanner
748
2806
 
749
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2807
+ Some files in the "scripts" directory have other copyright owners,
2808
+ but are released under this license.
2809
+
2810
+ libpng versions 0.5, May 1995, through 0.88, January 1996, are
2811
+ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
2812
+
2813
+ For the purposes of this copyright and license, "Contributing Authors"
2814
+ is defined as the following set of individuals:
2815
+
2816
+ Andreas Dilger
2817
+ Dave Martindale
2818
+ Guy Eric Schalnat
2819
+ Paul Schmidt
2820
+ Tim Wegner
2821
+
2822
+ The PNG Reference Library is supplied "AS IS". The Contributing
2823
+ Authors and Group 42, Inc. disclaim all warranties, expressed or
2824
+ implied, including, without limitation, the warranties of
2825
+ merchantability and of fitness for any purpose. The Contributing
2826
+ Authors and Group 42, Inc. assume no liability for direct, indirect,
2827
+ incidental, special, exemplary, or consequential damages, which may
2828
+ result from the use of the PNG Reference Library, even if advised of
2829
+ the possibility of such damage.
2830
+
2831
+ Permission is hereby granted to use, copy, modify, and distribute this
2832
+ source code, or portions hereof, for any purpose, without fee, subject
2833
+ to the following restrictions:
750
2834
 
2835
+ 1. The origin of this source code must not be misrepresented.
2836
+
2837
+ 2. Altered versions must be plainly marked as such and must not
2838
+ be misrepresented as being the original source.
751
2839
 
2840
+ 3. This Copyright notice may not be removed or altered from any
2841
+ source or altered source distribution.
752
2842
 
753
- JSON for Modern C++
2843
+ The Contributing Authors and Group 42, Inc. specifically permit,
2844
+ without fee, and encourage the use of this source code as a component
2845
+ to supporting the PNG file format in commercial products. If you use
2846
+ this source code in a product, acknowledgment is not required but would
2847
+ be appreciated.
2848
+
2849
+
2850
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2851
+
2852
+ libtiff
2853
+
2854
+ Version 4.2.0
2855
+ (https://libtiff.gitlab.io/libtiff/)
754
2856
 
755
- Version 3.6.1
756
- (https://github.com/nlohmann/json)
757
- Copyright (c) 2013-2018 Niels Lohmann http://nlohmann.me.
758
- This library is distributed under the terms of a MIT License (https://github.com/nlohmann/json/blob/develop/LICENSE.MIT)
2857
+ Copyright (c) 1988-1997 Sam Leffler
2858
+ Copyright (c) 1991-1997 Silicon Graphics, Inc.
759
2859
 
760
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2860
+ Permission to use, copy, modify, distribute, and sell this software and
2861
+ its documentation for any purpose is hereby granted without fee, provided
2862
+ that (i) the above copyright notices and this permission notice appear in
2863
+ all copies of the software and related documentation, and (ii) the names of
2864
+ Sam Leffler and Silicon Graphics may not be used in any advertising or
2865
+ publicity relating to the software without the specific, prior written
2866
+ permission of Sam Leffler and Silicon Graphics.
761
2867
 
762
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2868
+ THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
2869
+ EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
2870
+ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
763
2871
 
764
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2872
+ IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
2873
+ ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
2874
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
2875
+ WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
2876
+ LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
2877
+ OF THIS SOFTWARE.
765
2878
 
766
2879
 
2880
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
767
2881
 
768
2882
  Nameof C++
769
2883
 
770
- Version 0.8.3
2884
+ Version 0.10.1
771
2885
  (https://github.com/Neargye/nameof)
772
2886
 
773
2887
  MIT License
774
2888
 
775
- Copyright (c) 2016, 2018 - 2019 Daniil Goncharov
2889
+ Copyright (c) 2016, 2018 - 2021 Daniil Goncharov
776
2890
 
777
2891
  Permission is hereby granted, free of charge, to any person obtaining a copy
778
2892
  of this software and associated documentation files (the "Software"), to deal
@@ -793,51 +2907,939 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
793
2907
  SOFTWARE.
794
2908
 
795
2909
 
2910
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
796
2911
 
797
- ZXing-C++, C++ port of ZXing
2912
+ OpenCV
798
2913
 
799
- (https://github.com/nu-book/zxing-cpp)
2914
+ Version 4.5.3
2915
+ (https://github.com/opencv/opencv)
800
2916
 
801
- Copyright 2016 Nu-book Inc.
802
- Copyright 2016 ZXing authors
803
2917
 
2918
+ Apache License
2919
+ Version 2.0, January 2004
2920
+ http://www.apache.org/licenses/
2921
+
2922
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2923
+
2924
+ 1. Definitions.
2925
+
2926
+ "License" shall mean the terms and conditions for use, reproduction,
2927
+ and distribution as defined by Sections 1 through 9 of this document.
2928
+
2929
+ "Licensor" shall mean the copyright owner or entity authorized by
2930
+ the copyright owner that is granting the License.
2931
+
2932
+ "Legal Entity" shall mean the union of the acting entity and all
2933
+ other entities that control, are controlled by, or are under common
2934
+ control with that entity. For the purposes of this definition,
2935
+ "control" means (i) the power, direct or indirect, to cause the
2936
+ direction or management of such entity, whether by contract or
2937
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2938
+ outstanding shares, or (iii) beneficial ownership of such entity.
2939
+
2940
+ "You" (or "Your") shall mean an individual or Legal Entity
2941
+ exercising permissions granted by this License.
2942
+
2943
+ "Source" form shall mean the preferred form for making modifications,
2944
+ including but not limited to software source code, documentation
2945
+ source, and configuration files.
2946
+
2947
+ "Object" form shall mean any form resulting from mechanical
2948
+ transformation or translation of a Source form, including but
2949
+ not limited to compiled object code, generated documentation,
2950
+ and conversions to other media types.
2951
+
2952
+ "Work" shall mean the work of authorship, whether in Source or
2953
+ Object form, made available under the License, as indicated by a
2954
+ copyright notice that is included in or attached to the work
2955
+ (an example is provided in the Appendix below).
2956
+
2957
+ "Derivative Works" shall mean any work, whether in Source or Object
2958
+ form, that is based on (or derived from) the Work and for which the
2959
+ editorial revisions, annotations, elaborations, or other modifications
2960
+ represent, as a whole, an original work of authorship. For the purposes
2961
+ of this License, Derivative Works shall not include works that remain
2962
+ separable from, or merely link (or bind by name) to the interfaces of,
2963
+ the Work and Derivative Works thereof.
2964
+
2965
+ "Contribution" shall mean any work of authorship, including
2966
+ the original version of the Work and any modifications or additions
2967
+ to that Work or Derivative Works thereof, that is intentionally
2968
+ submitted to Licensor for inclusion in the Work by the copyright owner
2969
+ or by an individual or Legal Entity authorized to submit on behalf of
2970
+ the copyright owner. For the purposes of this definition, "submitted"
2971
+ means any form of electronic, verbal, or written communication sent
2972
+ to the Licensor or its representatives, including but not limited to
2973
+ communication on electronic mailing lists, source code control systems,
2974
+ and issue tracking systems that are managed by, or on behalf of, the
2975
+ Licensor for the purpose of discussing and improving the Work, but
2976
+ excluding communication that is conspicuously marked or otherwise
2977
+ designated in writing by the copyright owner as "Not a Contribution."
2978
+
2979
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2980
+ on behalf of whom a Contribution has been received by Licensor and
2981
+ subsequently incorporated within the Work.
2982
+
2983
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2984
+ this License, each Contributor hereby grants to You a perpetual,
2985
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2986
+ copyright license to reproduce, prepare Derivative Works of,
2987
+ publicly display, publicly perform, sublicense, and distribute the
2988
+ Work and such Derivative Works in Source or Object form.
2989
+
2990
+ 3. Grant of Patent License. Subject to the terms and conditions of
2991
+ this License, each Contributor hereby grants to You a perpetual,
2992
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2993
+ (except as stated in this section) patent license to make, have made,
2994
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2995
+ where such license applies only to those patent claims licensable
2996
+ by such Contributor that are necessarily infringed by their
2997
+ Contribution(s) alone or by combination of their Contribution(s)
2998
+ with the Work to which such Contribution(s) was submitted. If You
2999
+ institute patent litigation against any entity (including a
3000
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3001
+ or a Contribution incorporated within the Work constitutes direct
3002
+ or contributory patent infringement, then any patent licenses
3003
+ granted to You under this License for that Work shall terminate
3004
+ as of the date such litigation is filed.
3005
+
3006
+ 4. Redistribution. You may reproduce and distribute copies of the
3007
+ Work or Derivative Works thereof in any medium, with or without
3008
+ modifications, and in Source or Object form, provided that You
3009
+ meet the following conditions:
3010
+
3011
+ (a) You must give any other recipients of the Work or
3012
+ Derivative Works a copy of this License; and
3013
+
3014
+ (b) You must cause any modified files to carry prominent notices
3015
+ stating that You changed the files; and
3016
+
3017
+ (c) You must retain, in the Source form of any Derivative Works
3018
+ that You distribute, all copyright, patent, trademark, and
3019
+ attribution notices from the Source form of the Work,
3020
+ excluding those notices that do not pertain to any part of
3021
+ the Derivative Works; and
3022
+
3023
+ (d) If the Work includes a "NOTICE" text file as part of its
3024
+ distribution, then any Derivative Works that You distribute must
3025
+ include a readable copy of the attribution notices contained
3026
+ within such NOTICE file, excluding those notices that do not
3027
+ pertain to any part of the Derivative Works, in at least one
3028
+ of the following places: within a NOTICE text file distributed
3029
+ as part of the Derivative Works; within the Source form or
3030
+ documentation, if provided along with the Derivative Works; or,
3031
+ within a display generated by the Derivative Works, if and
3032
+ wherever such third-party notices normally appear. The contents
3033
+ of the NOTICE file are for informational purposes only and
3034
+ do not modify the License. You may add Your own attribution
3035
+ notices within Derivative Works that You distribute, alongside
3036
+ or as an addendum to the NOTICE text from the Work, provided
3037
+ that such additional attribution notices cannot be construed
3038
+ as modifying the License.
3039
+
3040
+ You may add Your own copyright statement to Your modifications and
3041
+ may provide additional or different license terms and conditions
3042
+ for use, reproduction, or distribution of Your modifications, or
3043
+ for any such Derivative Works as a whole, provided Your use,
3044
+ reproduction, and distribution of the Work otherwise complies with
3045
+ the conditions stated in this License.
3046
+
3047
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3048
+ any Contribution intentionally submitted for inclusion in the Work
3049
+ by You to the Licensor shall be under the terms and conditions of
3050
+ this License, without any additional terms or conditions.
3051
+ Notwithstanding the above, nothing herein shall supersede or modify
3052
+ the terms of any separate license agreement you may have executed
3053
+ with Licensor regarding such Contributions.
3054
+
3055
+ 6. Trademarks. This License does not grant permission to use the trade
3056
+ names, trademarks, service marks, or product names of the Licensor,
3057
+ except as required for reasonable and customary use in describing the
3058
+ origin of the Work and reproducing the content of the NOTICE file.
3059
+
3060
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3061
+ agreed to in writing, Licensor provides the Work (and each
3062
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3063
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3064
+ implied, including, without limitation, any warranties or conditions
3065
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3066
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3067
+ appropriateness of using or redistributing the Work and assume any
3068
+ risks associated with Your exercise of permissions under this License.
3069
+
3070
+ 8. Limitation of Liability. In no event and under no legal theory,
3071
+ whether in tort (including negligence), contract, or otherwise,
3072
+ unless required by applicable law (such as deliberate and grossly
3073
+ negligent acts) or agreed to in writing, shall any Contributor be
3074
+ liable to You for damages, including any direct, indirect, special,
3075
+ incidental, or consequential damages of any character arising as a
3076
+ result of this License or out of the use or inability to use the
3077
+ Work (including but not limited to damages for loss of goodwill,
3078
+ work stoppage, computer failure or malfunction, or any and all
3079
+ other commercial damages or losses), even if such Contributor
3080
+ has been advised of the possibility of such damages.
3081
+
3082
+ 9. Accepting Warranty or Additional Liability. While redistributing
3083
+ the Work or Derivative Works thereof, You may choose to offer,
3084
+ and charge a fee for, acceptance of support, warranty, indemnity,
3085
+ or other liability obligations and/or rights consistent with this
3086
+ License. However, in accepting such obligations, You may act only
3087
+ on Your own behalf and on Your sole responsibility, not on behalf
3088
+ of any other Contributor, and only if You agree to indemnify,
3089
+ defend, and hold each Contributor harmless for any liability
3090
+ incurred by, or claims asserted against, such Contributor by reason
3091
+ of your accepting any such warranty or additional liability.
3092
+
3093
+ END OF TERMS AND CONDITIONS
3094
+
3095
+ APPENDIX: How to apply the Apache License to your work.
3096
+
3097
+ To apply the Apache License to your work, attach the following
3098
+ boilerplate notice, with the fields enclosed by brackets "[]"
3099
+ replaced with your own identifying information. (Don't include
3100
+ the brackets!) The text should be enclosed in the appropriate
3101
+ comment syntax for the file format. We also recommend that a
3102
+ file or class name and description of purpose be included on the
3103
+ same "printed page" as the copyright notice for easier
3104
+ identification within third-party archives.
3105
+
3106
+ Copyright [yyyy] [name of copyright owner]
3107
+
3108
+ Licensed under the Apache License, Version 2.0 (the "License");
3109
+ you may not use this file except in compliance with the License.
3110
+ You may obtain a copy of the License at
3111
+
3112
+ http://www.apache.org/licenses/LICENSE-2.0
3113
+
3114
+ Unless required by applicable law or agreed to in writing, software
3115
+ distributed under the License is distributed on an "AS IS" BASIS,
3116
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3117
+ See the License for the specific language governing permissions and
3118
+ limitations under the License.
3119
+
3120
+
3121
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
3122
+
3123
+ OpenSSL
3124
+
3125
+ Version 1.1.0h
3126
+ (https://www.openssl.org)
3127
+
3128
+
3129
+ LICENSE ISSUES
3130
+ ==============
3131
+
3132
+ The OpenSSL toolkit stays under a double license, i.e. both the conditions of
3133
+ the OpenSSL License and the original SSLeay license apply to the toolkit.
3134
+ See below for the actual license texts.
3135
+
3136
+ OpenSSL License
3137
+ ---------------
3138
+
3139
+ /* ====================================================================
3140
+ * Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved.
3141
+ *
3142
+ * Redistribution and use in source and binary forms, with or without
3143
+ * modification, are permitted provided that the following conditions
3144
+ * are met:
3145
+ *
3146
+ * 1. Redistributions of source code must retain the above copyright
3147
+ * notice, this list of conditions and the following disclaimer.
3148
+ *
3149
+ * 2. Redistributions in binary form must reproduce the above copyright
3150
+ * notice, this list of conditions and the following disclaimer in
3151
+ * the documentation and/or other materials provided with the
3152
+ * distribution.
3153
+ *
3154
+ * 3. All advertising materials mentioning features or use of this
3155
+ * software must display the following acknowledgment:
3156
+ * "This product includes software developed by the OpenSSL Project
3157
+ * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
3158
+ *
3159
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
3160
+ * endorse or promote products derived from this software without
3161
+ * prior written permission. For written permission, please contact
3162
+ * openssl-core@openssl.org.
3163
+ *
3164
+ * 5. Products derived from this software may not be called "OpenSSL"
3165
+ * nor may "OpenSSL" appear in their names without prior written
3166
+ * permission of the OpenSSL Project.
3167
+ *
3168
+ * 6. Redistributions of any form whatsoever must retain the following
3169
+ * acknowledgment:
3170
+ * "This product includes software developed by the OpenSSL Project
3171
+ * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
3172
+ *
3173
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
3174
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3175
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3176
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
3177
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3178
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
3179
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3180
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3181
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
3182
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3183
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3184
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
3185
+ * ====================================================================
3186
+ *
3187
+ * This product includes cryptographic software written by Eric Young
3188
+ * (eay@cryptsoft.com). This product includes software written by Tim
3189
+ * Hudson (tjh@cryptsoft.com).
3190
+ *
3191
+ */
3192
+
3193
+ Original SSLeay License
3194
+ -----------------------
3195
+
3196
+ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3197
+ * All rights reserved.
3198
+ *
3199
+ * This package is an SSL implementation written
3200
+ * by Eric Young (eay@cryptsoft.com).
3201
+ * The implementation was written so as to conform with Netscapes SSL.
3202
+ *
3203
+ * This library is free for commercial and non-commercial use as long as
3204
+ * the following conditions are aheared to. The following conditions
3205
+ * apply to all code found in this distribution, be it the RC4, RSA,
3206
+ * lhash, DES, etc., code; not just the SSL code. The SSL documentation
3207
+ * included with this distribution is covered by the same copyright terms
3208
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
3209
+ *
3210
+ * Copyright remains Eric Young's, and as such any Copyright notices in
3211
+ * the code are not to be removed.
3212
+ * If this package is used in a product, Eric Young should be given attribution
3213
+ * as the author of the parts of the library used.
3214
+ * This can be in the form of a textual message at program startup or
3215
+ * in documentation (online or textual) provided with the package.
3216
+ *
3217
+ * Redistribution and use in source and binary forms, with or without
3218
+ * modification, are permitted provided that the following conditions
3219
+ * are met:
3220
+ * 1. Redistributions of source code must retain the copyright
3221
+ * notice, this list of conditions and the following disclaimer.
3222
+ * 2. Redistributions in binary form must reproduce the above copyright
3223
+ * notice, this list of conditions and the following disclaimer in the
3224
+ * documentation and/or other materials provided with the distribution.
3225
+ * 3. All advertising materials mentioning features or use of this software
3226
+ * must display the following acknowledgement:
3227
+ * "This product includes cryptographic software written by
3228
+ * Eric Young (eay@cryptsoft.com)"
3229
+ * The word 'cryptographic' can be left out if the rouines from the library
3230
+ * being used are not cryptographic related :-).
3231
+ * 4. If you include any Windows specific code (or a derivative thereof) from
3232
+ * the apps directory (application code) you must include an acknowledgement:
3233
+ * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
3234
+ *
3235
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
3236
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3237
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3238
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3239
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3240
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3241
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3242
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3243
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3244
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3245
+ * SUCH DAMAGE.
3246
+ *
3247
+ * The licence and distribution terms for any publically available version or
3248
+ * derivative of this code cannot be changed. i.e. this code cannot simply be
3249
+ * copied and put under another distribution licence
3250
+ * [including the GNU Public Licence.]
3251
+ */
3252
+
3253
+
3254
+
3255
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
3256
+
3257
+ Skia
3258
+
3259
+ Version 47b4b19
3260
+ (https://github.com/google/skia)
3261
+
3262
+ Copyright (c) 2011 Google Inc. All rights reserved.
804
3263
 
805
- Licensed under the Apache License, Version 2.0 (the "License");
806
- you may not use this file except in compliance with the License.
807
- You may obtain a copy of the License at
3264
+ Redistribution and use in source and binary forms, with or without
3265
+ modification, are permitted provided that the following conditions are
3266
+ met:
3267
+
3268
+ * Redistributions of source code must retain the above copyright
3269
+ notice, this list of conditions and the following disclaimer.
3270
+
3271
+ * Redistributions in binary form must reproduce the above copyright
3272
+ notice, this list of conditions and the following disclaimer in
3273
+ the documentation and/or other materials provided with the
3274
+ distribution.
3275
+
3276
+ * Neither the name of the copyright holder nor the names of its
3277
+ contributors may be used to endorse or promote products derived
3278
+ from this software without specific prior written permission.
3279
+
3280
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3281
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3282
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3283
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3284
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3285
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3286
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3287
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3288
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3289
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3290
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
808
3291
 
809
- http://www.apache.org/licenses/LICENSE-2.0
810
3292
 
811
- Unless required by applicable law or agreed to in writing, software
812
- distributed under the License is distributed on an "AS IS" BASIS,
813
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
814
- See the License for the specific language governing permissions and
815
- limitations under the License.
3293
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
3294
+
3295
+ spdlog
3296
+
3297
+ Version 1.9.2
3298
+ (https://github.com/gabime/spdlog)
3299
+
3300
+ The MIT License (MIT)
3301
+
3302
+ Copyright (c) 2016 Gabi Melman.
3303
+
3304
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3305
+ of this software and associated documentation files (the "Software"), to deal
3306
+ in the Software without restriction, including without limitation the rights
3307
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3308
+ copies of the Software, and to permit persons to whom the Software is
3309
+ furnished to do so, subject to the following conditions:
3310
+
3311
+ The above copyright notice and this permission notice shall be included in
3312
+ all copies or substantial portions of the Software.
3313
+
3314
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3315
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3316
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3317
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3318
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3319
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3320
+ THE SOFTWARE.
816
3321
 
3322
+ -- NOTE: Third party dependency used by this software --
3323
+ This software depends on the fmt lib (MIT License),
3324
+ and users must comply to its license: https://github.com/fmtlib/fmt/blob/master/LICENSE.rst
817
3325
 
818
3326
 
819
- TensorFlow
820
3327
 
821
- Version based on GitHub commit a4dfb8d1a71
3328
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
3329
+
3330
+ Tensorflow
3331
+
3332
+ Version 339ccc2b03
822
3333
  (https://github.com/tensorflow/tensorflow)
823
3334
 
824
- Licensed under the Apache License, Version 2.0 (the "License");
825
- you may not use this file except in compliance with the License.
826
- You may obtain a copy of the License at
3335
+ Apache License
3336
+ Version 2.0, January 2004
3337
+ http://www.apache.org/licenses/
3338
+
3339
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3340
+
3341
+ 1. Definitions.
3342
+
3343
+ "License" shall mean the terms and conditions for use, reproduction,
3344
+ and distribution as defined by Sections 1 through 9 of this document.
3345
+
3346
+ "Licensor" shall mean the copyright owner or entity authorized by
3347
+ the copyright owner that is granting the License.
3348
+
3349
+ "Legal Entity" shall mean the union of the acting entity and all
3350
+ other entities that control, are controlled by, or are under common
3351
+ control with that entity. For the purposes of this definition,
3352
+ "control" means (i) the power, direct or indirect, to cause the
3353
+ direction or management of such entity, whether by contract or
3354
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3355
+ outstanding shares, or (iii) beneficial ownership of such entity.
3356
+
3357
+ "You" (or "Your") shall mean an individual or Legal Entity
3358
+ exercising permissions granted by this License.
3359
+
3360
+ "Source" form shall mean the preferred form for making modifications,
3361
+ including but not limited to software source code, documentation
3362
+ source, and configuration files.
3363
+
3364
+ "Object" form shall mean any form resulting from mechanical
3365
+ transformation or translation of a Source form, including but
3366
+ not limited to compiled object code, generated documentation,
3367
+ and conversions to other media types.
3368
+
3369
+ "Work" shall mean the work of authorship, whether in Source or
3370
+ Object form, made available under the License, as indicated by a
3371
+ copyright notice that is included in or attached to the work
3372
+ (an example is provided in the Appendix below).
3373
+
3374
+ "Derivative Works" shall mean any work, whether in Source or Object
3375
+ form, that is based on (or derived from) the Work and for which the
3376
+ editorial revisions, annotations, elaborations, or other modifications
3377
+ represent, as a whole, an original work of authorship. For the purposes
3378
+ of this License, Derivative Works shall not include works that remain
3379
+ separable from, or merely link (or bind by name) to the interfaces of,
3380
+ the Work and Derivative Works thereof.
3381
+
3382
+ "Contribution" shall mean any work of authorship, including
3383
+ the original version of the Work and any modifications or additions
3384
+ to that Work or Derivative Works thereof, that is intentionally
3385
+ submitted to Licensor for inclusion in the Work by the copyright owner
3386
+ or by an individual or Legal Entity authorized to submit on behalf of
3387
+ the copyright owner. For the purposes of this definition, "submitted"
3388
+ means any form of electronic, verbal, or written communication sent
3389
+ to the Licensor or its representatives, including but not limited to
3390
+ communication on electronic mailing lists, source code control systems,
3391
+ and issue tracking systems that are managed by, or on behalf of, the
3392
+ Licensor for the purpose of discussing and improving the Work, but
3393
+ excluding communication that is conspicuously marked or otherwise
3394
+ designated in writing by the copyright owner as "Not a Contribution."
3395
+
3396
+ "Contributor" shall mean Licensor and any individual or Legal Entity
3397
+ on behalf of whom a Contribution has been received by Licensor and
3398
+ subsequently incorporated within the Work.
3399
+
3400
+ 2. Grant of Copyright License. Subject to the terms and conditions of
3401
+ this License, each Contributor hereby grants to You a perpetual,
3402
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3403
+ copyright license to reproduce, prepare Derivative Works of,
3404
+ publicly display, publicly perform, sublicense, and distribute the
3405
+ Work and such Derivative Works in Source or Object form.
3406
+
3407
+ 3. Grant of Patent License. Subject to the terms and conditions of
3408
+ this License, each Contributor hereby grants to You a perpetual,
3409
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3410
+ (except as stated in this section) patent license to make, have made,
3411
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3412
+ where such license applies only to those patent claims licensable
3413
+ by such Contributor that are necessarily infringed by their
3414
+ Contribution(s) alone or by combination of their Contribution(s)
3415
+ with the Work to which such Contribution(s) was submitted. If You
3416
+ institute patent litigation against any entity (including a
3417
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3418
+ or a Contribution incorporated within the Work constitutes direct
3419
+ or contributory patent infringement, then any patent licenses
3420
+ granted to You under this License for that Work shall terminate
3421
+ as of the date such litigation is filed.
3422
+
3423
+ 4. Redistribution. You may reproduce and distribute copies of the
3424
+ Work or Derivative Works thereof in any medium, with or without
3425
+ modifications, and in Source or Object form, provided that You
3426
+ meet the following conditions:
3427
+
3428
+ (a) You must give any other recipients of the Work or
3429
+ Derivative Works a copy of this License; and
3430
+
3431
+ (b) You must cause any modified files to carry prominent notices
3432
+ stating that You changed the files; and
3433
+
3434
+ (c) You must retain, in the Source form of any Derivative Works
3435
+ that You distribute, all copyright, patent, trademark, and
3436
+ attribution notices from the Source form of the Work,
3437
+ excluding those notices that do not pertain to any part of
3438
+ the Derivative Works; and
3439
+
3440
+ (d) If the Work includes a "NOTICE" text file as part of its
3441
+ distribution, then any Derivative Works that You distribute must
3442
+ include a readable copy of the attribution notices contained
3443
+ within such NOTICE file, excluding those notices that do not
3444
+ pertain to any part of the Derivative Works, in at least one
3445
+ of the following places: within a NOTICE text file distributed
3446
+ as part of the Derivative Works; within the Source form or
3447
+ documentation, if provided along with the Derivative Works; or,
3448
+ within a display generated by the Derivative Works, if and
3449
+ wherever such third-party notices normally appear. The contents
3450
+ of the NOTICE file are for informational purposes only and
3451
+ do not modify the License. You may add Your own attribution
3452
+ notices within Derivative Works that You distribute, alongside
3453
+ or as an addendum to the NOTICE text from the Work, provided
3454
+ that such additional attribution notices cannot be construed
3455
+ as modifying the License.
3456
+
3457
+ You may add Your own copyright statement to Your modifications and
3458
+ may provide additional or different license terms and conditions
3459
+ for use, reproduction, or distribution of Your modifications, or
3460
+ for any such Derivative Works as a whole, provided Your use,
3461
+ reproduction, and distribution of the Work otherwise complies with
3462
+ the conditions stated in this License.
3463
+
3464
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3465
+ any Contribution intentionally submitted for inclusion in the Work
3466
+ by You to the Licensor shall be under the terms and conditions of
3467
+ this License, without any additional terms or conditions.
3468
+ Notwithstanding the above, nothing herein shall supersede or modify
3469
+ the terms of any separate license agreement you may have executed
3470
+ with Licensor regarding such Contributions.
3471
+
3472
+ 6. Trademarks. This License does not grant permission to use the trade
3473
+ names, trademarks, service marks, or product names of the Licensor,
3474
+ except as required for reasonable and customary use in describing the
3475
+ origin of the Work and reproducing the content of the NOTICE file.
3476
+
3477
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3478
+ agreed to in writing, Licensor provides the Work (and each
3479
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3480
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3481
+ implied, including, without limitation, any warranties or conditions
3482
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3483
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3484
+ appropriateness of using or redistributing the Work and assume any
3485
+ risks associated with Your exercise of permissions under this License.
3486
+
3487
+ 8. Limitation of Liability. In no event and under no legal theory,
3488
+ whether in tort (including negligence), contract, or otherwise,
3489
+ unless required by applicable law (such as deliberate and grossly
3490
+ negligent acts) or agreed to in writing, shall any Contributor be
3491
+ liable to You for damages, including any direct, indirect, special,
3492
+ incidental, or consequential damages of any character arising as a
3493
+ result of this License or out of the use or inability to use the
3494
+ Work (including but not limited to damages for loss of goodwill,
3495
+ work stoppage, computer failure or malfunction, or any and all
3496
+ other commercial damages or losses), even if such Contributor
3497
+ has been advised of the possibility of such damages.
3498
+
3499
+ 9. Accepting Warranty or Additional Liability. While redistributing
3500
+ the Work or Derivative Works thereof, You may choose to offer,
3501
+ and charge a fee for, acceptance of support, warranty, indemnity,
3502
+ or other liability obligations and/or rights consistent with this
3503
+ License. However, in accepting such obligations, You may act only
3504
+ on Your own behalf and on Your sole responsibility, not on behalf
3505
+ of any other Contributor, and only if You agree to indemnify,
3506
+ defend, and hold each Contributor harmless for any liability
3507
+ incurred by, or claims asserted against, such Contributor by reason
3508
+ of your accepting any such warranty or additional liability.
3509
+
3510
+ END OF TERMS AND CONDITIONS
3511
+
3512
+ APPENDIX: How to apply the Apache License to your work.
3513
+
3514
+ To apply the Apache License to your work, attach the following
3515
+ boilerplate notice, with the fields enclosed by brackets "[]"
3516
+ replaced with your own identifying information. (Don't include
3517
+ the brackets!) The text should be enclosed in the appropriate
3518
+ comment syntax for the file format. We also recommend that a
3519
+ file or class name and description of purpose be included on the
3520
+ same "printed page" as the copyright notice for easier
3521
+ identification within third-party archives.
3522
+
3523
+ Copyright [yyyy] [name of copyright owner]
3524
+
3525
+ Licensed under the Apache License, Version 2.0 (the "License");
3526
+ you may not use this file except in compliance with the License.
3527
+ You may obtain a copy of the License at
3528
+
3529
+ http://www.apache.org/licenses/LICENSE-2.0
3530
+
3531
+ Unless required by applicable law or agreed to in writing, software
3532
+ distributed under the License is distributed on an "AS IS" BASIS,
3533
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3534
+ See the License for the specific language governing permissions and
3535
+ limitations under the License.
3536
+
3537
+ ## Some of TensorFlow's code is derived from Caffe, which is subject to the following copyright notice:
3538
+
3539
+ COPYRIGHT
3540
+
3541
+ All contributions by the University of California:
3542
+
3543
+ Copyright (c) 2014, The Regents of the University of California (Regents)
3544
+ All rights reserved.
827
3545
 
828
- http://www.apache.org/licenses/LICENSE-2.0
3546
+ All other contributions:
829
3547
 
830
- Unless required by applicable law or agreed to in writing, software
831
- distributed under the License is distributed on an "AS IS" BASIS,
832
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
833
- See the License for the specific language governing permissions and
834
- limitations under the License.
3548
+ Copyright (c) 2014, the respective contributors
3549
+ All rights reserved.
3550
+
3551
+ Caffe uses a shared copyright model: each contributor holds copyright over
3552
+ their contributions to Caffe. The project versioning records all such
3553
+ contribution and copyright details. If a contributor wants to further mark
3554
+ their specific copyright on a particular contribution, they should indicate
3555
+ their copyright solely in the commit message of the change when it is
3556
+ committed.
3557
+
3558
+ LICENSE
3559
+
3560
+ Redistribution and use in source and binary forms, with or without
3561
+ modification, are permitted provided that the following conditions are met:
3562
+
3563
+ 1. Redistributions of source code must retain the above copyright notice, this
3564
+ list of conditions and the following disclaimer.
3565
+
3566
+ 2. Redistributions in binary form must reproduce the above copyright notice,
3567
+ this list of conditions and the following disclaimer in the documentation
3568
+ and/or other materials provided with the distribution.
3569
+
3570
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3571
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3572
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3573
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
3574
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3575
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3576
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3577
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3578
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3579
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3580
+
3581
+ CONTRIBUTION AGREEMENT
3582
+
3583
+ By contributing to the BVLC/caffe repository through pull-request, comment,
3584
+ or otherwise, the contributor releases their content to the
3585
+ license and copyright terms herein.
3586
+
3587
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
3588
+
3589
+ Tesseract
3590
+
3591
+ Version 4.1.3
3592
+ (https://github.com/tesseract-ocr/tesseract)
3593
+
3594
+
3595
+ Apache License
3596
+ Version 2.0, January 2004
3597
+ http://www.apache.org/licenses/
3598
+
3599
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3600
+
3601
+ 1. Definitions.
3602
+
3603
+ "License" shall mean the terms and conditions for use, reproduction,
3604
+ and distribution as defined by Sections 1 through 9 of this document.
3605
+
3606
+ "Licensor" shall mean the copyright owner or entity authorized by
3607
+ the copyright owner that is granting the License.
3608
+
3609
+ "Legal Entity" shall mean the union of the acting entity and all
3610
+ other entities that control, are controlled by, or are under common
3611
+ control with that entity. For the purposes of this definition,
3612
+ "control" means (i) the power, direct or indirect, to cause the
3613
+ direction or management of such entity, whether by contract or
3614
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3615
+ outstanding shares, or (iii) beneficial ownership of such entity.
3616
+
3617
+ "You" (or "Your") shall mean an individual or Legal Entity
3618
+ exercising permissions granted by this License.
3619
+
3620
+ "Source" form shall mean the preferred form for making modifications,
3621
+ including but not limited to software source code, documentation
3622
+ source, and configuration files.
3623
+
3624
+ "Object" form shall mean any form resulting from mechanical
3625
+ transformation or translation of a Source form, including but
3626
+ not limited to compiled object code, generated documentation,
3627
+ and conversions to other media types.
3628
+
3629
+ "Work" shall mean the work of authorship, whether in Source or
3630
+ Object form, made available under the License, as indicated by a
3631
+ copyright notice that is included in or attached to the work
3632
+ (an example is provided in the Appendix below).
3633
+
3634
+ "Derivative Works" shall mean any work, whether in Source or Object
3635
+ form, that is based on (or derived from) the Work and for which the
3636
+ editorial revisions, annotations, elaborations, or other modifications
3637
+ represent, as a whole, an original work of authorship. For the purposes
3638
+ of this License, Derivative Works shall not include works that remain
3639
+ separable from, or merely link (or bind by name) to the interfaces of,
3640
+ the Work and Derivative Works thereof.
3641
+
3642
+ "Contribution" shall mean any work of authorship, including
3643
+ the original version of the Work and any modifications or additions
3644
+ to that Work or Derivative Works thereof, that is intentionally
3645
+ submitted to Licensor for inclusion in the Work by the copyright owner
3646
+ or by an individual or Legal Entity authorized to submit on behalf of
3647
+ the copyright owner. For the purposes of this definition, "submitted"
3648
+ means any form of electronic, verbal, or written communication sent
3649
+ to the Licensor or its representatives, including but not limited to
3650
+ communication on electronic mailing lists, source code control systems,
3651
+ and issue tracking systems that are managed by, or on behalf of, the
3652
+ Licensor for the purpose of discussing and improving the Work, but
3653
+ excluding communication that is conspicuously marked or otherwise
3654
+ designated in writing by the copyright owner as "Not a Contribution."
3655
+
3656
+ "Contributor" shall mean Licensor and any individual or Legal Entity
3657
+ on behalf of whom a Contribution has been received by Licensor and
3658
+ subsequently incorporated within the Work.
3659
+
3660
+ 2. Grant of Copyright License. Subject to the terms and conditions of
3661
+ this License, each Contributor hereby grants to You a perpetual,
3662
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3663
+ copyright license to reproduce, prepare Derivative Works of,
3664
+ publicly display, publicly perform, sublicense, and distribute the
3665
+ Work and such Derivative Works in Source or Object form.
3666
+
3667
+ 3. Grant of Patent License. Subject to the terms and conditions of
3668
+ this License, each Contributor hereby grants to You a perpetual,
3669
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3670
+ (except as stated in this section) patent license to make, have made,
3671
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3672
+ where such license applies only to those patent claims licensable
3673
+ by such Contributor that are necessarily infringed by their
3674
+ Contribution(s) alone or by combination of their Contribution(s)
3675
+ with the Work to which such Contribution(s) was submitted. If You
3676
+ institute patent litigation against any entity (including a
3677
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3678
+ or a Contribution incorporated within the Work constitutes direct
3679
+ or contributory patent infringement, then any patent licenses
3680
+ granted to You under this License for that Work shall terminate
3681
+ as of the date such litigation is filed.
3682
+
3683
+ 4. Redistribution. You may reproduce and distribute copies of the
3684
+ Work or Derivative Works thereof in any medium, with or without
3685
+ modifications, and in Source or Object form, provided that You
3686
+ meet the following conditions:
3687
+
3688
+ (a) You must give any other recipients of the Work or
3689
+ Derivative Works a copy of this License; and
3690
+
3691
+ (b) You must cause any modified files to carry prominent notices
3692
+ stating that You changed the files; and
3693
+
3694
+ (c) You must retain, in the Source form of any Derivative Works
3695
+ that You distribute, all copyright, patent, trademark, and
3696
+ attribution notices from the Source form of the Work,
3697
+ excluding those notices that do not pertain to any part of
3698
+ the Derivative Works; and
3699
+
3700
+ (d) If the Work includes a "NOTICE" text file as part of its
3701
+ distribution, then any Derivative Works that You distribute must
3702
+ include a readable copy of the attribution notices contained
3703
+ within such NOTICE file, excluding those notices that do not
3704
+ pertain to any part of the Derivative Works, in at least one
3705
+ of the following places: within a NOTICE text file distributed
3706
+ as part of the Derivative Works; within the Source form or
3707
+ documentation, if provided along with the Derivative Works; or,
3708
+ within a display generated by the Derivative Works, if and
3709
+ wherever such third-party notices normally appear. The contents
3710
+ of the NOTICE file are for informational purposes only and
3711
+ do not modify the License. You may add Your own attribution
3712
+ notices within Derivative Works that You distribute, alongside
3713
+ or as an addendum to the NOTICE text from the Work, provided
3714
+ that such additional attribution notices cannot be construed
3715
+ as modifying the License.
3716
+
3717
+ You may add Your own copyright statement to Your modifications and
3718
+ may provide additional or different license terms and conditions
3719
+ for use, reproduction, or distribution of Your modifications, or
3720
+ for any such Derivative Works as a whole, provided Your use,
3721
+ reproduction, and distribution of the Work otherwise complies with
3722
+ the conditions stated in this License.
3723
+
3724
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3725
+ any Contribution intentionally submitted for inclusion in the Work
3726
+ by You to the Licensor shall be under the terms and conditions of
3727
+ this License, without any additional terms or conditions.
3728
+ Notwithstanding the above, nothing herein shall supersede or modify
3729
+ the terms of any separate license agreement you may have executed
3730
+ with Licensor regarding such Contributions.
3731
+
3732
+ 6. Trademarks. This License does not grant permission to use the trade
3733
+ names, trademarks, service marks, or product names of the Licensor,
3734
+ except as required for reasonable and customary use in describing the
3735
+ origin of the Work and reproducing the content of the NOTICE file.
3736
+
3737
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3738
+ agreed to in writing, Licensor provides the Work (and each
3739
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3740
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3741
+ implied, including, without limitation, any warranties or conditions
3742
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3743
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3744
+ appropriateness of using or redistributing the Work and assume any
3745
+ risks associated with Your exercise of permissions under this License.
3746
+
3747
+ 8. Limitation of Liability. In no event and under no legal theory,
3748
+ whether in tort (including negligence), contract, or otherwise,
3749
+ unless required by applicable law (such as deliberate and grossly
3750
+ negligent acts) or agreed to in writing, shall any Contributor be
3751
+ liable to You for damages, including any direct, indirect, special,
3752
+ incidental, or consequential damages of any character arising as a
3753
+ result of this License or out of the use or inability to use the
3754
+ Work (including but not limited to damages for loss of goodwill,
3755
+ work stoppage, computer failure or malfunction, or any and all
3756
+ other commercial damages or losses), even if such Contributor
3757
+ has been advised of the possibility of such damages.
3758
+
3759
+ 9. Accepting Warranty or Additional Liability. While redistributing
3760
+ the Work or Derivative Works thereof, You may choose to offer,
3761
+ and charge a fee for, acceptance of support, warranty, indemnity,
3762
+ or other liability obligations and/or rights consistent with this
3763
+ License. However, in accepting such obligations, You may act only
3764
+ on Your own behalf and on Your sole responsibility, not on behalf
3765
+ of any other Contributor, and only if You agree to indemnify,
3766
+ defend, and hold each Contributor harmless for any liability
3767
+ incurred by, or claims asserted against, such Contributor by reason
3768
+ of your accepting any such warranty or additional liability.
3769
+
3770
+ END OF TERMS AND CONDITIONS
3771
+
3772
+ APPENDIX: How to apply the Apache License to your work.
3773
+
3774
+ To apply the Apache License to your work, attach the following
3775
+ boilerplate notice, with the fields enclosed by brackets "[]"
3776
+ replaced with your own identifying information. (Don't include
3777
+ the brackets!) The text should be enclosed in the appropriate
3778
+ comment syntax for the file format. We also recommend that a
3779
+ file or class name and description of purpose be included on the
3780
+ same "printed page" as the copyright notice for easier
3781
+ identification within third-party archives.
3782
+
3783
+ Copyright [yyyy] [name of copyright owner]
3784
+
3785
+ Licensed under the Apache License, Version 2.0 (the "License");
3786
+ you may not use this file except in compliance with the License.
3787
+ You may obtain a copy of the License at
3788
+
3789
+ http://www.apache.org/licenses/LICENSE-2.0
3790
+
3791
+ Unless required by applicable law or agreed to in writing, software
3792
+ distributed under the License is distributed on an "AS IS" BASIS,
3793
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3794
+ See the License for the specific language governing permissions and
3795
+ limitations under the License.
3796
+
3797
+
3798
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
3799
+
3800
+ XNNPACK
3801
+
3802
+ Version fb8d1f1b2
3803
+ (https://github.com/google/XNNPACK)
3804
+
3805
+ BSD License
3806
+
3807
+ For XNNPACK software
3808
+
3809
+ Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
3810
+ Copyright 2019 Google LLC
3811
+
3812
+ Redistribution and use in source and binary forms, with or without modification,
3813
+ are permitted provided that the following conditions are met:
3814
+
3815
+ * Redistributions of source code must retain the above copyright notice, this
3816
+ list of conditions and the following disclaimer.
3817
+
3818
+ * Redistributions in binary form must reproduce the above copyright notice,
3819
+ this list of conditions and the following disclaimer in the documentation
3820
+ and/or other materials provided with the distribution.
3821
+
3822
+ * Neither the name Facebook nor the names of its contributors may be used to
3823
+ endorse or promote products derived from this software without specific
3824
+ prior written permission.
3825
+
3826
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3827
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3828
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3829
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
3830
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3831
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3832
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
3833
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3834
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3835
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
835
3836
 
836
3837
 
3838
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
837
3839
 
838
3840
  xsimd
839
3841
 
840
- Version based on GitHub commit 3d17850
3842
+ Version 3d17850e
841
3843
  (https://github.com/xtensor-stack/xsimd)
842
3844
 
843
3845
  Copyright (c) 2016, Johan Mabille, Sylvain Corlay, Wolf Vollprecht and Martin Renou
@@ -870,16 +3872,15 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
870
3872
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
871
3873
 
872
3874
 
3875
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
873
3876
 
874
- xtl
875
-
876
- Version based on GitHub commit e0f0066
877
- (https://github.com/xtensor-stack/xtl)
3877
+ xtensor
878
3878
 
879
- BSD 3-Clause License
3879
+ Version be35a267
3880
+ (https://github.com/doo/xtensor)
880
3881
 
881
- Copyright (c) 2017, Sylvain Corlay, Johan Mabille and Wolf Vollprecht
882
- Copyright (c) 2017, QuantStack
3882
+ Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
3883
+ Copyright (c) 2016, QuantStack
883
3884
  All rights reserved.
884
3885
 
885
3886
  Redistribution and use in source and binary forms, with or without
@@ -908,15 +3909,17 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
908
3909
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
909
3910
 
910
3911
 
3912
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
911
3913
 
912
- xtensor
3914
+ xtl
913
3915
 
914
- Version based on GitHub commit be35a26
915
- (https://github.com/doo/xtensor)
3916
+ Version e0f00666
3917
+ (https://github.com/xtensor-stack/xtl)
916
3918
 
3919
+ BSD 3-Clause License
917
3920
 
918
- Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
919
- Copyright (c) 2016, QuantStack
3921
+ Copyright (c) 2017, Sylvain Corlay, Johan Mabille and Wolf Vollprecht
3922
+ Copyright (c) 2017, QuantStack
920
3923
  All rights reserved.
921
3924
 
922
3925
  Redistribution and use in source and binary forms, with or without
@@ -945,35 +3948,211 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
945
3948
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
946
3949
 
947
3950
 
3951
+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
948
3952
 
949
- XNNPACK
950
-
951
- Version based on GitHub commit fb8d1f1b2
952
- (https://github.com/google/XNNPACK)
953
-
954
- BSD License
3953
+ ZXing-C++, C++ port of ZXing
955
3954
 
956
- For XNNPACK software
957
- Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
958
- Copyright 2019 Google LLC
3955
+ Version 1.1.0
3956
+ (https://github.com/nu-book/zxing-cpp)
959
3957
 
960
- Redistribution and use in source and binary forms, with or without modification,
961
- are permitted provided that the following conditions are met:
962
- * Redistributions of source code must retain the above copyright notice, this
963
- list of conditions and the following disclaimer.
964
- * Redistributions in binary form must reproduce the above copyright notice,
965
- this list of conditions and the following disclaimer in the documentation
966
- and/or other materials provided with the distribution.
967
- * Neither the name Facebook nor the names of its contributors may be used to
968
- endorse or promote products derived from this software without specific
969
- prior written permission.
970
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
971
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
972
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
973
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
974
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
975
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
976
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
977
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
978
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
979
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3958
+ Apache License
3959
+ Version 2.0, January 2004
3960
+ http://www.apache.org/licenses/
3961
+
3962
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3963
+
3964
+ 1. Definitions.
3965
+
3966
+ "License" shall mean the terms and conditions for use, reproduction,
3967
+ and distribution as defined by Sections 1 through 9 of this document.
3968
+
3969
+ "Licensor" shall mean the copyright owner or entity authorized by
3970
+ the copyright owner that is granting the License.
3971
+
3972
+ "Legal Entity" shall mean the union of the acting entity and all
3973
+ other entities that control, are controlled by, or are under common
3974
+ control with that entity. For the purposes of this definition,
3975
+ "control" means (i) the power, direct or indirect, to cause the
3976
+ direction or management of such entity, whether by contract or
3977
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3978
+ outstanding shares, or (iii) beneficial ownership of such entity.
3979
+
3980
+ "You" (or "Your") shall mean an individual or Legal Entity
3981
+ exercising permissions granted by this License.
3982
+
3983
+ "Source" form shall mean the preferred form for making modifications,
3984
+ including but not limited to software source code, documentation
3985
+ source, and configuration files.
3986
+
3987
+ "Object" form shall mean any form resulting from mechanical
3988
+ transformation or translation of a Source form, including but
3989
+ not limited to compiled object code, generated documentation,
3990
+ and conversions to other media types.
3991
+
3992
+ "Work" shall mean the work of authorship, whether in Source or
3993
+ Object form, made available under the License, as indicated by a
3994
+ copyright notice that is included in or attached to the work
3995
+ (an example is provided in the Appendix below).
3996
+
3997
+ "Derivative Works" shall mean any work, whether in Source or Object
3998
+ form, that is based on (or derived from) the Work and for which the
3999
+ editorial revisions, annotations, elaborations, or other modifications
4000
+ represent, as a whole, an original work of authorship. For the purposes
4001
+ of this License, Derivative Works shall not include works that remain
4002
+ separable from, or merely link (or bind by name) to the interfaces of,
4003
+ the Work and Derivative Works thereof.
4004
+
4005
+ "Contribution" shall mean any work of authorship, including
4006
+ the original version of the Work and any modifications or additions
4007
+ to that Work or Derivative Works thereof, that is intentionally
4008
+ submitted to Licensor for inclusion in the Work by the copyright owner
4009
+ or by an individual or Legal Entity authorized to submit on behalf of
4010
+ the copyright owner. For the purposes of this definition, "submitted"
4011
+ means any form of electronic, verbal, or written communication sent
4012
+ to the Licensor or its representatives, including but not limited to
4013
+ communication on electronic mailing lists, source code control systems,
4014
+ and issue tracking systems that are managed by, or on behalf of, the
4015
+ Licensor for the purpose of discussing and improving the Work, but
4016
+ excluding communication that is conspicuously marked or otherwise
4017
+ designated in writing by the copyright owner as "Not a Contribution."
4018
+
4019
+ "Contributor" shall mean Licensor and any individual or Legal Entity
4020
+ on behalf of whom a Contribution has been received by Licensor and
4021
+ subsequently incorporated within the Work.
4022
+
4023
+ 2. Grant of Copyright License. Subject to the terms and conditions of
4024
+ this License, each Contributor hereby grants to You a perpetual,
4025
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4026
+ copyright license to reproduce, prepare Derivative Works of,
4027
+ publicly display, publicly perform, sublicense, and distribute the
4028
+ Work and such Derivative Works in Source or Object form.
4029
+
4030
+ 3. Grant of Patent License. Subject to the terms and conditions of
4031
+ this License, each Contributor hereby grants to You a perpetual,
4032
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4033
+ (except as stated in this section) patent license to make, have made,
4034
+ use, offer to sell, sell, import, and otherwise transfer the Work,
4035
+ where such license applies only to those patent claims licensable
4036
+ by such Contributor that are necessarily infringed by their
4037
+ Contribution(s) alone or by combination of their Contribution(s)
4038
+ with the Work to which such Contribution(s) was submitted. If You
4039
+ institute patent litigation against any entity (including a
4040
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
4041
+ or a Contribution incorporated within the Work constitutes direct
4042
+ or contributory patent infringement, then any patent licenses
4043
+ granted to You under this License for that Work shall terminate
4044
+ as of the date such litigation is filed.
4045
+
4046
+ 4. Redistribution. You may reproduce and distribute copies of the
4047
+ Work or Derivative Works thereof in any medium, with or without
4048
+ modifications, and in Source or Object form, provided that You
4049
+ meet the following conditions:
4050
+
4051
+ (a) You must give any other recipients of the Work or
4052
+ Derivative Works a copy of this License; and
4053
+
4054
+ (b) You must cause any modified files to carry prominent notices
4055
+ stating that You changed the files; and
4056
+
4057
+ (c) You must retain, in the Source form of any Derivative Works
4058
+ that You distribute, all copyright, patent, trademark, and
4059
+ attribution notices from the Source form of the Work,
4060
+ excluding those notices that do not pertain to any part of
4061
+ the Derivative Works; and
4062
+
4063
+ (d) If the Work includes a "NOTICE" text file as part of its
4064
+ distribution, then any Derivative Works that You distribute must
4065
+ include a readable copy of the attribution notices contained
4066
+ within such NOTICE file, excluding those notices that do not
4067
+ pertain to any part of the Derivative Works, in at least one
4068
+ of the following places: within a NOTICE text file distributed
4069
+ as part of the Derivative Works; within the Source form or
4070
+ documentation, if provided along with the Derivative Works; or,
4071
+ within a display generated by the Derivative Works, if and
4072
+ wherever such third-party notices normally appear. The contents
4073
+ of the NOTICE file are for informational purposes only and
4074
+ do not modify the License. You may add Your own attribution
4075
+ notices within Derivative Works that You distribute, alongside
4076
+ or as an addendum to the NOTICE text from the Work, provided
4077
+ that such additional attribution notices cannot be construed
4078
+ as modifying the License.
4079
+
4080
+ You may add Your own copyright statement to Your modifications and
4081
+ may provide additional or different license terms and conditions
4082
+ for use, reproduction, or distribution of Your modifications, or
4083
+ for any such Derivative Works as a whole, provided Your use,
4084
+ reproduction, and distribution of the Work otherwise complies with
4085
+ the conditions stated in this License.
4086
+
4087
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
4088
+ any Contribution intentionally submitted for inclusion in the Work
4089
+ by You to the Licensor shall be under the terms and conditions of
4090
+ this License, without any additional terms or conditions.
4091
+ Notwithstanding the above, nothing herein shall supersede or modify
4092
+ the terms of any separate license agreement you may have executed
4093
+ with Licensor regarding such Contributions.
4094
+
4095
+ 6. Trademarks. This License does not grant permission to use the trade
4096
+ names, trademarks, service marks, or product names of the Licensor,
4097
+ except as required for reasonable and customary use in describing the
4098
+ origin of the Work and reproducing the content of the NOTICE file.
4099
+
4100
+ 7. Disclaimer of Warranty. Unless required by applicable law or
4101
+ agreed to in writing, Licensor provides the Work (and each
4102
+ Contributor provides its Contributions) on an "AS IS" BASIS,
4103
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4104
+ implied, including, without limitation, any warranties or conditions
4105
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4106
+ PARTICULAR PURPOSE. You are solely responsible for determining the
4107
+ appropriateness of using or redistributing the Work and assume any
4108
+ risks associated with Your exercise of permissions under this License.
4109
+
4110
+ 8. Limitation of Liability. In no event and under no legal theory,
4111
+ whether in tort (including negligence), contract, or otherwise,
4112
+ unless required by applicable law (such as deliberate and grossly
4113
+ negligent acts) or agreed to in writing, shall any Contributor be
4114
+ liable to You for damages, including any direct, indirect, special,
4115
+ incidental, or consequential damages of any character arising as a
4116
+ result of this License or out of the use or inability to use the
4117
+ Work (including but not limited to damages for loss of goodwill,
4118
+ work stoppage, computer failure or malfunction, or any and all
4119
+ other commercial damages or losses), even if such Contributor
4120
+ has been advised of the possibility of such damages.
4121
+
4122
+ 9. Accepting Warranty or Additional Liability. While redistributing
4123
+ the Work or Derivative Works thereof, You may choose to offer,
4124
+ and charge a fee for, acceptance of support, warranty, indemnity,
4125
+ or other liability obligations and/or rights consistent with this
4126
+ License. However, in accepting such obligations, You may act only
4127
+ on Your own behalf and on Your sole responsibility, not on behalf
4128
+ of any other Contributor, and only if You agree to indemnify,
4129
+ defend, and hold each Contributor harmless for any liability
4130
+ incurred by, or claims asserted against, such Contributor by reason
4131
+ of your accepting any such warranty or additional liability.
4132
+
4133
+ END OF TERMS AND CONDITIONS
4134
+
4135
+ APPENDIX: How to apply the Apache License to your work.
4136
+
4137
+ To apply the Apache License to your work, attach the following
4138
+ boilerplate notice, with the fields enclosed by brackets "{}"
4139
+ replaced with your own identifying information. (Don't include
4140
+ the brackets!) The text should be enclosed in the appropriate
4141
+ comment syntax for the file format. We also recommend that a
4142
+ file or class name and description of purpose be included on the
4143
+ same "printed page" as the copyright notice for easier
4144
+ identification within third-party archives.
4145
+
4146
+ Copyright {yyyy} {name of copyright owner}
4147
+
4148
+ Licensed under the Apache License, Version 2.0 (the "License");
4149
+ you may not use this file except in compliance with the License.
4150
+ You may obtain a copy of the License at
4151
+
4152
+ http://www.apache.org/licenses/LICENSE-2.0
4153
+
4154
+ Unless required by applicable law or agreed to in writing, software
4155
+ distributed under the License is distributed on an "AS IS" BASIS,
4156
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4157
+ See the License for the specific language governing permissions and
4158
+ limitations under the License.