dynamsoft-barcode-reader-bundle 11.0.3000 → 11.0.6000

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.
package/LEGAL.txt CHANGED
@@ -1,5 +1,5 @@
1
- ===================================================================================
2
- >>>>>>>>>>>>>>>>>>>>>>>>>>> dynamsoft-barcode-reader <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
1
+ \===================================================================================
2
+ >>>>>>>>>>>>>>>>>>>>>>>> dynamsoft-barcode-reader-bundle <<<<<<<<<<<<<<<<<<<<<<<<<<
3
3
  ===================================================================================
4
4
 
5
5
  Legal Notices:
@@ -323,31 +323,1087 @@ license you like.
323
323
 
324
324
 
325
325
  ===================================================================================
326
- Leptonica
327
-
328
- /*====================================================================*
329
- - Copyright (C) 2001-2020 Leptonica. All rights reserved.
330
- -
331
- - Redistribution and use in source and binary forms, with or without
332
- - modification, are permitted provided that the following conditions
333
- - are met:
334
- - 1. Redistributions of source code must retain the above copyright
335
- - notice, this list of conditions and the following disclaimer.
336
- - 2. Redistributions in binary form must reproduce the above
337
- - copyright notice, this list of conditions and the following
338
- - disclaimer in the documentation and/or other materials
339
- - provided with the distribution.
340
- -
341
- - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
342
- - ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
343
- - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
344
- - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANY
345
- - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
346
- - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
347
- - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
348
- - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
349
- - OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
350
- - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
351
- - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
352
- *====================================================================*/
353
- ===================================================================================
326
+ OpenSSL
327
+
328
+ The OpenSSL toolkit stays under a double license, i.e. both the conditions of
329
+ the OpenSSL License and the original SSLeay license apply to the toolkit.
330
+ See below for the actual license texts.
331
+
332
+ OpenSSL License
333
+ ---------------
334
+
335
+ /* ====================================================================
336
+ * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
337
+ *
338
+ * Redistribution and use in source and binary forms, with or without
339
+ * modification, are permitted provided that the following conditions
340
+ * are met:
341
+ *
342
+ * 1. Redistributions of source code must retain the above copyright
343
+ * notice, this list of conditions and the following disclaimer.
344
+ *
345
+ * 2. Redistributions in binary form must reproduce the above copyright
346
+ * notice, this list of conditions and the following disclaimer in
347
+ * the documentation and/or other materials provided with the
348
+ * distribution.
349
+ *
350
+ * 3. All advertising materials mentioning features or use of this
351
+ * software must display the following acknowledgment:
352
+ * "This product includes software developed by the OpenSSL Project
353
+ * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
354
+ *
355
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
356
+ * endorse or promote products derived from this software without
357
+ * prior written permission. For written permission, please contact
358
+ * openssl-core@openssl.org.
359
+ *
360
+ * 5. Products derived from this software may not be called "OpenSSL"
361
+ * nor may "OpenSSL" appear in their names without prior written
362
+ * permission of the OpenSSL Project.
363
+ *
364
+ * 6. Redistributions of any form whatsoever must retain the following
365
+ * acknowledgment:
366
+ * "This product includes software developed by the OpenSSL Project
367
+ * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
368
+ *
369
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
370
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
371
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
372
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
373
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
374
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
375
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
376
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
377
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
378
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
379
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
380
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
381
+ * ====================================================================
382
+ *
383
+ * This product includes cryptographic software written by Eric Young
384
+ * (eay@cryptsoft.com). This product includes software written by Tim
385
+ * Hudson (tjh@cryptsoft.com).
386
+ *
387
+ */
388
+
389
+ Original SSLeay License
390
+ -----------------------
391
+
392
+ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
393
+ * All rights reserved.
394
+ *
395
+ * This package is an SSL implementation written
396
+ * by Eric Young (eay@cryptsoft.com).
397
+ * The implementation was written so as to conform with Netscapes SSL.
398
+ *
399
+ * This library is free for commercial and non-commercial use as long as
400
+ * the following conditions are aheared to. The following conditions
401
+ * apply to all code found in this distribution, be it the RC4, RSA,
402
+ * lhash, DES, etc., code; not just the SSL code. The SSL documentation
403
+ * included with this distribution is covered by the same copyright terms
404
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
405
+ *
406
+ * Copyright remains Eric Young's, and as such any Copyright notices in
407
+ * the code are not to be removed.
408
+ * If this package is used in a product, Eric Young should be given attribution
409
+ * as the author of the parts of the library used.
410
+ * This can be in the form of a textual message at program startup or
411
+ * in documentation (online or textual) provided with the package.
412
+ *
413
+ * Redistribution and use in source and binary forms, with or without
414
+ * modification, are permitted provided that the following conditions
415
+ * are met:
416
+ * 1. Redistributions of source code must retain the copyright
417
+ * notice, this list of conditions and the following disclaimer.
418
+ * 2. Redistributions in binary form must reproduce the above copyright
419
+ * notice, this list of conditions and the following disclaimer in the
420
+ * documentation and/or other materials provided with the distribution.
421
+ * 3. All advertising materials mentioning features or use of this software
422
+ * must display the following acknowledgement:
423
+ * "This product includes cryptographic software written by
424
+ * Eric Young (eay@cryptsoft.com)"
425
+ * The word 'cryptographic' can be left out if the rouines from the library
426
+ * being used are not cryptographic related :-).
427
+ * 4. If you include any Windows specific code (or a derivative thereof) from
428
+ * the apps directory (application code) you must include an acknowledgement:
429
+ * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
430
+ *
431
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
432
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
433
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
434
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
435
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
436
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
437
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
438
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
439
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
440
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
441
+ * SUCH DAMAGE.
442
+ *
443
+ * The licence and distribution terms for any publically available version or
444
+ * derivative of this code cannot be changed. i.e. this code cannot simply be
445
+ * copied and put under another distribution licence
446
+ * [including the GNU Public Licence.]
447
+ */
448
+ ===================================================================================
449
+
450
+
451
+
452
+ ===================================================================================
453
+ localForage
454
+
455
+ -- Offline Storage, Improved
456
+ Version 1.7.3
457
+ https://localforage.github.io/localForage
458
+ (c) 2013-2017 Mozilla, Apache License 2.0
459
+ ===================================================================================
460
+
461
+
462
+
463
+ ===================================================================================
464
+ fabric.js
465
+
466
+ Copyright (c) 2008-2015 Printio (Juriy Zaytsev, Maxim Chernyak)
467
+
468
+ Permission is hereby granted, free of charge, to any person obtaining a copy
469
+ of this software and associated documentation files (the "Software"), to deal
470
+ in the Software without restriction, including without limitation the rights
471
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
472
+ copies of the Software, and to permit persons to whom the Software is
473
+ furnished to do so, subject to the following conditions:
474
+
475
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
476
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
477
+ FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
478
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
479
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
480
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
481
+ SOFTWARE.
482
+ ===================================================================================
483
+
484
+
485
+
486
+ ===================================================================================
487
+ Protocol Buffers
488
+
489
+ This license applies to all parts of Protocol Buffers except the following:
490
+
491
+ - Atomicops support for generic gcc, located in
492
+ src/google/protobuf/stubs/atomicops_internals_generic_gcc.h.
493
+ This file is copyrighted by Red Hat Inc.
494
+
495
+ - Atomicops support for AIX/POWER, located in
496
+ src/google/protobuf/stubs/atomicops_internals_power.h.
497
+ This file is copyrighted by Bloomberg Finance LP.
498
+
499
+ Copyright 2014, Google Inc. All rights reserved.
500
+
501
+ Redistribution and use in source and binary forms, with or without
502
+ modification, are permitted provided that the following conditions are
503
+ met:
504
+
505
+ * Redistributions of source code must retain the above copyright
506
+ notice, this list of conditions and the following disclaimer.
507
+ * Redistributions in binary form must reproduce the above
508
+ copyright notice, this list of conditions and the following disclaimer
509
+ in the documentation and/or other materials provided with the
510
+ distribution.
511
+ * Neither the name of Google Inc. nor the names of its
512
+ contributors may be used to endorse or promote products derived from
513
+ this software without specific prior written permission.
514
+
515
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
516
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
517
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
518
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
519
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
520
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
521
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
522
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
523
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
524
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
525
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
526
+
527
+ Code generated by the Protocol Buffer compiler is owned by the owner
528
+ of the input file used when generating it. This code is not
529
+ standalone and requires a support library to be linked with it. This
530
+ support library is itself covered by the above license.
531
+ ===================================================================================
532
+
533
+ onnxruntime
534
+
535
+ Copyright (c) Microsoft Corporation
536
+
537
+ Permission is hereby granted, free of charge, to any person obtaining a copy
538
+ of this software and associated documentation files (the "Software"), to deal
539
+ in the Software without restriction, including without limitation the rights
540
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
541
+ copies of the Software, and to permit persons to whom the Software is
542
+ furnished to do so, subject to the following conditions:
543
+
544
+ The above copyright notice and this permission notice shall be included in all
545
+ copies or substantial portions of the Software.
546
+
547
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
548
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
549
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
550
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
551
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
552
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
553
+ SOFTWARE.
554
+
555
+ ===================================================================================
556
+
557
+ pytorch_cpuinfo
558
+
559
+ Copyright (c) 2019 Google LLC
560
+ Copyright (c) 2017-2018 Facebook Inc.
561
+ Copyright (C) 2012-2017 Georgia Institute of Technology
562
+ Copyright (C) 2010-2012 Marat Dukhan
563
+
564
+ All rights reserved.
565
+
566
+ Redistribution and use in source and binary forms, with or without
567
+ modification, are permitted provided that the following conditions are met:
568
+
569
+ * Redistributions of source code must retain the above copyright notice, this
570
+ list of conditions and the following disclaimer.
571
+
572
+ * Redistributions in binary form must reproduce the above copyright notice,
573
+ this list of conditions and the following disclaimer in the documentation
574
+ and/or other materials provided with the distribution.
575
+
576
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
577
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
578
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
579
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
580
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
581
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
582
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
583
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
584
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
585
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
586
+
587
+ ===================================================================================
588
+
589
+ flatbuffers
590
+
591
+ Apache License
592
+ Version 2.0, January 2004
593
+ http://www.apache.org/licenses/
594
+
595
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
596
+
597
+ 1. Definitions.
598
+
599
+ "License" shall mean the terms and conditions for use, reproduction,
600
+ and distribution as defined by Sections 1 through 9 of this document.
601
+
602
+ "Licensor" shall mean the copyright owner or entity authorized by
603
+ the copyright owner that is granting the License.
604
+
605
+ "Legal Entity" shall mean the union of the acting entity and all
606
+ other entities that control, are controlled by, or are under common
607
+ control with that entity. For the purposes of this definition,
608
+ "control" means (i) the power, direct or indirect, to cause the
609
+ direction or management of such entity, whether by contract or
610
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
611
+ outstanding shares, or (iii) beneficial ownership of such entity.
612
+
613
+ "You" (or "Your") shall mean an individual or Legal Entity
614
+ exercising permissions granted by this License.
615
+
616
+ "Source" form shall mean the preferred form for making modifications,
617
+ including but not limited to software source code, documentation
618
+ source, and configuration files.
619
+
620
+ "Object" form shall mean any form resulting from mechanical
621
+ transformation or translation of a Source form, including but
622
+ not limited to compiled object code, generated documentation,
623
+ and conversions to other media types.
624
+
625
+ "Work" shall mean the work of authorship, whether in Source or
626
+ Object form, made available under the License, as indicated by a
627
+ copyright notice that is included in or attached to the work
628
+ (an example is provided in the Appendix below).
629
+
630
+ "Derivative Works" shall mean any work, whether in Source or Object
631
+ form, that is based on (or derived from) the Work and for which the
632
+ editorial revisions, annotations, elaborations, or other modifications
633
+ represent, as a whole, an original work of authorship. For the purposes
634
+ of this License, Derivative Works shall not include works that remain
635
+ separable from, or merely link (or bind by name) to the interfaces of,
636
+ the Work and Derivative Works thereof.
637
+
638
+ "Contribution" shall mean any work of authorship, including
639
+ the original version of the Work and any modifications or additions
640
+ to that Work or Derivative Works thereof, that is intentionally
641
+ submitted to Licensor for inclusion in the Work by the copyright owner
642
+ or by an individual or Legal Entity authorized to submit on behalf of
643
+ the copyright owner. For the purposes of this definition, "submitted"
644
+ means any form of electronic, verbal, or written communication sent
645
+ to the Licensor or its representatives, including but not limited to
646
+ communication on electronic mailing lists, source code control systems,
647
+ and issue tracking systems that are managed by, or on behalf of, the
648
+ Licensor for the purpose of discussing and improving the Work, but
649
+ excluding communication that is conspicuously marked or otherwise
650
+ designated in writing by the copyright owner as "Not a Contribution."
651
+
652
+ "Contributor" shall mean Licensor and any individual or Legal Entity
653
+ on behalf of whom a Contribution has been received by Licensor and
654
+ subsequently incorporated within the Work.
655
+
656
+ 2. Grant of Copyright License. Subject to the terms and conditions of
657
+ this License, each Contributor hereby grants to You a perpetual,
658
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
659
+ copyright license to reproduce, prepare Derivative Works of,
660
+ publicly display, publicly perform, sublicense, and distribute the
661
+ Work and such Derivative Works in Source or Object form.
662
+
663
+ 3. Grant of Patent License. Subject to the terms and conditions of
664
+ this License, each Contributor hereby grants to You a perpetual,
665
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
666
+ (except as stated in this section) patent license to make, have made,
667
+ use, offer to sell, sell, import, and otherwise transfer the Work,
668
+ where such license applies only to those patent claims licensable
669
+ by such Contributor that are necessarily infringed by their
670
+ Contribution(s) alone or by combination of their Contribution(s)
671
+ with the Work to which such Contribution(s) was submitted. If You
672
+ institute patent litigation against any entity (including a
673
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
674
+ or a Contribution incorporated within the Work constitutes direct
675
+ or contributory patent infringement, then any patent licenses
676
+ granted to You under this License for that Work shall terminate
677
+ as of the date such litigation is filed.
678
+
679
+ 4. Redistribution. You may reproduce and distribute copies of the
680
+ Work or Derivative Works thereof in any medium, with or without
681
+ modifications, and in Source or Object form, provided that You
682
+ meet the following conditions:
683
+
684
+ (a) You must give any other recipients of the Work or
685
+ Derivative Works a copy of this License; and
686
+
687
+ (b) You must cause any modified files to carry prominent notices
688
+ stating that You changed the files; and
689
+
690
+ (c) You must retain, in the Source form of any Derivative Works
691
+ that You distribute, all copyright, patent, trademark, and
692
+ attribution notices from the Source form of the Work,
693
+ excluding those notices that do not pertain to any part of
694
+ the Derivative Works; and
695
+
696
+ (d) If the Work includes a "NOTICE" text file as part of its
697
+ distribution, then any Derivative Works that You distribute must
698
+ include a readable copy of the attribution notices contained
699
+ within such NOTICE file, excluding those notices that do not
700
+ pertain to any part of the Derivative Works, in at least one
701
+ of the following places: within a NOTICE text file distributed
702
+ as part of the Derivative Works; within the Source form or
703
+ documentation, if provided along with the Derivative Works; or,
704
+ within a display generated by the Derivative Works, if and
705
+ wherever such third-party notices normally appear. The contents
706
+ of the NOTICE file are for informational purposes only and
707
+ do not modify the License. You may add Your own attribution
708
+ notices within Derivative Works that You distribute, alongside
709
+ or as an addendum to the NOTICE text from the Work, provided
710
+ that such additional attribution notices cannot be construed
711
+ as modifying the License.
712
+
713
+ You may add Your own copyright statement to Your modifications and
714
+ may provide additional or different license terms and conditions
715
+ for use, reproduction, or distribution of Your modifications, or
716
+ for any such Derivative Works as a whole, provided Your use,
717
+ reproduction, and distribution of the Work otherwise complies with
718
+ the conditions stated in this License.
719
+
720
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
721
+ any Contribution intentionally submitted for inclusion in the Work
722
+ by You to the Licensor shall be under the terms and conditions of
723
+ this License, without any additional terms or conditions.
724
+ Notwithstanding the above, nothing herein shall supersede or modify
725
+ the terms of any separate license agreement you may have executed
726
+ with Licensor regarding such Contributions.
727
+
728
+ 6. Trademarks. This License does not grant permission to use the trade
729
+ names, trademarks, service marks, or product names of the Licensor,
730
+ except as required for reasonable and customary use in describing the
731
+ origin of the Work and reproducing the content of the NOTICE file.
732
+
733
+ 7. Disclaimer of Warranty. Unless required by applicable law or
734
+ agreed to in writing, Licensor provides the Work (and each
735
+ Contributor provides its Contributions) on an "AS IS" BASIS,
736
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
737
+ implied, including, without limitation, any warranties or conditions
738
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
739
+ PARTICULAR PURPOSE. You are solely responsible for determining the
740
+ appropriateness of using or redistributing the Work and assume any
741
+ risks associated with Your exercise of permissions under this License.
742
+
743
+ 8. Limitation of Liability. In no event and under no legal theory,
744
+ whether in tort (including negligence), contract, or otherwise,
745
+ unless required by applicable law (such as deliberate and grossly
746
+ negligent acts) or agreed to in writing, shall any Contributor be
747
+ liable to You for damages, including any direct, indirect, special,
748
+ incidental, or consequential damages of any character arising as a
749
+ result of this License or out of the use or inability to use the
750
+ Work (including but not limited to damages for loss of goodwill,
751
+ work stoppage, computer failure or malfunction, or any and all
752
+ other commercial damages or losses), even if such Contributor
753
+ has been advised of the possibility of such damages.
754
+
755
+ 9. Accepting Warranty or Additional Liability. While redistributing
756
+ the Work or Derivative Works thereof, You may choose to offer,
757
+ and charge a fee for, acceptance of support, warranty, indemnity,
758
+ or other liability obligations and/or rights consistent with this
759
+ License. However, in accepting such obligations, You may act only
760
+ on Your own behalf and on Your sole responsibility, not on behalf
761
+ of any other Contributor, and only if You agree to indemnify,
762
+ defend, and hold each Contributor harmless for any liability
763
+ incurred by, or claims asserted against, such Contributor by reason
764
+ of your accepting any such warranty or additional liability.
765
+
766
+ END OF TERMS AND CONDITIONS
767
+
768
+ APPENDIX: How to apply the Apache License to your work.
769
+
770
+ To apply the Apache License to your work, attach the following
771
+ boilerplate notice, with the fields enclosed by brackets "[]"
772
+ replaced with your own identifying information. (Don't include
773
+ the brackets!) The text should be enclosed in the appropriate
774
+ comment syntax for the file format. We also recommend that a
775
+ file or class name and description of purpose be included on the
776
+ same "printed page" as the copyright notice for easier
777
+ identification within third-party archives.
778
+
779
+ Copyright [yyyy] [name of copyright owner]
780
+
781
+ Licensed under the Apache License, Version 2.0 (the "License");
782
+ you may not use this file except in compliance with the License.
783
+ You may obtain a copy of the License at
784
+
785
+ http://www.apache.org/licenses/LICENSE-2.0
786
+
787
+ Unless required by applicable law or agreed to in writing, software
788
+ distributed under the License is distributed on an "AS IS" BASIS,
789
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
790
+ See the License for the specific language governing permissions and
791
+ limitations under the License.
792
+
793
+ ===================================================================================
794
+
795
+ abseil_cpp
796
+
797
+ Apache License
798
+ Version 2.0, January 2004
799
+ http://www.apache.org/licenses/
800
+
801
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
802
+
803
+ 1. Definitions.
804
+
805
+ "License" shall mean the terms and conditions for use, reproduction,
806
+ and distribution as defined by Sections 1 through 9 of this document.
807
+
808
+ "Licensor" shall mean the copyright owner or entity authorized by
809
+ the copyright owner that is granting the License.
810
+
811
+ "Legal Entity" shall mean the union of the acting entity and all
812
+ other entities that control, are controlled by, or are under common
813
+ control with that entity. For the purposes of this definition,
814
+ "control" means (i) the power, direct or indirect, to cause the
815
+ direction or management of such entity, whether by contract or
816
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
817
+ outstanding shares, or (iii) beneficial ownership of such entity.
818
+
819
+ "You" (or "Your") shall mean an individual or Legal Entity
820
+ exercising permissions granted by this License.
821
+
822
+ "Source" form shall mean the preferred form for making modifications,
823
+ including but not limited to software source code, documentation
824
+ source, and configuration files.
825
+
826
+ "Object" form shall mean any form resulting from mechanical
827
+ transformation or translation of a Source form, including but
828
+ not limited to compiled object code, generated documentation,
829
+ and conversions to other media types.
830
+
831
+ "Work" shall mean the work of authorship, whether in Source or
832
+ Object form, made available under the License, as indicated by a
833
+ copyright notice that is included in or attached to the work
834
+ (an example is provided in the Appendix below).
835
+
836
+ "Derivative Works" shall mean any work, whether in Source or Object
837
+ form, that is based on (or derived from) the Work and for which the
838
+ editorial revisions, annotations, elaborations, or other modifications
839
+ represent, as a whole, an original work of authorship. For the purposes
840
+ of this License, Derivative Works shall not include works that remain
841
+ separable from, or merely link (or bind by name) to the interfaces of,
842
+ the Work and Derivative Works thereof.
843
+
844
+ "Contribution" shall mean any work of authorship, including
845
+ the original version of the Work and any modifications or additions
846
+ to that Work or Derivative Works thereof, that is intentionally
847
+ submitted to Licensor for inclusion in the Work by the copyright owner
848
+ or by an individual or Legal Entity authorized to submit on behalf of
849
+ the copyright owner. For the purposes of this definition, "submitted"
850
+ means any form of electronic, verbal, or written communication sent
851
+ to the Licensor or its representatives, including but not limited to
852
+ communication on electronic mailing lists, source code control systems,
853
+ and issue tracking systems that are managed by, or on behalf of, the
854
+ Licensor for the purpose of discussing and improving the Work, but
855
+ excluding communication that is conspicuously marked or otherwise
856
+ designated in writing by the copyright owner as "Not a Contribution."
857
+
858
+ "Contributor" shall mean Licensor and any individual or Legal Entity
859
+ on behalf of whom a Contribution has been received by Licensor and
860
+ subsequently incorporated within the Work.
861
+
862
+ 2. Grant of Copyright License. Subject to the terms and conditions of
863
+ this License, each Contributor hereby grants to You a perpetual,
864
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
865
+ copyright license to reproduce, prepare Derivative Works of,
866
+ publicly display, publicly perform, sublicense, and distribute the
867
+ Work and such Derivative Works in Source or Object form.
868
+
869
+ 3. Grant of Patent License. Subject to the terms and conditions of
870
+ this License, each Contributor hereby grants to You a perpetual,
871
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
872
+ (except as stated in this section) patent license to make, have made,
873
+ use, offer to sell, sell, import, and otherwise transfer the Work,
874
+ where such license applies only to those patent claims licensable
875
+ by such Contributor that are necessarily infringed by their
876
+ Contribution(s) alone or by combination of their Contribution(s)
877
+ with the Work to which such Contribution(s) was submitted. If You
878
+ institute patent litigation against any entity (including a
879
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
880
+ or a Contribution incorporated within the Work constitutes direct
881
+ or contributory patent infringement, then any patent licenses
882
+ granted to You under this License for that Work shall terminate
883
+ as of the date such litigation is filed.
884
+
885
+ 4. Redistribution. You may reproduce and distribute copies of the
886
+ Work or Derivative Works thereof in any medium, with or without
887
+ modifications, and in Source or Object form, provided that You
888
+ meet the following conditions:
889
+
890
+ (a) You must give any other recipients of the Work or
891
+ Derivative Works a copy of this License; and
892
+
893
+ (b) You must cause any modified files to carry prominent notices
894
+ stating that You changed the files; and
895
+
896
+ (c) You must retain, in the Source form of any Derivative Works
897
+ that You distribute, all copyright, patent, trademark, and
898
+ attribution notices from the Source form of the Work,
899
+ excluding those notices that do not pertain to any part of
900
+ the Derivative Works; and
901
+
902
+ (d) If the Work includes a "NOTICE" text file as part of its
903
+ distribution, then any Derivative Works that You distribute must
904
+ include a readable copy of the attribution notices contained
905
+ within such NOTICE file, excluding those notices that do not
906
+ pertain to any part of the Derivative Works, in at least one
907
+ of the following places: within a NOTICE text file distributed
908
+ as part of the Derivative Works; within the Source form or
909
+ documentation, if provided along with the Derivative Works; or,
910
+ within a display generated by the Derivative Works, if and
911
+ wherever such third-party notices normally appear. The contents
912
+ of the NOTICE file are for informational purposes only and
913
+ do not modify the License. You may add Your own attribution
914
+ notices within Derivative Works that You distribute, alongside
915
+ or as an addendum to the NOTICE text from the Work, provided
916
+ that such additional attribution notices cannot be construed
917
+ as modifying the License.
918
+
919
+ You may add Your own copyright statement to Your modifications and
920
+ may provide additional or different license terms and conditions
921
+ for use, reproduction, or distribution of Your modifications, or
922
+ for any such Derivative Works as a whole, provided Your use,
923
+ reproduction, and distribution of the Work otherwise complies with
924
+ the conditions stated in this License.
925
+
926
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
927
+ any Contribution intentionally submitted for inclusion in the Work
928
+ by You to the Licensor shall be under the terms and conditions of
929
+ this License, without any additional terms or conditions.
930
+ Notwithstanding the above, nothing herein shall supersede or modify
931
+ the terms of any separate license agreement you may have executed
932
+ with Licensor regarding such Contributions.
933
+
934
+ 6. Trademarks. This License does not grant permission to use the trade
935
+ names, trademarks, service marks, or product names of the Licensor,
936
+ except as required for reasonable and customary use in describing the
937
+ origin of the Work and reproducing the content of the NOTICE file.
938
+
939
+ 7. Disclaimer of Warranty. Unless required by applicable law or
940
+ agreed to in writing, Licensor provides the Work (and each
941
+ Contributor provides its Contributions) on an "AS IS" BASIS,
942
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
943
+ implied, including, without limitation, any warranties or conditions
944
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
945
+ PARTICULAR PURPOSE. You are solely responsible for determining the
946
+ appropriateness of using or redistributing the Work and assume any
947
+ risks associated with Your exercise of permissions under this License.
948
+
949
+ 8. Limitation of Liability. In no event and under no legal theory,
950
+ whether in tort (including negligence), contract, or otherwise,
951
+ unless required by applicable law (such as deliberate and grossly
952
+ negligent acts) or agreed to in writing, shall any Contributor be
953
+ liable to You for damages, including any direct, indirect, special,
954
+ incidental, or consequential damages of any character arising as a
955
+ result of this License or out of the use or inability to use the
956
+ Work (including but not limited to damages for loss of goodwill,
957
+ work stoppage, computer failure or malfunction, or any and all
958
+ other commercial damages or losses), even if such Contributor
959
+ has been advised of the possibility of such damages.
960
+
961
+ 9. Accepting Warranty or Additional Liability. While redistributing
962
+ the Work or Derivative Works thereof, You may choose to offer,
963
+ and charge a fee for, acceptance of support, warranty, indemnity,
964
+ or other liability obligations and/or rights consistent with this
965
+ License. However, in accepting such obligations, You may act only
966
+ on Your own behalf and on Your sole responsibility, not on behalf
967
+ of any other Contributor, and only if You agree to indemnify,
968
+ defend, and hold each Contributor harmless for any liability
969
+ incurred by, or claims asserted against, such Contributor by reason
970
+ of your accepting any such warranty or additional liability.
971
+
972
+ END OF TERMS AND CONDITIONS
973
+
974
+ APPENDIX: How to apply the Apache License to your work.
975
+
976
+ To apply the Apache License to your work, attach the following
977
+ boilerplate notice, with the fields enclosed by brackets "[]"
978
+ replaced with your own identifying information. (Don't include
979
+ the brackets!) The text should be enclosed in the appropriate
980
+ comment syntax for the file format. We also recommend that a
981
+ file or class name and description of purpose be included on the
982
+ same "printed page" as the copyright notice for easier
983
+ identification within third-party archives.
984
+
985
+ Copyright [yyyy] [name of copyright owner]
986
+
987
+ Licensed under the Apache License, Version 2.0 (the "License");
988
+ you may not use this file except in compliance with the License.
989
+ You may obtain a copy of the License at
990
+
991
+ http://www.apache.org/licenses/LICENSE-2.0
992
+
993
+ Unless required by applicable law or agreed to in writing, software
994
+ distributed under the License is distributed on an "AS IS" BASIS,
995
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
996
+ See the License for the specific language governing permissions and
997
+ limitations under the License.
998
+
999
+ ===================================================================================
1000
+
1001
+ onnx
1002
+
1003
+ Apache License
1004
+ Version 2.0, January 2004
1005
+ http://www.apache.org/licenses/
1006
+
1007
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1008
+
1009
+ 1. Definitions.
1010
+
1011
+ "License" shall mean the terms and conditions for use, reproduction,
1012
+ and distribution as defined by Sections 1 through 9 of this document.
1013
+
1014
+ "Licensor" shall mean the copyright owner or entity authorized by
1015
+ the copyright owner that is granting the License.
1016
+
1017
+ "Legal Entity" shall mean the union of the acting entity and all
1018
+ other entities that control, are controlled by, or are under common
1019
+ control with that entity. For the purposes of this definition,
1020
+ "control" means (i) the power, direct or indirect, to cause the
1021
+ direction or management of such entity, whether by contract or
1022
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1023
+ outstanding shares, or (iii) beneficial ownership of such entity.
1024
+
1025
+ "You" (or "Your") shall mean an individual or Legal Entity
1026
+ exercising permissions granted by this License.
1027
+
1028
+ "Source" form shall mean the preferred form for making modifications,
1029
+ including but not limited to software source code, documentation
1030
+ source, and configuration files.
1031
+
1032
+ "Object" form shall mean any form resulting from mechanical
1033
+ transformation or translation of a Source form, including but
1034
+ not limited to compiled object code, generated documentation,
1035
+ and conversions to other media types.
1036
+
1037
+ "Work" shall mean the work of authorship, whether in Source or
1038
+ Object form, made available under the License, as indicated by a
1039
+ copyright notice that is included in or attached to the work
1040
+ (an example is provided in the Appendix below).
1041
+
1042
+ "Derivative Works" shall mean any work, whether in Source or Object
1043
+ form, that is based on (or derived from) the Work and for which the
1044
+ editorial revisions, annotations, elaborations, or other modifications
1045
+ represent, as a whole, an original work of authorship. For the purposes
1046
+ of this License, Derivative Works shall not include works that remain
1047
+ separable from, or merely link (or bind by name) to the interfaces of,
1048
+ the Work and Derivative Works thereof.
1049
+
1050
+ "Contribution" shall mean any work of authorship, including
1051
+ the original version of the Work and any modifications or additions
1052
+ to that Work or Derivative Works thereof, that is intentionally
1053
+ submitted to Licensor for inclusion in the Work by the copyright owner
1054
+ or by an individual or Legal Entity authorized to submit on behalf of
1055
+ the copyright owner. For the purposes of this definition, "submitted"
1056
+ means any form of electronic, verbal, or written communication sent
1057
+ to the Licensor or its representatives, including but not limited to
1058
+ communication on electronic mailing lists, source code control systems,
1059
+ and issue tracking systems that are managed by, or on behalf of, the
1060
+ Licensor for the purpose of discussing and improving the Work, but
1061
+ excluding communication that is conspicuously marked or otherwise
1062
+ designated in writing by the copyright owner as "Not a Contribution."
1063
+
1064
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1065
+ on behalf of whom a Contribution has been received by Licensor and
1066
+ subsequently incorporated within the Work.
1067
+
1068
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1069
+ this License, each Contributor hereby grants to You a perpetual,
1070
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1071
+ copyright license to reproduce, prepare Derivative Works of,
1072
+ publicly display, publicly perform, sublicense, and distribute the
1073
+ Work and such Derivative Works in Source or Object form.
1074
+
1075
+ 3. Grant of Patent License. Subject to the terms and conditions of
1076
+ this License, each Contributor hereby grants to You a perpetual,
1077
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1078
+ (except as stated in this section) patent license to make, have made,
1079
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1080
+ where such license applies only to those patent claims licensable
1081
+ by such Contributor that are necessarily infringed by their
1082
+ Contribution(s) alone or by combination of their Contribution(s)
1083
+ with the Work to which such Contribution(s) was submitted. If You
1084
+ institute patent litigation against any entity (including a
1085
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1086
+ or a Contribution incorporated within the Work constitutes direct
1087
+ or contributory patent infringement, then any patent licenses
1088
+ granted to You under this License for that Work shall terminate
1089
+ as of the date such litigation is filed.
1090
+
1091
+ 4. Redistribution. You may reproduce and distribute copies of the
1092
+ Work or Derivative Works thereof in any medium, with or without
1093
+ modifications, and in Source or Object form, provided that You
1094
+ meet the following conditions:
1095
+
1096
+ (a) You must give any other recipients of the Work or
1097
+ Derivative Works a copy of this License; and
1098
+
1099
+ (b) You must cause any modified files to carry prominent notices
1100
+ stating that You changed the files; and
1101
+
1102
+ (c) You must retain, in the Source form of any Derivative Works
1103
+ that You distribute, all copyright, patent, trademark, and
1104
+ attribution notices from the Source form of the Work,
1105
+ excluding those notices that do not pertain to any part of
1106
+ the Derivative Works; and
1107
+
1108
+ (d) If the Work includes a "NOTICE" text file as part of its
1109
+ distribution, then any Derivative Works that You distribute must
1110
+ include a readable copy of the attribution notices contained
1111
+ within such NOTICE file, excluding those notices that do not
1112
+ pertain to any part of the Derivative Works, in at least one
1113
+ of the following places: within a NOTICE text file distributed
1114
+ as part of the Derivative Works; within the Source form or
1115
+ documentation, if provided along with the Derivative Works; or,
1116
+ within a display generated by the Derivative Works, if and
1117
+ wherever such third-party notices normally appear. The contents
1118
+ of the NOTICE file are for informational purposes only and
1119
+ do not modify the License. You may add Your own attribution
1120
+ notices within Derivative Works that You distribute, alongside
1121
+ or as an addendum to the NOTICE text from the Work, provided
1122
+ that such additional attribution notices cannot be construed
1123
+ as modifying the License.
1124
+
1125
+ You may add Your own copyright statement to Your modifications and
1126
+ may provide additional or different license terms and conditions
1127
+ for use, reproduction, or distribution of Your modifications, or
1128
+ for any such Derivative Works as a whole, provided Your use,
1129
+ reproduction, and distribution of the Work otherwise complies with
1130
+ the conditions stated in this License.
1131
+
1132
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1133
+ any Contribution intentionally submitted for inclusion in the Work
1134
+ by You to the Licensor shall be under the terms and conditions of
1135
+ this License, without any additional terms or conditions.
1136
+ Notwithstanding the above, nothing herein shall supersede or modify
1137
+ the terms of any separate license agreement you may have executed
1138
+ with Licensor regarding such Contributions.
1139
+
1140
+ 6. Trademarks. This License does not grant permission to use the trade
1141
+ names, trademarks, service marks, or product names of the Licensor,
1142
+ except as required for reasonable and customary use in describing the
1143
+ origin of the Work and reproducing the content of the NOTICE file.
1144
+
1145
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1146
+ agreed to in writing, Licensor provides the Work (and each
1147
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1148
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1149
+ implied, including, without limitation, any warranties or conditions
1150
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1151
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1152
+ appropriateness of using or redistributing the Work and assume any
1153
+ risks associated with Your exercise of permissions under this License.
1154
+
1155
+ 8. Limitation of Liability. In no event and under no legal theory,
1156
+ whether in tort (including negligence), contract, or otherwise,
1157
+ unless required by applicable law (such as deliberate and grossly
1158
+ negligent acts) or agreed to in writing, shall any Contributor be
1159
+ liable to You for damages, including any direct, indirect, special,
1160
+ incidental, or consequential damages of any character arising as a
1161
+ result of this License or out of the use or inability to use the
1162
+ Work (including but not limited to damages for loss of goodwill,
1163
+ work stoppage, computer failure or malfunction, or any and all
1164
+ other commercial damages or losses), even if such Contributor
1165
+ has been advised of the possibility of such damages.
1166
+
1167
+ 9. Accepting Warranty or Additional Liability. While redistributing
1168
+ the Work or Derivative Works thereof, You may choose to offer,
1169
+ and charge a fee for, acceptance of support, warranty, indemnity,
1170
+ or other liability obligations and/or rights consistent with this
1171
+ License. However, in accepting such obligations, You may act only
1172
+ on Your own behalf and on Your sole responsibility, not on behalf
1173
+ of any other Contributor, and only if You agree to indemnify,
1174
+ defend, and hold each Contributor harmless for any liability
1175
+ incurred by, or claims asserted against, such Contributor by reason
1176
+ of your accepting any such warranty or additional liability.
1177
+
1178
+ END OF TERMS AND CONDITIONS
1179
+
1180
+ APPENDIX: How to apply the Apache License to your work.
1181
+
1182
+ To apply the Apache License to your work, attach the following
1183
+ boilerplate notice, with the fields enclosed by brackets "[]"
1184
+ replaced with your own identifying information. (Don't include
1185
+ the brackets!) The text should be enclosed in the appropriate
1186
+ comment syntax for the file format. We also recommend that a
1187
+ file or class name and description of purpose be included on the
1188
+ same "printed page" as the copyright notice for easier
1189
+ identification within third-party archives.
1190
+
1191
+ Copyright [yyyy] [name of copyright owner]
1192
+
1193
+ Licensed under the Apache License, Version 2.0 (the "License");
1194
+ you may not use this file except in compliance with the License.
1195
+ You may obtain a copy of the License at
1196
+
1197
+ http://www.apache.org/licenses/LICENSE-2.0
1198
+
1199
+ Unless required by applicable law or agreed to in writing, software
1200
+ distributed under the License is distributed on an "AS IS" BASIS,
1201
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1202
+ See the License for the specific language governing permissions and
1203
+ limitations under the License.
1204
+
1205
+ ===================================================================================
1206
+
1207
+ google_nsync
1208
+
1209
+ Apache License
1210
+ Version 2.0, January 2004
1211
+ http://www.apache.org/licenses/
1212
+
1213
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1214
+
1215
+ 1. Definitions.
1216
+
1217
+ "License" shall mean the terms and conditions for use, reproduction,
1218
+ and distribution as defined by Sections 1 through 9 of this document.
1219
+
1220
+ "Licensor" shall mean the copyright owner or entity authorized by
1221
+ the copyright owner that is granting the License.
1222
+
1223
+ "Legal Entity" shall mean the union of the acting entity and all
1224
+ other entities that control, are controlled by, or are under common
1225
+ control with that entity. For the purposes of this definition,
1226
+ "control" means (i) the power, direct or indirect, to cause the
1227
+ direction or management of such entity, whether by contract or
1228
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1229
+ outstanding shares, or (iii) beneficial ownership of such entity.
1230
+
1231
+ "You" (or "Your") shall mean an individual or Legal Entity
1232
+ exercising permissions granted by this License.
1233
+
1234
+ "Source" form shall mean the preferred form for making modifications,
1235
+ including but not limited to software source code, documentation
1236
+ source, and configuration files.
1237
+
1238
+ "Object" form shall mean any form resulting from mechanical
1239
+ transformation or translation of a Source form, including but
1240
+ not limited to compiled object code, generated documentation,
1241
+ and conversions to other media types.
1242
+
1243
+ "Work" shall mean the work of authorship, whether in Source or
1244
+ Object form, made available under the License, as indicated by a
1245
+ copyright notice that is included in or attached to the work
1246
+ (an example is provided in the Appendix below).
1247
+
1248
+ "Derivative Works" shall mean any work, whether in Source or Object
1249
+ form, that is based on (or derived from) the Work and for which the
1250
+ editorial revisions, annotations, elaborations, or other modifications
1251
+ represent, as a whole, an original work of authorship. For the purposes
1252
+ of this License, Derivative Works shall not include works that remain
1253
+ separable from, or merely link (or bind by name) to the interfaces of,
1254
+ the Work and Derivative Works thereof.
1255
+
1256
+ "Contribution" shall mean any work of authorship, including
1257
+ the original version of the Work and any modifications or additions
1258
+ to that Work or Derivative Works thereof, that is intentionally
1259
+ submitted to Licensor for inclusion in the Work by the copyright owner
1260
+ or by an individual or Legal Entity authorized to submit on behalf of
1261
+ the copyright owner. For the purposes of this definition, "submitted"
1262
+ means any form of electronic, verbal, or written communication sent
1263
+ to the Licensor or its representatives, including but not limited to
1264
+ communication on electronic mailing lists, source code control systems,
1265
+ and issue tracking systems that are managed by, or on behalf of, the
1266
+ Licensor for the purpose of discussing and improving the Work, but
1267
+ excluding communication that is conspicuously marked or otherwise
1268
+ designated in writing by the copyright owner as "Not a Contribution."
1269
+
1270
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1271
+ on behalf of whom a Contribution has been received by Licensor and
1272
+ subsequently incorporated within the Work.
1273
+
1274
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1275
+ this License, each Contributor hereby grants to You a perpetual,
1276
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1277
+ copyright license to reproduce, prepare Derivative Works of,
1278
+ publicly display, publicly perform, sublicense, and distribute the
1279
+ Work and such Derivative Works in Source or Object form.
1280
+
1281
+ 3. Grant of Patent License. Subject to the terms and conditions of
1282
+ this License, each Contributor hereby grants to You a perpetual,
1283
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1284
+ (except as stated in this section) patent license to make, have made,
1285
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1286
+ where such license applies only to those patent claims licensable
1287
+ by such Contributor that are necessarily infringed by their
1288
+ Contribution(s) alone or by combination of their Contribution(s)
1289
+ with the Work to which such Contribution(s) was submitted. If You
1290
+ institute patent litigation against any entity (including a
1291
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1292
+ or a Contribution incorporated within the Work constitutes direct
1293
+ or contributory patent infringement, then any patent licenses
1294
+ granted to You under this License for that Work shall terminate
1295
+ as of the date such litigation is filed.
1296
+
1297
+ 4. Redistribution. You may reproduce and distribute copies of the
1298
+ Work or Derivative Works thereof in any medium, with or without
1299
+ modifications, and in Source or Object form, provided that You
1300
+ meet the following conditions:
1301
+
1302
+ (a) You must give any other recipients of the Work or
1303
+ Derivative Works a copy of this License; and
1304
+
1305
+ (b) You must cause any modified files to carry prominent notices
1306
+ stating that You changed the files; and
1307
+
1308
+ (c) You must retain, in the Source form of any Derivative Works
1309
+ that You distribute, all copyright, patent, trademark, and
1310
+ attribution notices from the Source form of the Work,
1311
+ excluding those notices that do not pertain to any part of
1312
+ the Derivative Works; and
1313
+
1314
+ (d) If the Work includes a "NOTICE" text file as part of its
1315
+ distribution, then any Derivative Works that You distribute must
1316
+ include a readable copy of the attribution notices contained
1317
+ within such NOTICE file, excluding those notices that do not
1318
+ pertain to any part of the Derivative Works, in at least one
1319
+ of the following places: within a NOTICE text file distributed
1320
+ as part of the Derivative Works; within the Source form or
1321
+ documentation, if provided along with the Derivative Works; or,
1322
+ within a display generated by the Derivative Works, if and
1323
+ wherever such third-party notices normally appear. The contents
1324
+ of the NOTICE file are for informational purposes only and
1325
+ do not modify the License. You may add Your own attribution
1326
+ notices within Derivative Works that You distribute, alongside
1327
+ or as an addendum to the NOTICE text from the Work, provided
1328
+ that such additional attribution notices cannot be construed
1329
+ as modifying the License.
1330
+
1331
+ You may add Your own copyright statement to Your modifications and
1332
+ may provide additional or different license terms and conditions
1333
+ for use, reproduction, or distribution of Your modifications, or
1334
+ for any such Derivative Works as a whole, provided Your use,
1335
+ reproduction, and distribution of the Work otherwise complies with
1336
+ the conditions stated in this License.
1337
+
1338
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1339
+ any Contribution intentionally submitted for inclusion in the Work
1340
+ by You to the Licensor shall be under the terms and conditions of
1341
+ this License, without any additional terms or conditions.
1342
+ Notwithstanding the above, nothing herein shall supersede or modify
1343
+ the terms of any separate license agreement you may have executed
1344
+ with Licensor regarding such Contributions.
1345
+
1346
+ 6. Trademarks. This License does not grant permission to use the trade
1347
+ names, trademarks, service marks, or product names of the Licensor,
1348
+ except as required for reasonable and customary use in describing the
1349
+ origin of the Work and reproducing the content of the NOTICE file.
1350
+
1351
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1352
+ agreed to in writing, Licensor provides the Work (and each
1353
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1354
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1355
+ implied, including, without limitation, any warranties or conditions
1356
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1357
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1358
+ appropriateness of using or redistributing the Work and assume any
1359
+ risks associated with Your exercise of permissions under this License.
1360
+
1361
+ 8. Limitation of Liability. In no event and under no legal theory,
1362
+ whether in tort (including negligence), contract, or otherwise,
1363
+ unless required by applicable law (such as deliberate and grossly
1364
+ negligent acts) or agreed to in writing, shall any Contributor be
1365
+ liable to You for damages, including any direct, indirect, special,
1366
+ incidental, or consequential damages of any character arising as a
1367
+ result of this License or out of the use or inability to use the
1368
+ Work (including but not limited to damages for loss of goodwill,
1369
+ work stoppage, computer failure or malfunction, or any and all
1370
+ other commercial damages or losses), even if such Contributor
1371
+ has been advised of the possibility of such damages.
1372
+
1373
+ 9. Accepting Warranty or Additional Liability. While redistributing
1374
+ the Work or Derivative Works thereof, You may choose to offer,
1375
+ and charge a fee for, acceptance of support, warranty, indemnity,
1376
+ or other liability obligations and/or rights consistent with this
1377
+ License. However, in accepting such obligations, You may act only
1378
+ on Your own behalf and on Your sole responsibility, not on behalf
1379
+ of any other Contributor, and only if You agree to indemnify,
1380
+ defend, and hold each Contributor harmless for any liability
1381
+ incurred by, or claims asserted against, such Contributor by reason
1382
+ of your accepting any such warranty or additional liability.
1383
+
1384
+ END OF TERMS AND CONDITIONS
1385
+
1386
+ APPENDIX: How to apply the Apache License to your work.
1387
+
1388
+ To apply the Apache License to your work, attach the following
1389
+ boilerplate notice, with the fields enclosed by brackets "[]"
1390
+ replaced with your own identifying information. (Don't include
1391
+ the brackets!) The text should be enclosed in the appropriate
1392
+ comment syntax for the file format. We also recommend that a
1393
+ file or class name and description of purpose be included on the
1394
+ same "printed page" as the copyright notice for easier
1395
+ identification within third-party archives.
1396
+
1397
+ Copyright [yyyy] [name of copyright owner]
1398
+
1399
+ Licensed under the Apache License, Version 2.0 (the "License");
1400
+ you may not use this file except in compliance with the License.
1401
+ You may obtain a copy of the License at
1402
+
1403
+ http://www.apache.org/licenses/LICENSE-2.0
1404
+
1405
+ Unless required by applicable law or agreed to in writing, software
1406
+ distributed under the License is distributed on an "AS IS" BASIS,
1407
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1408
+ See the License for the specific language governing permissions and
1409
+ limitations under the License.