@gooddata/sdk-ui-dashboard 10.23.0-alpha.7 → 10.23.0-alpha.8

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 (25) hide show
  1. package/NOTICE +1210 -3
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts +5 -3
  5. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
  6. package/esm/_staging/sharedHooks/useFiltersNamings.js +12 -8
  7. package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
  8. package/esm/presentation/export/DefaultDashboardExportVariables.d.ts.map +1 -1
  9. package/esm/presentation/export/DefaultDashboardExportVariables.js +2 -2
  10. package/esm/presentation/export/DefaultDashboardExportVariables.js.map +1 -1
  11. package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts +15 -14
  12. package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts.map +1 -1
  13. package/esm/presentation/export/hooks/useDashboardRelatedFilters.js +15 -2
  14. package/esm/presentation/export/hooks/useDashboardRelatedFilters.js.map +1 -1
  15. package/esm/presentation/export/index.d.ts +1 -0
  16. package/esm/presentation/export/index.d.ts.map +1 -1
  17. package/esm/presentation/export/types.d.ts +4 -1
  18. package/esm/presentation/export/types.d.ts.map +1 -1
  19. package/esm/presentation/export/useExportData.d.ts.map +1 -1
  20. package/esm/presentation/export/useExportData.js +3 -0
  21. package/esm/presentation/export/useExportData.js.map +1 -1
  22. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts +1 -7
  23. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts.map +1 -1
  24. package/esm/sdk-ui-dashboard.d.ts +16 -1
  25. package/package.json +15 -15
package/NOTICE CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
9
9
 
10
- Date generated: 2025-3-6
10
+ Date generated: 2025-3-7
11
11
 
12
- Revision ID: 34ac651315601fae13f5c0e919946d6dabbbe8a4
12
+ Revision ID: 832a3b38fc4cc8724fb66fac9ae8f91e991ccc04
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -429,6 +429,8 @@ Revision ID: 34ac651315601fae13f5c0e919946d6dabbbe8a4
429
429
  - eastasianwidth (0.2.0) [MIT]
430
430
  - ee-first (1.1.1) [MIT]
431
431
  - electron-to-chromium (1.5.66) [ISC]
432
+ - emailjs-base64 (1.1.4) [MIT]
433
+ - emailjs-mime-codec (2.0.9) [MIT]
432
434
  - emoji-regex (8.0.0) [MIT]
433
435
  - emoji-regex (9.2.2) [MIT]
434
436
  - emojilib (2.4.0) [MIT]
@@ -768,6 +770,7 @@ Revision ID: 34ac651315601fae13f5c0e919946d6dabbbe8a4
768
770
  - querystringify (2.2.0) [MIT]
769
771
  - queue-microtask (1.2.3) [MIT]
770
772
  - quickselect (2.0.0) [ISC]
773
+ - ramda (0.26.1) [MIT]
771
774
  - randombytes (2.1.0) [MIT]
772
775
  - range-parser (1.2.1) [MIT]
773
776
  - raw-body (2.5.1) [MIT]
@@ -908,6 +911,7 @@ Revision ID: 34ac651315601fae13f5c0e919946d6dabbbe8a4
908
911
  - tar (6.2.0) [ISC]
909
912
  - terser (5.26.0) [BSD-2-Clause]
910
913
  - terser-webpack-plugin (5.3.9) [MIT]
914
+ - text-encoding (0.7.0) [Multi-license: ECL-2.0 OR Unlicense, Multi-license: Apache-2.0 OR Unlicense, Unlicense]
911
915
  - through (2.3.8) [Multi-license: Apache-2.0 OR MIT]
912
916
  - thunky (1.1.0) [MIT]
913
917
  - tinybench (2.5.1) [MIT]
@@ -16696,6 +16700,79 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
16696
16700
 
16697
16701
 
16698
16702
 
16703
+ --------------------------------------------------------------------------------
16704
+ Package Title: emailjs-base64 (1.1.4)
16705
+
16706
+ Package Locator: npm+emailjs-base64$1.1.4
16707
+
16708
+ Package Depth: Transitive
16709
+ --------------------------------------------------------------------------------
16710
+
16711
+ * Declared Licenses *
16712
+ MIT
16713
+
16714
+
16715
+ MIT License
16716
+
16717
+ Copyright (c) 2017 emailJS
16718
+
16719
+ Permission is hereby granted, free of charge, to any person obtaining a copy
16720
+ of this software and associated documentation files (the "Software"), to deal
16721
+ in the Software without restriction, including without limitation the rights
16722
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16723
+ copies of the Software, and to permit persons to whom the Software is
16724
+ furnished to do so, subject to the following conditions:
16725
+
16726
+ The above copyright notice and this permission notice shall be included in all
16727
+ copies or substantial portions of the Software.
16728
+
16729
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16730
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16731
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16732
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16733
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16734
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
16735
+ SOFTWARE.
16736
+
16737
+ Base64 encoding code from [base64-js]{@link https://github.com/beatgammit/base64-js}, released under MIT license.
16738
+ Base64 decoding code from MDN docs, released under MIT license.
16739
+
16740
+
16741
+
16742
+ --------------------------------------------------------------------------------
16743
+ Package Title: emailjs-mime-codec (2.0.9)
16744
+
16745
+ Package Locator: npm+emailjs-mime-codec$2.0.9
16746
+
16747
+ Package Depth: Direct
16748
+ --------------------------------------------------------------------------------
16749
+
16750
+ * Declared Licenses *
16751
+ MIT
16752
+
16753
+
16754
+ Copyright (c) 2013 Andris Reinman
16755
+
16756
+ Permission is hereby granted, free of charge, to any person obtaining a copy
16757
+ of this software and associated documentation files (the "Software"), to deal
16758
+ in the Software without restriction, including without limitation the rights
16759
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16760
+ copies of the Software, and to permit persons to whom the Software is
16761
+ furnished to do so, subject to the following conditions:
16762
+
16763
+ The above copyright notice and this permission notice shall be included in
16764
+ all copies or substantial portions of the Software.
16765
+
16766
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16767
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16768
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16769
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16770
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16771
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
16772
+ THE SOFTWARE.
16773
+
16774
+
16775
+
16699
16776
  --------------------------------------------------------------------------------
16700
16777
  Package Title: emoji-regex (8.0.0)
16701
16778
 
@@ -30154,6 +30231,38 @@ THIS SOFTWARE.
30154
30231
 
30155
30232
 
30156
30233
 
30234
+ --------------------------------------------------------------------------------
30235
+ Package Title: ramda (0.26.1)
30236
+
30237
+ Package Locator: npm+ramda$0.26.1
30238
+
30239
+ Package Depth: Transitive
30240
+ --------------------------------------------------------------------------------
30241
+
30242
+ * Declared Licenses *
30243
+ MIT
30244
+
30245
+
30246
+ Copyright (c) <year> <copyright holders>
30247
+ Permission is hereby granted, free of charge, to any person obtaining a copy
30248
+ of this software and associated documentation files (the "Software"), to deal
30249
+ in the Software without restriction, including without limitation the rights
30250
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30251
+ copies of the Software, and to permit persons to whom the Software is
30252
+ furnished to do so, subject to the following conditions:
30253
+
30254
+ The above copyright notice and this permission notice shall be included in all
30255
+ copies or substantial portions of the Software.
30256
+
30257
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30258
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30259
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30260
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30261
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30262
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30263
+ SOFTWARE.
30264
+
30265
+
30157
30266
  --------------------------------------------------------------------------------
30158
30267
  Package Title: randombytes (2.1.0)
30159
30268
 
@@ -37386,6 +37495,744 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37386
37495
 
37387
37496
 
37388
37497
 
37498
+ --------------------------------------------------------------------------------
37499
+ Package Title: text-encoding (0.7.0)
37500
+
37501
+ Package Locator: npm+text-encoding$0.7.0
37502
+
37503
+ Package Depth: Transitive
37504
+ --------------------------------------------------------------------------------
37505
+
37506
+ * Declared Licenses *
37507
+ Multi-license: ECL-2.0 OR Unlicense, Multi-license: Apache-2.0 OR Unlicense
37508
+
37509
+ * Multi-license: ECL-2.0 OR Unlicense *
37510
+
37511
+ The encoding indexes, algorithms, and many comments in the code
37512
+ derive from the Encoding Standard https://encoding.spec.whatwg.org/
37513
+
37514
+ Otherwise, the code of this repository is released under the Unlicense
37515
+ license and is also dual-licensed under an Apache 2.0 license. Both
37516
+ are included below.
37517
+
37518
+ # Unlicense
37519
+
37520
+ This is free and unencumbered software released into the public domain.
37521
+
37522
+ Anyone is free to copy, modify, publish, use, compile, sell, or
37523
+ distribute this software, either in source code form or as a compiled
37524
+ binary, for any purpose, commercial or non-commercial, and by any
37525
+ means.
37526
+
37527
+ In jurisdictions that recognize copyright laws, the author or authors
37528
+ of this software dedicate any and all copyright interest in the
37529
+ software to the public domain. We make this dedication for the benefit
37530
+ of the public at large and to the detriment of our heirs and
37531
+ successors. We intend this dedication to be an overt act of
37532
+ relinquishment in perpetuity of all present and future rights to this
37533
+ software under copyright law.
37534
+
37535
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37536
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
37537
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
37538
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
37539
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
37540
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
37541
+ OTHER DEALINGS IN THE SOFTWARE.
37542
+
37543
+ For more information, please refer to <http://unlicense.org/>
37544
+
37545
+ # Apache 2.0 License
37546
+
37547
+ Apache License
37548
+ Version 2.0, January 2004
37549
+ http://www.apache.org/licenses/
37550
+
37551
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
37552
+
37553
+ 1. Definitions.
37554
+
37555
+ "License" shall mean the terms and conditions for use, reproduction,
37556
+ and distribution as defined by Sections 1 through 9 of this document.
37557
+
37558
+ "Licensor" shall mean the copyright owner or entity authorized by
37559
+ the copyright owner that is granting the License.
37560
+
37561
+ "Legal Entity" shall mean the union of the acting entity and all
37562
+ other entities that control, are controlled by, or are under common
37563
+ control with that entity. For the purposes of this definition,
37564
+ "control" means (i) the power, direct or indirect, to cause the
37565
+ direction or management of such entity, whether by contract or
37566
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
37567
+ outstanding shares, or (iii) beneficial ownership of such entity.
37568
+
37569
+ "You" (or "Your") shall mean an individual or Legal Entity
37570
+ exercising permissions granted by this License.
37571
+
37572
+ "Source" form shall mean the preferred form for making modifications,
37573
+ including but not limited to software source code, documentation
37574
+ source, and configuration files.
37575
+
37576
+ "Object" form shall mean any form resulting from mechanical
37577
+ transformation or translation of a Source form, including but
37578
+ not limited to compiled object code, generated documentation,
37579
+ and conversions to other media types.
37580
+
37581
+ "Work" shall mean the work of authorship, whether in Source or
37582
+ Object form, made available under the License, as indicated by a
37583
+ copyright notice that is included in or attached to the work
37584
+ (an example is provided in the Appendix below).
37585
+
37586
+ "Derivative Works" shall mean any work, whether in Source or Object
37587
+ form, that is based on (or derived from) the Work and for which the
37588
+ editorial revisions, annotations, elaborations, or other modifications
37589
+ represent, as a whole, an original work of authorship. For the purposes
37590
+ of this License, Derivative Works shall not include works that remain
37591
+ separable from, or merely link (or bind by name) to the interfaces of,
37592
+ the Work and Derivative Works thereof.
37593
+
37594
+ "Contribution" shall mean any work of authorship, including
37595
+ the original version of the Work and any modifications or additions
37596
+ to that Work or Derivative Works thereof, that is intentionally
37597
+ submitted to Licensor for inclusion in the Work by the copyright owner
37598
+ or by an individual or Legal Entity authorized to submit on behalf of
37599
+ the copyright owner. For the purposes of this definition, "submitted"
37600
+ means any form of electronic, verbal, or written communication sent
37601
+ to the Licensor or its representatives, including but not limited to
37602
+ communication on electronic mailing lists, source code control systems,
37603
+ and issue tracking systems that are managed by, or on behalf of, the
37604
+ Licensor for the purpose of discussing and improving the Work, but
37605
+ excluding communication that is conspicuously marked or otherwise
37606
+ designated in writing by the copyright owner as "Not a Contribution."
37607
+
37608
+ "Contributor" shall mean Licensor and any individual or Legal Entity
37609
+ on behalf of whom a Contribution has been received by Licensor and
37610
+ subsequently incorporated within the Work.
37611
+
37612
+ 2. Grant of Copyright License. Subject to the terms and conditions of
37613
+ this License, each Contributor hereby grants to You a perpetual,
37614
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
37615
+ copyright license to reproduce, prepare Derivative Works of,
37616
+ publicly display, publicly perform, sublicense, and distribute the
37617
+ Work and such Derivative Works in Source or Object form.
37618
+
37619
+ 3. Grant of Patent License. Subject to the terms and conditions of
37620
+ this License, each Contributor hereby grants to You a perpetual,
37621
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
37622
+ (except as stated in this section) patent license to make, have made,
37623
+ use, offer to sell, sell, import, and otherwise transfer the Work,
37624
+ where such license applies only to those patent claims licensable
37625
+ by such Contributor that are necessarily infringed by their
37626
+ Contribution(s) alone or by combination of their Contribution(s)
37627
+ with the Work to which such Contribution(s) was submitted. If You
37628
+ institute patent litigation against any entity (including a
37629
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
37630
+ or a Contribution incorporated within the Work constitutes direct
37631
+ or contributory patent infringement, then any patent licenses
37632
+ granted to You under this License for that Work shall terminate
37633
+ as of the date such litigation is filed.
37634
+
37635
+ 4. Redistribution. You may reproduce and distribute copies of the
37636
+ Work or Derivative Works thereof in any medium, with or without
37637
+ modifications, and in Source or Object form, provided that You
37638
+ meet the following conditions:
37639
+
37640
+ (a) You must give any other recipients of the Work or
37641
+ Derivative Works a copy of this License; and
37642
+
37643
+ (b) You must cause any modified files to carry prominent notices
37644
+ stating that You changed the files; and
37645
+
37646
+ (c) You must retain, in the Source form of any Derivative Works
37647
+ that You distribute, all copyright, patent, trademark, and
37648
+ attribution notices from the Source form of the Work,
37649
+ excluding those notices that do not pertain to any part of
37650
+ the Derivative Works; and
37651
+
37652
+ (d) If the Work includes a "NOTICE" text file as part of its
37653
+ distribution, then any Derivative Works that You distribute must
37654
+ include a readable copy of the attribution notices contained
37655
+ within such NOTICE file, excluding those notices that do not
37656
+ pertain to any part of the Derivative Works, in at least one
37657
+ of the following places: within a NOTICE text file distributed
37658
+ as part of the Derivative Works; within the Source form or
37659
+ documentation, if provided along with the Derivative Works; or,
37660
+ within a display generated by the Derivative Works, if and
37661
+ wherever such third-party notices normally appear. The contents
37662
+ of the NOTICE file are for informational purposes only and
37663
+ do not modify the License. You may add Your own attribution
37664
+ notices within Derivative Works that You distribute, alongside
37665
+ or as an addendum to the NOTICE text from the Work, provided
37666
+ that such additional attribution notices cannot be construed
37667
+ as modifying the License.
37668
+
37669
+ You may add Your own copyright statement to Your modifications and
37670
+ may provide additional or different license terms and conditions
37671
+ for use, reproduction, or distribution of Your modifications, or
37672
+ for any such Derivative Works as a whole, provided Your use,
37673
+ reproduction, and distribution of the Work otherwise complies with
37674
+ the conditions stated in this License.
37675
+
37676
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
37677
+ any Contribution intentionally submitted for inclusion in the Work
37678
+ by You to the Licensor shall be under the terms and conditions of
37679
+ this License, without any additional terms or conditions.
37680
+ Notwithstanding the above, nothing herein shall supersede or modify
37681
+ the terms of any separate license agreement you may have executed
37682
+ with Licensor regarding such Contributions.
37683
+
37684
+ 6. Trademarks. This License does not grant permission to use the trade
37685
+ names, trademarks, service marks, or product names of the Licensor,
37686
+ except as required for reasonable and customary use in describing the
37687
+ origin of the Work and reproducing the content of the NOTICE file.
37688
+
37689
+ 7. Disclaimer of Warranty. Unless required by applicable law or
37690
+ agreed to in writing, Licensor provides the Work (and each
37691
+ Contributor provides its Contributions) on an "AS IS" BASIS,
37692
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
37693
+ implied, including, without limitation, any warranties or conditions
37694
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
37695
+ PARTICULAR PURPOSE. You are solely responsible for determining the
37696
+ appropriateness of using or redistributing the Work and assume any
37697
+ risks associated with Your exercise of permissions under this License.
37698
+
37699
+ 8. Limitation of Liability. In no event and under no legal theory,
37700
+ whether in tort (including negligence), contract, or otherwise,
37701
+ unless required by applicable law (such as deliberate and grossly
37702
+ negligent acts) or agreed to in writing, shall any Contributor be
37703
+ liable to You for damages, including any direct, indirect, special,
37704
+ incidental, or consequential damages of any character arising as a
37705
+ result of this License or out of the use or inability to use the
37706
+ Work (including but not limited to damages for loss of goodwill,
37707
+ work stoppage, computer failure or malfunction, or any and all
37708
+ other commercial damages or losses), even if such Contributor
37709
+ has been advised of the possibility of such damages.
37710
+
37711
+ 9. Accepting Warranty or Additional Liability. While redistributing
37712
+ the Work or Derivative Works thereof, You may choose to offer,
37713
+ and charge a fee for, acceptance of support, warranty, indemnity,
37714
+ or other liability obligations and/or rights consistent with this
37715
+ License. However, in accepting such obligations, You may act only
37716
+ on Your own behalf and on Your sole responsibility, not on behalf
37717
+ of any other Contributor, and only if You agree to indemnify,
37718
+ defend, and hold each Contributor harmless for any liability
37719
+ incurred by, or claims asserted against, such Contributor by reason
37720
+ of your accepting any such warranty or additional liability.
37721
+
37722
+ END OF TERMS AND CONDITIONS
37723
+
37724
+ APPENDIX: How to apply the Apache License to your work.
37725
+
37726
+ To apply the Apache License to your work, attach the following
37727
+ boilerplate notice, with the fields enclosed by brackets "[]"
37728
+ replaced with your own identifying information. (Don't include
37729
+ the brackets!) The text should be enclosed in the appropriate
37730
+ comment syntax for the file format. We also recommend that a
37731
+ file or class name and description of purpose be included on the
37732
+ same "printed page" as the copyright notice for easier
37733
+ identification within third-party archives.
37734
+
37735
+ Copyright [yyyy] [name of copyright owner]
37736
+
37737
+ Licensed under the Apache License, Version 2.0 (the "License");
37738
+ you may not use this file except in compliance with the License.
37739
+ You may obtain a copy of the License at
37740
+
37741
+ http://www.apache.org/licenses/LICENSE-2.0
37742
+
37743
+ Unless required by applicable law or agreed to in writing, software
37744
+ distributed under the License is distributed on an "AS IS" BASIS,
37745
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37746
+ See the License for the specific language governing permissions and
37747
+ limitations under the License.
37748
+
37749
+
37750
+ * Multi-license: Apache-2.0 OR Unlicense *
37751
+
37752
+ The encoding indexes, algorithms, and many comments in the code
37753
+ derive from the Encoding Standard https://encoding.spec.whatwg.org/
37754
+
37755
+ Otherwise, the code of this repository is released under the Unlicense
37756
+ license and is also dual-licensed under an Apache 2.0 license. Both
37757
+ are included below.
37758
+
37759
+ # Unlicense
37760
+
37761
+ This is free and unencumbered software released into the public domain.
37762
+
37763
+ Anyone is free to copy, modify, publish, use, compile, sell, or
37764
+ distribute this software, either in source code form or as a compiled
37765
+ binary, for any purpose, commercial or non-commercial, and by any
37766
+ means.
37767
+
37768
+ In jurisdictions that recognize copyright laws, the author or authors
37769
+ of this software dedicate any and all copyright interest in the
37770
+ software to the public domain. We make this dedication for the benefit
37771
+ of the public at large and to the detriment of our heirs and
37772
+ successors. We intend this dedication to be an overt act of
37773
+ relinquishment in perpetuity of all present and future rights to this
37774
+ software under copyright law.
37775
+
37776
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37777
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
37778
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
37779
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
37780
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
37781
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
37782
+ OTHER DEALINGS IN THE SOFTWARE.
37783
+
37784
+ For more information, please refer to <http://unlicense.org/>
37785
+
37786
+ # Apache 2.0 License
37787
+
37788
+ Apache License
37789
+ Version 2.0, January 2004
37790
+ http://www.apache.org/licenses/
37791
+
37792
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
37793
+
37794
+ 1. Definitions.
37795
+
37796
+ "License" shall mean the terms and conditions for use, reproduction,
37797
+ and distribution as defined by Sections 1 through 9 of this document.
37798
+
37799
+ "Licensor" shall mean the copyright owner or entity authorized by
37800
+ the copyright owner that is granting the License.
37801
+
37802
+ "Legal Entity" shall mean the union of the acting entity and all
37803
+ other entities that control, are controlled by, or are under common
37804
+ control with that entity. For the purposes of this definition,
37805
+ "control" means (i) the power, direct or indirect, to cause the
37806
+ direction or management of such entity, whether by contract or
37807
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
37808
+ outstanding shares, or (iii) beneficial ownership of such entity.
37809
+
37810
+ "You" (or "Your") shall mean an individual or Legal Entity
37811
+ exercising permissions granted by this License.
37812
+
37813
+ "Source" form shall mean the preferred form for making modifications,
37814
+ including but not limited to software source code, documentation
37815
+ source, and configuration files.
37816
+
37817
+ "Object" form shall mean any form resulting from mechanical
37818
+ transformation or translation of a Source form, including but
37819
+ not limited to compiled object code, generated documentation,
37820
+ and conversions to other media types.
37821
+
37822
+ "Work" shall mean the work of authorship, whether in Source or
37823
+ Object form, made available under the License, as indicated by a
37824
+ copyright notice that is included in or attached to the work
37825
+ (an example is provided in the Appendix below).
37826
+
37827
+ "Derivative Works" shall mean any work, whether in Source or Object
37828
+ form, that is based on (or derived from) the Work and for which the
37829
+ editorial revisions, annotations, elaborations, or other modifications
37830
+ represent, as a whole, an original work of authorship. For the purposes
37831
+ of this License, Derivative Works shall not include works that remain
37832
+ separable from, or merely link (or bind by name) to the interfaces of,
37833
+ the Work and Derivative Works thereof.
37834
+
37835
+ "Contribution" shall mean any work of authorship, including
37836
+ the original version of the Work and any modifications or additions
37837
+ to that Work or Derivative Works thereof, that is intentionally
37838
+ submitted to Licensor for inclusion in the Work by the copyright owner
37839
+ or by an individual or Legal Entity authorized to submit on behalf of
37840
+ the copyright owner. For the purposes of this definition, "submitted"
37841
+ means any form of electronic, verbal, or written communication sent
37842
+ to the Licensor or its representatives, including but not limited to
37843
+ communication on electronic mailing lists, source code control systems,
37844
+ and issue tracking systems that are managed by, or on behalf of, the
37845
+ Licensor for the purpose of discussing and improving the Work, but
37846
+ excluding communication that is conspicuously marked or otherwise
37847
+ designated in writing by the copyright owner as "Not a Contribution."
37848
+
37849
+ "Contributor" shall mean Licensor and any individual or Legal Entity
37850
+ on behalf of whom a Contribution has been received by Licensor and
37851
+ subsequently incorporated within the Work.
37852
+
37853
+ 2. Grant of Copyright License. Subject to the terms and conditions of
37854
+ this License, each Contributor hereby grants to You a perpetual,
37855
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
37856
+ copyright license to reproduce, prepare Derivative Works of,
37857
+ publicly display, publicly perform, sublicense, and distribute the
37858
+ Work and such Derivative Works in Source or Object form.
37859
+
37860
+ 3. Grant of Patent License. Subject to the terms and conditions of
37861
+ this License, each Contributor hereby grants to You a perpetual,
37862
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
37863
+ (except as stated in this section) patent license to make, have made,
37864
+ use, offer to sell, sell, import, and otherwise transfer the Work,
37865
+ where such license applies only to those patent claims licensable
37866
+ by such Contributor that are necessarily infringed by their
37867
+ Contribution(s) alone or by combination of their Contribution(s)
37868
+ with the Work to which such Contribution(s) was submitted. If You
37869
+ institute patent litigation against any entity (including a
37870
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
37871
+ or a Contribution incorporated within the Work constitutes direct
37872
+ or contributory patent infringement, then any patent licenses
37873
+ granted to You under this License for that Work shall terminate
37874
+ as of the date such litigation is filed.
37875
+
37876
+ 4. Redistribution. You may reproduce and distribute copies of the
37877
+ Work or Derivative Works thereof in any medium, with or without
37878
+ modifications, and in Source or Object form, provided that You
37879
+ meet the following conditions:
37880
+
37881
+ (a) You must give any other recipients of the Work or
37882
+ Derivative Works a copy of this License; and
37883
+
37884
+ (b) You must cause any modified files to carry prominent notices
37885
+ stating that You changed the files; and
37886
+
37887
+ (c) You must retain, in the Source form of any Derivative Works
37888
+ that You distribute, all copyright, patent, trademark, and
37889
+ attribution notices from the Source form of the Work,
37890
+ excluding those notices that do not pertain to any part of
37891
+ the Derivative Works; and
37892
+
37893
+ (d) If the Work includes a "NOTICE" text file as part of its
37894
+ distribution, then any Derivative Works that You distribute must
37895
+ include a readable copy of the attribution notices contained
37896
+ within such NOTICE file, excluding those notices that do not
37897
+ pertain to any part of the Derivative Works, in at least one
37898
+ of the following places: within a NOTICE text file distributed
37899
+ as part of the Derivative Works; within the Source form or
37900
+ documentation, if provided along with the Derivative Works; or,
37901
+ within a display generated by the Derivative Works, if and
37902
+ wherever such third-party notices normally appear. The contents
37903
+ of the NOTICE file are for informational purposes only and
37904
+ do not modify the License. You may add Your own attribution
37905
+ notices within Derivative Works that You distribute, alongside
37906
+ or as an addendum to the NOTICE text from the Work, provided
37907
+ that such additional attribution notices cannot be construed
37908
+ as modifying the License.
37909
+
37910
+ You may add Your own copyright statement to Your modifications and
37911
+ may provide additional or different license terms and conditions
37912
+ for use, reproduction, or distribution of Your modifications, or
37913
+ for any such Derivative Works as a whole, provided Your use,
37914
+ reproduction, and distribution of the Work otherwise complies with
37915
+ the conditions stated in this License.
37916
+
37917
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
37918
+ any Contribution intentionally submitted for inclusion in the Work
37919
+ by You to the Licensor shall be under the terms and conditions of
37920
+ this License, without any additional terms or conditions.
37921
+ Notwithstanding the above, nothing herein shall supersede or modify
37922
+ the terms of any separate license agreement you may have executed
37923
+ with Licensor regarding such Contributions.
37924
+
37925
+ 6. Trademarks. This License does not grant permission to use the trade
37926
+ names, trademarks, service marks, or product names of the Licensor,
37927
+ except as required for reasonable and customary use in describing the
37928
+ origin of the Work and reproducing the content of the NOTICE file.
37929
+
37930
+ 7. Disclaimer of Warranty. Unless required by applicable law or
37931
+ agreed to in writing, Licensor provides the Work (and each
37932
+ Contributor provides its Contributions) on an "AS IS" BASIS,
37933
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
37934
+ implied, including, without limitation, any warranties or conditions
37935
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
37936
+ PARTICULAR PURPOSE. You are solely responsible for determining the
37937
+ appropriateness of using or redistributing the Work and assume any
37938
+ risks associated with Your exercise of permissions under this License.
37939
+
37940
+ 8. Limitation of Liability. In no event and under no legal theory,
37941
+ whether in tort (including negligence), contract, or otherwise,
37942
+ unless required by applicable law (such as deliberate and grossly
37943
+ negligent acts) or agreed to in writing, shall any Contributor be
37944
+ liable to You for damages, including any direct, indirect, special,
37945
+ incidental, or consequential damages of any character arising as a
37946
+ result of this License or out of the use or inability to use the
37947
+ Work (including but not limited to damages for loss of goodwill,
37948
+ work stoppage, computer failure or malfunction, or any and all
37949
+ other commercial damages or losses), even if such Contributor
37950
+ has been advised of the possibility of such damages.
37951
+
37952
+ 9. Accepting Warranty or Additional Liability. While redistributing
37953
+ the Work or Derivative Works thereof, You may choose to offer,
37954
+ and charge a fee for, acceptance of support, warranty, indemnity,
37955
+ or other liability obligations and/or rights consistent with this
37956
+ License. However, in accepting such obligations, You may act only
37957
+ on Your own behalf and on Your sole responsibility, not on behalf
37958
+ of any other Contributor, and only if You agree to indemnify,
37959
+ defend, and hold each Contributor harmless for any liability
37960
+ incurred by, or claims asserted against, such Contributor by reason
37961
+ of your accepting any such warranty or additional liability.
37962
+
37963
+ END OF TERMS AND CONDITIONS
37964
+
37965
+ APPENDIX: How to apply the Apache License to your work.
37966
+
37967
+ To apply the Apache License to your work, attach the following
37968
+ boilerplate notice, with the fields enclosed by brackets "[]"
37969
+ replaced with your own identifying information. (Don't include
37970
+ the brackets!) The text should be enclosed in the appropriate
37971
+ comment syntax for the file format. We also recommend that a
37972
+ file or class name and description of purpose be included on the
37973
+ same "printed page" as the copyright notice for easier
37974
+ identification within third-party archives.
37975
+
37976
+ Copyright [yyyy] [name of copyright owner]
37977
+
37978
+ Licensed under the Apache License, Version 2.0 (the "License");
37979
+ you may not use this file except in compliance with the License.
37980
+ You may obtain a copy of the License at
37981
+
37982
+ http://www.apache.org/licenses/LICENSE-2.0
37983
+
37984
+ Unless required by applicable law or agreed to in writing, software
37985
+ distributed under the License is distributed on an "AS IS" BASIS,
37986
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37987
+ See the License for the specific language governing permissions and
37988
+ limitations under the License.
37989
+
37990
+
37991
+
37992
+ * Other Licenses *
37993
+ Unlicense
37994
+
37995
+
37996
+ The encoding indexes, algorithms, and many comments in the code
37997
+ derive from the Encoding Standard https://encoding.spec.whatwg.org/
37998
+
37999
+ Otherwise, the code of this repository is released under the Unlicense
38000
+ license and is also dual-licensed under an Apache 2.0 license. Both
38001
+ are included below.
38002
+
38003
+ # Unlicense
38004
+
38005
+ This is free and unencumbered software released into the public domain.
38006
+
38007
+ Anyone is free to copy, modify, publish, use, compile, sell, or
38008
+ distribute this software, either in source code form or as a compiled
38009
+ binary, for any purpose, commercial or non-commercial, and by any
38010
+ means.
38011
+
38012
+ In jurisdictions that recognize copyright laws, the author or authors
38013
+ of this software dedicate any and all copyright interest in the
38014
+ software to the public domain. We make this dedication for the benefit
38015
+ of the public at large and to the detriment of our heirs and
38016
+ successors. We intend this dedication to be an overt act of
38017
+ relinquishment in perpetuity of all present and future rights to this
38018
+ software under copyright law.
38019
+
38020
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
38021
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
38022
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
38023
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
38024
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
38025
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
38026
+ OTHER DEALINGS IN THE SOFTWARE.
38027
+
38028
+ For more information, please refer to <http://unlicense.org/>
38029
+
38030
+ # Apache 2.0 License
38031
+
38032
+ Apache License
38033
+ Version 2.0, January 2004
38034
+ http://www.apache.org/licenses/
38035
+
38036
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
38037
+
38038
+ 1. Definitions.
38039
+
38040
+ "License" shall mean the terms and conditions for use, reproduction,
38041
+ and distribution as defined by Sections 1 through 9 of this document.
38042
+
38043
+ "Licensor" shall mean the copyright owner or entity authorized by
38044
+ the copyright owner that is granting the License.
38045
+
38046
+ "Legal Entity" shall mean the union of the acting entity and all
38047
+ other entities that control, are controlled by, or are under common
38048
+ control with that entity. For the purposes of this definition,
38049
+ "control" means (i) the power, direct or indirect, to cause the
38050
+ direction or management of such entity, whether by contract or
38051
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
38052
+ outstanding shares, or (iii) beneficial ownership of such entity.
38053
+
38054
+ "You" (or "Your") shall mean an individual or Legal Entity
38055
+ exercising permissions granted by this License.
38056
+
38057
+ "Source" form shall mean the preferred form for making modifications,
38058
+ including but not limited to software source code, documentation
38059
+ source, and configuration files.
38060
+
38061
+ "Object" form shall mean any form resulting from mechanical
38062
+ transformation or translation of a Source form, including but
38063
+ not limited to compiled object code, generated documentation,
38064
+ and conversions to other media types.
38065
+
38066
+ "Work" shall mean the work of authorship, whether in Source or
38067
+ Object form, made available under the License, as indicated by a
38068
+ copyright notice that is included in or attached to the work
38069
+ (an example is provided in the Appendix below).
38070
+
38071
+ "Derivative Works" shall mean any work, whether in Source or Object
38072
+ form, that is based on (or derived from) the Work and for which the
38073
+ editorial revisions, annotations, elaborations, or other modifications
38074
+ represent, as a whole, an original work of authorship. For the purposes
38075
+ of this License, Derivative Works shall not include works that remain
38076
+ separable from, or merely link (or bind by name) to the interfaces of,
38077
+ the Work and Derivative Works thereof.
38078
+
38079
+ "Contribution" shall mean any work of authorship, including
38080
+ the original version of the Work and any modifications or additions
38081
+ to that Work or Derivative Works thereof, that is intentionally
38082
+ submitted to Licensor for inclusion in the Work by the copyright owner
38083
+ or by an individual or Legal Entity authorized to submit on behalf of
38084
+ the copyright owner. For the purposes of this definition, "submitted"
38085
+ means any form of electronic, verbal, or written communication sent
38086
+ to the Licensor or its representatives, including but not limited to
38087
+ communication on electronic mailing lists, source code control systems,
38088
+ and issue tracking systems that are managed by, or on behalf of, the
38089
+ Licensor for the purpose of discussing and improving the Work, but
38090
+ excluding communication that is conspicuously marked or otherwise
38091
+ designated in writing by the copyright owner as "Not a Contribution."
38092
+
38093
+ "Contributor" shall mean Licensor and any individual or Legal Entity
38094
+ on behalf of whom a Contribution has been received by Licensor and
38095
+ subsequently incorporated within the Work.
38096
+
38097
+ 2. Grant of Copyright License. Subject to the terms and conditions of
38098
+ this License, each Contributor hereby grants to You a perpetual,
38099
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
38100
+ copyright license to reproduce, prepare Derivative Works of,
38101
+ publicly display, publicly perform, sublicense, and distribute the
38102
+ Work and such Derivative Works in Source or Object form.
38103
+
38104
+ 3. Grant of Patent License. Subject to the terms and conditions of
38105
+ this License, each Contributor hereby grants to You a perpetual,
38106
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
38107
+ (except as stated in this section) patent license to make, have made,
38108
+ use, offer to sell, sell, import, and otherwise transfer the Work,
38109
+ where such license applies only to those patent claims licensable
38110
+ by such Contributor that are necessarily infringed by their
38111
+ Contribution(s) alone or by combination of their Contribution(s)
38112
+ with the Work to which such Contribution(s) was submitted. If You
38113
+ institute patent litigation against any entity (including a
38114
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
38115
+ or a Contribution incorporated within the Work constitutes direct
38116
+ or contributory patent infringement, then any patent licenses
38117
+ granted to You under this License for that Work shall terminate
38118
+ as of the date such litigation is filed.
38119
+
38120
+ 4. Redistribution. You may reproduce and distribute copies of the
38121
+ Work or Derivative Works thereof in any medium, with or without
38122
+ modifications, and in Source or Object form, provided that You
38123
+ meet the following conditions:
38124
+
38125
+ (a) You must give any other recipients of the Work or
38126
+ Derivative Works a copy of this License; and
38127
+
38128
+ (b) You must cause any modified files to carry prominent notices
38129
+ stating that You changed the files; and
38130
+
38131
+ (c) You must retain, in the Source form of any Derivative Works
38132
+ that You distribute, all copyright, patent, trademark, and
38133
+ attribution notices from the Source form of the Work,
38134
+ excluding those notices that do not pertain to any part of
38135
+ the Derivative Works; and
38136
+
38137
+ (d) If the Work includes a "NOTICE" text file as part of its
38138
+ distribution, then any Derivative Works that You distribute must
38139
+ include a readable copy of the attribution notices contained
38140
+ within such NOTICE file, excluding those notices that do not
38141
+ pertain to any part of the Derivative Works, in at least one
38142
+ of the following places: within a NOTICE text file distributed
38143
+ as part of the Derivative Works; within the Source form or
38144
+ documentation, if provided along with the Derivative Works; or,
38145
+ within a display generated by the Derivative Works, if and
38146
+ wherever such third-party notices normally appear. The contents
38147
+ of the NOTICE file are for informational purposes only and
38148
+ do not modify the License. You may add Your own attribution
38149
+ notices within Derivative Works that You distribute, alongside
38150
+ or as an addendum to the NOTICE text from the Work, provided
38151
+ that such additional attribution notices cannot be construed
38152
+ as modifying the License.
38153
+
38154
+ You may add Your own copyright statement to Your modifications and
38155
+ may provide additional or different license terms and conditions
38156
+ for use, reproduction, or distribution of Your modifications, or
38157
+ for any such Derivative Works as a whole, provided Your use,
38158
+ reproduction, and distribution of the Work otherwise complies with
38159
+ the conditions stated in this License.
38160
+
38161
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
38162
+ any Contribution intentionally submitted for inclusion in the Work
38163
+ by You to the Licensor shall be under the terms and conditions of
38164
+ this License, without any additional terms or conditions.
38165
+ Notwithstanding the above, nothing herein shall supersede or modify
38166
+ the terms of any separate license agreement you may have executed
38167
+ with Licensor regarding such Contributions.
38168
+
38169
+ 6. Trademarks. This License does not grant permission to use the trade
38170
+ names, trademarks, service marks, or product names of the Licensor,
38171
+ except as required for reasonable and customary use in describing the
38172
+ origin of the Work and reproducing the content of the NOTICE file.
38173
+
38174
+ 7. Disclaimer of Warranty. Unless required by applicable law or
38175
+ agreed to in writing, Licensor provides the Work (and each
38176
+ Contributor provides its Contributions) on an "AS IS" BASIS,
38177
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
38178
+ implied, including, without limitation, any warranties or conditions
38179
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
38180
+ PARTICULAR PURPOSE. You are solely responsible for determining the
38181
+ appropriateness of using or redistributing the Work and assume any
38182
+ risks associated with Your exercise of permissions under this License.
38183
+
38184
+ 8. Limitation of Liability. In no event and under no legal theory,
38185
+ whether in tort (including negligence), contract, or otherwise,
38186
+ unless required by applicable law (such as deliberate and grossly
38187
+ negligent acts) or agreed to in writing, shall any Contributor be
38188
+ liable to You for damages, including any direct, indirect, special,
38189
+ incidental, or consequential damages of any character arising as a
38190
+ result of this License or out of the use or inability to use the
38191
+ Work (including but not limited to damages for loss of goodwill,
38192
+ work stoppage, computer failure or malfunction, or any and all
38193
+ other commercial damages or losses), even if such Contributor
38194
+ has been advised of the possibility of such damages.
38195
+
38196
+ 9. Accepting Warranty or Additional Liability. While redistributing
38197
+ the Work or Derivative Works thereof, You may choose to offer,
38198
+ and charge a fee for, acceptance of support, warranty, indemnity,
38199
+ or other liability obligations and/or rights consistent with this
38200
+ License. However, in accepting such obligations, You may act only
38201
+ on Your own behalf and on Your sole responsibility, not on behalf
38202
+ of any other Contributor, and only if You agree to indemnify,
38203
+ defend, and hold each Contributor harmless for any liability
38204
+ incurred by, or claims asserted against, such Contributor by reason
38205
+ of your accepting any such warranty or additional liability.
38206
+
38207
+ END OF TERMS AND CONDITIONS
38208
+
38209
+ APPENDIX: How to apply the Apache License to your work.
38210
+
38211
+ To apply the Apache License to your work, attach the following
38212
+ boilerplate notice, with the fields enclosed by brackets "[]"
38213
+ replaced with your own identifying information. (Don't include
38214
+ the brackets!) The text should be enclosed in the appropriate
38215
+ comment syntax for the file format. We also recommend that a
38216
+ file or class name and description of purpose be included on the
38217
+ same "printed page" as the copyright notice for easier
38218
+ identification within third-party archives.
38219
+
38220
+ Copyright [yyyy] [name of copyright owner]
38221
+
38222
+ Licensed under the Apache License, Version 2.0 (the "License");
38223
+ you may not use this file except in compliance with the License.
38224
+ You may obtain a copy of the License at
38225
+
38226
+ http://www.apache.org/licenses/LICENSE-2.0
38227
+
38228
+ Unless required by applicable law or agreed to in writing, software
38229
+ distributed under the License is distributed on an "AS IS" BASIS,
38230
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38231
+ See the License for the specific language governing permissions and
38232
+ limitations under the License.
38233
+
38234
+
38235
+
37389
38236
  --------------------------------------------------------------------------------
37390
38237
  Package Title: through (2.3.8)
37391
38238
 
@@ -62358,6 +63205,29 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62358
63205
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
62359
63206
  THE SOFTWARE.
62360
63207
 
63208
+ * MIT *
63209
+
63210
+ Copyright (c) 2013 Andris Reinman
63211
+
63212
+ Permission is hereby granted, free of charge, to any person obtaining a copy
63213
+ of this software and associated documentation files (the "Software"), to deal
63214
+ in the Software without restriction, including without limitation the rights
63215
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
63216
+ copies of the Software, and to permit persons to whom the Software is
63217
+ furnished to do so, subject to the following conditions:
63218
+
63219
+ The above copyright notice and this permission notice shall be included in
63220
+ all copies or substantial portions of the Software.
63221
+
63222
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
63223
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63224
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
63225
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
63226
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63227
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63228
+ THE SOFTWARE.
63229
+
63230
+
62361
63231
  * MIT *
62362
63232
 
62363
63233
  Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
@@ -66275,6 +67145,74 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
66275
67145
  SOFTWARE.
66276
67146
 
66277
67147
 
67148
+ * ECL-2.0 *
67149
+
67150
+ Educational Community License
67151
+ Version 2.0, April 2007 http://www.osedu.org/licenses/
67152
+ The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license, modified to change the scope of the patent grant in section 3 to be specific to the needs of the education communities using this license. The original Apache 2.0 license can be found at: http://www.apache.org/licenses/LICENSE-2.0
67153
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
67154
+ 1. Definitions.
67155
+
67156
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
67157
+
67158
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
67159
+
67160
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
67161
+
67162
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
67163
+
67164
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
67165
+
67166
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
67167
+
67168
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
67169
+
67170
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
67171
+
67172
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
67173
+
67174
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
67175
+ 2. Grant of Copyright License.
67176
+ Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
67177
+ 3. Grant of Patent License.
67178
+ Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Any patent license granted hereby with respect to contributions by an individual employed by an institution or organization is limited to patent claims where the individual that is the author of the Work is also the inventor of the patent claims licensed, and where the organization or institution has the right to grant such license under applicable grant and research funding agreements. No other express or implied licenses are granted.
67179
+ 4. Redistribution.
67180
+ You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
67181
+ a. You must give any other recipients of the Work or Derivative Works a copy of this License; and
67182
+ b. You must cause any modified files to carry prominent notices stating that You changed the files; and
67183
+ c. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
67184
+ d. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
67185
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
67186
+ 5. Submission of Contributions.
67187
+ Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
67188
+ 6. Trademarks.
67189
+ This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
67190
+ 7. Disclaimer of Warranty.
67191
+ Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
67192
+ 8. Limitation of Liability.
67193
+ In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
67194
+ 9. Accepting Warranty or Additional Liability.
67195
+ While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
67196
+ APPENDIX: How to apply the Educational Community License to your work
67197
+ To apply the Educational Community License to your work, attach
67198
+ the following boilerplate notice, with the fields enclosed by
67199
+ brackets "[]" replaced with your own identifying information.
67200
+ (Don't include the brackets!) The text should be enclosed in the
67201
+ appropriate comment syntax for the file format. We also recommend
67202
+ that a file or class name and description of purpose be included on
67203
+ the same "printed page" as the copyright notice for easier
67204
+ identification within third-party archives.
67205
+ Copyright [yyyy] [name of copyright owner] Licensed under the
67206
+ Educational Community License, Version 2.0 (the "License"); you may
67207
+ not use this file except in compliance with the License. You may
67208
+ obtain a copy of the License at
67209
+ http://www.osedu.org/licenses/ECL-2.0
67210
+ Unless required by applicable law or agreed to in writing,
67211
+ software distributed under the License is distributed on an "AS IS"
67212
+ BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
67213
+ or implied. See the License for the specific language governing
67214
+ permissions and limitations under the License.
67215
+
66278
67216
  * MIT *
66279
67217
 
66280
67218
  Highcharts React
@@ -67458,6 +68396,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67458
68396
  SOFTWARE.
67459
68397
 
67460
68398
 
68399
+ * MIT *
68400
+
68401
+ MIT License
68402
+
68403
+ Copyright (c) 2017 emailJS
68404
+
68405
+ Permission is hereby granted, free of charge, to any person obtaining a copy
68406
+ of this software and associated documentation files (the "Software"), to deal
68407
+ in the Software without restriction, including without limitation the rights
68408
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
68409
+ copies of the Software, and to permit persons to whom the Software is
68410
+ furnished to do so, subject to the following conditions:
68411
+
68412
+ The above copyright notice and this permission notice shall be included in all
68413
+ copies or substantial portions of the Software.
68414
+
68415
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68416
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
68417
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
68418
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
68419
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
68420
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
68421
+ SOFTWARE.
68422
+
68423
+ Base64 encoding code from [base64-js]{@link https://github.com/beatgammit/base64-js}, released under MIT license.
68424
+ Base64 decoding code from MDN docs, released under MIT license.
68425
+
68426
+
67461
68427
  * MIT *
67462
68428
 
67463
68429
  MIT License
@@ -72486,6 +73452,247 @@ The above copyright notice and this permission notice shall be included in all c
72486
73452
 
72487
73453
  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.
72488
73454
 
73455
+ * Unlicense *
73456
+
73457
+ The encoding indexes, algorithms, and many comments in the code
73458
+ derive from the Encoding Standard https://encoding.spec.whatwg.org/
73459
+
73460
+ Otherwise, the code of this repository is released under the Unlicense
73461
+ license and is also dual-licensed under an Apache 2.0 license. Both
73462
+ are included below.
73463
+
73464
+ # Unlicense
73465
+
73466
+ This is free and unencumbered software released into the public domain.
73467
+
73468
+ Anyone is free to copy, modify, publish, use, compile, sell, or
73469
+ distribute this software, either in source code form or as a compiled
73470
+ binary, for any purpose, commercial or non-commercial, and by any
73471
+ means.
73472
+
73473
+ In jurisdictions that recognize copyright laws, the author or authors
73474
+ of this software dedicate any and all copyright interest in the
73475
+ software to the public domain. We make this dedication for the benefit
73476
+ of the public at large and to the detriment of our heirs and
73477
+ successors. We intend this dedication to be an overt act of
73478
+ relinquishment in perpetuity of all present and future rights to this
73479
+ software under copyright law.
73480
+
73481
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
73482
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
73483
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
73484
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
73485
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
73486
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
73487
+ OTHER DEALINGS IN THE SOFTWARE.
73488
+
73489
+ For more information, please refer to <http://unlicense.org/>
73490
+
73491
+ # Apache 2.0 License
73492
+
73493
+ Apache License
73494
+ Version 2.0, January 2004
73495
+ http://www.apache.org/licenses/
73496
+
73497
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
73498
+
73499
+ 1. Definitions.
73500
+
73501
+ "License" shall mean the terms and conditions for use, reproduction,
73502
+ and distribution as defined by Sections 1 through 9 of this document.
73503
+
73504
+ "Licensor" shall mean the copyright owner or entity authorized by
73505
+ the copyright owner that is granting the License.
73506
+
73507
+ "Legal Entity" shall mean the union of the acting entity and all
73508
+ other entities that control, are controlled by, or are under common
73509
+ control with that entity. For the purposes of this definition,
73510
+ "control" means (i) the power, direct or indirect, to cause the
73511
+ direction or management of such entity, whether by contract or
73512
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
73513
+ outstanding shares, or (iii) beneficial ownership of such entity.
73514
+
73515
+ "You" (or "Your") shall mean an individual or Legal Entity
73516
+ exercising permissions granted by this License.
73517
+
73518
+ "Source" form shall mean the preferred form for making modifications,
73519
+ including but not limited to software source code, documentation
73520
+ source, and configuration files.
73521
+
73522
+ "Object" form shall mean any form resulting from mechanical
73523
+ transformation or translation of a Source form, including but
73524
+ not limited to compiled object code, generated documentation,
73525
+ and conversions to other media types.
73526
+
73527
+ "Work" shall mean the work of authorship, whether in Source or
73528
+ Object form, made available under the License, as indicated by a
73529
+ copyright notice that is included in or attached to the work
73530
+ (an example is provided in the Appendix below).
73531
+
73532
+ "Derivative Works" shall mean any work, whether in Source or Object
73533
+ form, that is based on (or derived from) the Work and for which the
73534
+ editorial revisions, annotations, elaborations, or other modifications
73535
+ represent, as a whole, an original work of authorship. For the purposes
73536
+ of this License, Derivative Works shall not include works that remain
73537
+ separable from, or merely link (or bind by name) to the interfaces of,
73538
+ the Work and Derivative Works thereof.
73539
+
73540
+ "Contribution" shall mean any work of authorship, including
73541
+ the original version of the Work and any modifications or additions
73542
+ to that Work or Derivative Works thereof, that is intentionally
73543
+ submitted to Licensor for inclusion in the Work by the copyright owner
73544
+ or by an individual or Legal Entity authorized to submit on behalf of
73545
+ the copyright owner. For the purposes of this definition, "submitted"
73546
+ means any form of electronic, verbal, or written communication sent
73547
+ to the Licensor or its representatives, including but not limited to
73548
+ communication on electronic mailing lists, source code control systems,
73549
+ and issue tracking systems that are managed by, or on behalf of, the
73550
+ Licensor for the purpose of discussing and improving the Work, but
73551
+ excluding communication that is conspicuously marked or otherwise
73552
+ designated in writing by the copyright owner as "Not a Contribution."
73553
+
73554
+ "Contributor" shall mean Licensor and any individual or Legal Entity
73555
+ on behalf of whom a Contribution has been received by Licensor and
73556
+ subsequently incorporated within the Work.
73557
+
73558
+ 2. Grant of Copyright License. Subject to the terms and conditions of
73559
+ this License, each Contributor hereby grants to You a perpetual,
73560
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
73561
+ copyright license to reproduce, prepare Derivative Works of,
73562
+ publicly display, publicly perform, sublicense, and distribute the
73563
+ Work and such Derivative Works in Source or Object form.
73564
+
73565
+ 3. Grant of Patent License. Subject to the terms and conditions of
73566
+ this License, each Contributor hereby grants to You a perpetual,
73567
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
73568
+ (except as stated in this section) patent license to make, have made,
73569
+ use, offer to sell, sell, import, and otherwise transfer the Work,
73570
+ where such license applies only to those patent claims licensable
73571
+ by such Contributor that are necessarily infringed by their
73572
+ Contribution(s) alone or by combination of their Contribution(s)
73573
+ with the Work to which such Contribution(s) was submitted. If You
73574
+ institute patent litigation against any entity (including a
73575
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
73576
+ or a Contribution incorporated within the Work constitutes direct
73577
+ or contributory patent infringement, then any patent licenses
73578
+ granted to You under this License for that Work shall terminate
73579
+ as of the date such litigation is filed.
73580
+
73581
+ 4. Redistribution. You may reproduce and distribute copies of the
73582
+ Work or Derivative Works thereof in any medium, with or without
73583
+ modifications, and in Source or Object form, provided that You
73584
+ meet the following conditions:
73585
+
73586
+ (a) You must give any other recipients of the Work or
73587
+ Derivative Works a copy of this License; and
73588
+
73589
+ (b) You must cause any modified files to carry prominent notices
73590
+ stating that You changed the files; and
73591
+
73592
+ (c) You must retain, in the Source form of any Derivative Works
73593
+ that You distribute, all copyright, patent, trademark, and
73594
+ attribution notices from the Source form of the Work,
73595
+ excluding those notices that do not pertain to any part of
73596
+ the Derivative Works; and
73597
+
73598
+ (d) If the Work includes a "NOTICE" text file as part of its
73599
+ distribution, then any Derivative Works that You distribute must
73600
+ include a readable copy of the attribution notices contained
73601
+ within such NOTICE file, excluding those notices that do not
73602
+ pertain to any part of the Derivative Works, in at least one
73603
+ of the following places: within a NOTICE text file distributed
73604
+ as part of the Derivative Works; within the Source form or
73605
+ documentation, if provided along with the Derivative Works; or,
73606
+ within a display generated by the Derivative Works, if and
73607
+ wherever such third-party notices normally appear. The contents
73608
+ of the NOTICE file are for informational purposes only and
73609
+ do not modify the License. You may add Your own attribution
73610
+ notices within Derivative Works that You distribute, alongside
73611
+ or as an addendum to the NOTICE text from the Work, provided
73612
+ that such additional attribution notices cannot be construed
73613
+ as modifying the License.
73614
+
73615
+ You may add Your own copyright statement to Your modifications and
73616
+ may provide additional or different license terms and conditions
73617
+ for use, reproduction, or distribution of Your modifications, or
73618
+ for any such Derivative Works as a whole, provided Your use,
73619
+ reproduction, and distribution of the Work otherwise complies with
73620
+ the conditions stated in this License.
73621
+
73622
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
73623
+ any Contribution intentionally submitted for inclusion in the Work
73624
+ by You to the Licensor shall be under the terms and conditions of
73625
+ this License, without any additional terms or conditions.
73626
+ Notwithstanding the above, nothing herein shall supersede or modify
73627
+ the terms of any separate license agreement you may have executed
73628
+ with Licensor regarding such Contributions.
73629
+
73630
+ 6. Trademarks. This License does not grant permission to use the trade
73631
+ names, trademarks, service marks, or product names of the Licensor,
73632
+ except as required for reasonable and customary use in describing the
73633
+ origin of the Work and reproducing the content of the NOTICE file.
73634
+
73635
+ 7. Disclaimer of Warranty. Unless required by applicable law or
73636
+ agreed to in writing, Licensor provides the Work (and each
73637
+ Contributor provides its Contributions) on an "AS IS" BASIS,
73638
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
73639
+ implied, including, without limitation, any warranties or conditions
73640
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
73641
+ PARTICULAR PURPOSE. You are solely responsible for determining the
73642
+ appropriateness of using or redistributing the Work and assume any
73643
+ risks associated with Your exercise of permissions under this License.
73644
+
73645
+ 8. Limitation of Liability. In no event and under no legal theory,
73646
+ whether in tort (including negligence), contract, or otherwise,
73647
+ unless required by applicable law (such as deliberate and grossly
73648
+ negligent acts) or agreed to in writing, shall any Contributor be
73649
+ liable to You for damages, including any direct, indirect, special,
73650
+ incidental, or consequential damages of any character arising as a
73651
+ result of this License or out of the use or inability to use the
73652
+ Work (including but not limited to damages for loss of goodwill,
73653
+ work stoppage, computer failure or malfunction, or any and all
73654
+ other commercial damages or losses), even if such Contributor
73655
+ has been advised of the possibility of such damages.
73656
+
73657
+ 9. Accepting Warranty or Additional Liability. While redistributing
73658
+ the Work or Derivative Works thereof, You may choose to offer,
73659
+ and charge a fee for, acceptance of support, warranty, indemnity,
73660
+ or other liability obligations and/or rights consistent with this
73661
+ License. However, in accepting such obligations, You may act only
73662
+ on Your own behalf and on Your sole responsibility, not on behalf
73663
+ of any other Contributor, and only if You agree to indemnify,
73664
+ defend, and hold each Contributor harmless for any liability
73665
+ incurred by, or claims asserted against, such Contributor by reason
73666
+ of your accepting any such warranty or additional liability.
73667
+
73668
+ END OF TERMS AND CONDITIONS
73669
+
73670
+ APPENDIX: How to apply the Apache License to your work.
73671
+
73672
+ To apply the Apache License to your work, attach the following
73673
+ boilerplate notice, with the fields enclosed by brackets "[]"
73674
+ replaced with your own identifying information. (Don't include
73675
+ the brackets!) The text should be enclosed in the appropriate
73676
+ comment syntax for the file format. We also recommend that a
73677
+ file or class name and description of purpose be included on the
73678
+ same "printed page" as the copyright notice for easier
73679
+ identification within third-party archives.
73680
+
73681
+ Copyright [yyyy] [name of copyright owner]
73682
+
73683
+ Licensed under the Apache License, Version 2.0 (the "License");
73684
+ you may not use this file except in compliance with the License.
73685
+ You may obtain a copy of the License at
73686
+
73687
+ http://www.apache.org/licenses/LICENSE-2.0
73688
+
73689
+ Unless required by applicable law or agreed to in writing, software
73690
+ distributed under the License is distributed on an "AS IS" BASIS,
73691
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
73692
+ See the License for the specific language governing permissions and
73693
+ limitations under the License.
73694
+
73695
+
72489
73696
  * MIT *
72490
73697
 
72491
73698
  The project is double licensed, being [WTF2](./LICENSE) the master license and [MIT](./LICENSE2) the alternative license.
@@ -73130,4 +74337,4 @@ POSSIBILITY OF SUCH DAMAGE.
73130
74337
  --------------------------------------------------------------------------------
73131
74338
  --------------------------------------------------------------------------------
73132
74339
 
73133
- Report Generated by FOSSA on 2025-3-6
74340
+ Report Generated by FOSSA on 2025-3-7