@@ -13,9 +13,11 @@ The attached notices are provided for information only.
13
13
14
14
1. android/platform/tools/base (https://android.googlesource.com/platform/tools/base/+/d41d662dbf89f9b60ca6256415a059c0107749b8/sdk-common/NOTICE)
15
15
2. bazelbuild/bazel (https://github.com/bazelbuild/bazel/)
16
- 3. force-net/crc32.net (https://github.com/force-net/Crc32.NET)
17
- 4. nunit/nunitlite (https://github.com/nunit/nunitlite/)
18
- 5. tessil/robin-map (https://github.com/Tessil/robin-map)
16
+ 3. chys87/constexpr-xxh3 (https://github.com/chys87/constexpr-xxh3/)
17
+ 4. Cyan4973/xxHash (https://github.com/Cyan4973/xxHash/)
18
+ 5. force-net/crc32.net (https://github.com/force-net/Crc32.NET)
19
+ 6. nunit/nunitlite (https://github.com/nunit/nunitlite/)
20
+ 7. tessil/robin-map (https://github.com/Tessil/robin-map)
19
21
20
22
%% android/platform/tools/base NOTICES AND INFORMATION BEGIN HERE
21
23
=================================================================
@@ -433,6 +435,72 @@ END OF android/platform/tools/base NOTICES AND INFORMATION
433
435
======================================================
434
436
END OF bazelbuild/bazel NOTICES AND INFORMATION
435
437
438
+ %% chys87/constexpr-xxh3 NOTICES AND INFORMATION BEGIN HERE
439
+ ===========================================================
440
+ BSD 2-Clause License
441
+
442
+ constexpr-xxh3 - C++20 constexpr implementation of the XXH3 64-bit variant of xxHash
443
+ Copyright (c) 2021-2023, chys <
[email protected] > <chys87@github>
444
+ All rights reserved.
445
+
446
+ Redistribution and use in source and binary forms, with or without
447
+ modification, are permitted provided that the following conditions are met:
448
+
449
+ 1. Redistributions of source code must retain the above copyright notice, this
450
+ list of conditions and the following disclaimer.
451
+
452
+ 2. Redistributions in binary form must reproduce the above copyright notice,
453
+ this list of conditions and the following disclaimer in the documentation
454
+ and/or other materials provided with the distribution.
455
+
456
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
457
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
458
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
459
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
460
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
461
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
462
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
463
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
464
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
465
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
466
+
467
+
468
+ ===========================================================
469
+ END OF chys87/constexpr-xxh3 NOTICES AND INFORMATION
470
+
471
+ %% Cyan4973/xxHash NOTICES AND INFORMATION BEGIN HERE
472
+ =====================================================
473
+ xxHash Library
474
+ Copyright (c) 2012-2021 Yann Collet
475
+ All rights reserved.
476
+
477
+ BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
478
+
479
+ Redistribution and use in source and binary forms, with or without modification,
480
+ are permitted provided that the following conditions are met:
481
+
482
+ * Redistributions of source code must retain the above copyright notice, this
483
+ list of conditions and the following disclaimer.
484
+
485
+ * Redistributions in binary form must reproduce the above copyright notice, this
486
+ list of conditions and the following disclaimer in the documentation and/or
487
+ other materials provided with the distribution.
488
+
489
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
490
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
491
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
492
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
493
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
494
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
495
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
496
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
497
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
498
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
499
+
500
+
501
+ =====================================================
502
+ END OF Cyan4973/xxHash NOTICES AND INFORMATION
503
+
436
504
%% force-net/crc32.net NOTICES AND INFORMATION BEGIN HERE
437
505
=========================================================
438
506
The MIT License (MIT)
@@ -516,68 +584,3 @@ SOFTWARE.
516
584
======================================================
517
585
END OF tessil/robin-map NOTICES AND INFORMATION
518
586
519
- %% chys87/constexpr-xxh3 NOTICES AND INFORMATION BEGIN HERE
520
- ===========================================================
521
-
522
- BSD 2-Clause License
523
-
524
- constexpr-xxh3 - C++20 constexpr implementation of the XXH3 64-bit variant of xxHash
525
- Copyright (c) 2021-2023, chys <
[email protected] > <chys87@github>
526
- All rights reserved.
527
-
528
- Redistribution and use in source and binary forms, with or without
529
- modification, are permitted provided that the following conditions are met:
530
-
531
- 1. Redistributions of source code must retain the above copyright notice, this
532
- list of conditions and the following disclaimer.
533
-
534
- 2. Redistributions in binary form must reproduce the above copyright notice,
535
- this list of conditions and the following disclaimer in the documentation
536
- and/or other materials provided with the distribution.
537
-
538
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
539
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
540
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
541
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
542
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
543
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
544
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
545
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
546
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
547
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
548
-
549
- ======================================================
550
- END OF chys87/constexpr-xxh3 NOTICES AND INFORMATION
551
-
552
- %% Cyan4973/xxHash NOTICES AND INFORMATION BEGIN HERE
553
- =====================================================
554
-
555
- xxHash Library
556
- Copyright (c) 2012-2021 Yann Collet
557
- All rights reserved.
558
-
559
- BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
560
-
561
- Redistribution and use in source and binary forms, with or without modification,
562
- are permitted provided that the following conditions are met:
563
-
564
- * Redistributions of source code must retain the above copyright notice, this
565
- list of conditions and the following disclaimer.
566
-
567
- * Redistributions in binary form must reproduce the above copyright notice, this
568
- list of conditions and the following disclaimer in the documentation and/or
569
- other materials provided with the distribution.
570
-
571
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
572
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
573
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
574
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
575
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
576
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
577
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
578
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
579
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
580
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
581
-
582
- %% END OF Cyan4973/xxHash NOTICES AND INFORMATION
583
- =================================================
0 commit comments