code-gauge-darwin-x64 4.6.0 → 4.7.0
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/THIRD-PARTY-NOTICES.txt +300 -4
- package/code-gauge.node +0 -0
- package/package.json +1 -1
package/THIRD-PARTY-NOTICES.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
Third-party notices for the code-gauge native addon
|
|
1
|
+
Third-party notices for the code-gauge native addon and WebAssembly module
|
|
2
2
|
|
|
3
|
-
The prebuilt code-gauge native addon statically
|
|
4
|
-
below (the list is a superset that also covers build-time and
|
|
5
|
-
entry reproduces the license and notice files bundled in the crate's
|
|
3
|
+
The prebuilt code-gauge native addon and WebAssembly module statically link Rust crates from
|
|
4
|
+
the dependency graph below (the list is a superset that also covers build-time and
|
|
5
|
+
other-platform crates); each entry reproduces the license and notice files bundled in the crate's
|
|
6
|
+
published sources. The WebAssembly module also links wasi-libc, whose license files follow the
|
|
7
|
+
crates.
|
|
6
8
|
|
|
7
9
|
====================================================================================================
|
|
8
10
|
aho-corasick 1.1.4 — Unlicense OR MIT — https://github.com/BurntSushi/aho-corasick
|
|
@@ -8593,6 +8595,300 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
8593
8595
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
8594
8596
|
DEALINGS IN THE SOFTWARE.
|
|
8595
8597
|
|
|
8598
|
+
====================================================================================================
|
|
8599
|
+
wasi-libc 2e6fb9d8ee0c (linked into code-gauge.wasm only) — https://github.com/WebAssembly/wasi-libc
|
|
8600
|
+
====================================================================================================
|
|
8601
|
+
----- LICENSE -----
|
|
8602
|
+
wasi-libc as a whole is multi-licensed under the
|
|
8603
|
+
Apache License v2.0 with LLVM Exceptions, the Apache License v2.0, and
|
|
8604
|
+
the MIT License. See the LICENSE-APACHE-LLVM, LICENSE-APACHE and LICENSE-MIT
|
|
8605
|
+
files, respectively, for details.
|
|
8606
|
+
|
|
8607
|
+
Portions of this software are derived from third-party works covered by
|
|
8608
|
+
their own licenses:
|
|
8609
|
+
|
|
8610
|
+
dlmalloc/ - CC0; see the notice in malloc.c for details
|
|
8611
|
+
emmalloc/ - MIT; see the notice in emmalloc.c for details
|
|
8612
|
+
libc-bottom-half/cloudlibc/ - BSD-2-Clause; see the LICENSE file for details
|
|
8613
|
+
libc-top-half/musl/ - MIT; see the COPYRIGHT file for details
|
|
8614
|
+
fts/musl-fts/ - BSD-3-Clause; see the COPYING file for details
|
|
8615
|
+
|
|
8616
|
+
wasi-libc's changes to these files are multi-licensed under the
|
|
8617
|
+
Apache License v2.0 with LLVM Exceptions, the Apache License v2.0,
|
|
8618
|
+
the MIT License, and the original licenses of the third-party works.
|
|
8619
|
+
|
|
8620
|
+
----- LICENSE-MIT -----
|
|
8621
|
+
Permission is hereby granted, free of charge, to any
|
|
8622
|
+
person obtaining a copy of this software and associated
|
|
8623
|
+
documentation files (the "Software"), to deal in the
|
|
8624
|
+
Software without restriction, including without
|
|
8625
|
+
limitation the rights to use, copy, modify, merge,
|
|
8626
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
8627
|
+
the Software, and to permit persons to whom the Software
|
|
8628
|
+
is furnished to do so, subject to the following
|
|
8629
|
+
conditions:
|
|
8630
|
+
|
|
8631
|
+
The above copyright notice and this permission notice
|
|
8632
|
+
shall be included in all copies or substantial portions
|
|
8633
|
+
of the Software.
|
|
8634
|
+
|
|
8635
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
8636
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
8637
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
8638
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
8639
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
8640
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
8641
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
8642
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
8643
|
+
DEALINGS IN THE SOFTWARE.
|
|
8644
|
+
|
|
8645
|
+
----- libc-top-half/musl/COPYRIGHT -----
|
|
8646
|
+
musl as a whole is licensed under the following standard MIT license:
|
|
8647
|
+
|
|
8648
|
+
----------------------------------------------------------------------
|
|
8649
|
+
Copyright © 2005-2020 Rich Felker, et al.
|
|
8650
|
+
|
|
8651
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
8652
|
+
a copy of this software and associated documentation files (the
|
|
8653
|
+
"Software"), to deal in the Software without restriction, including
|
|
8654
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
8655
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
8656
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
8657
|
+
the following conditions:
|
|
8658
|
+
|
|
8659
|
+
The above copyright notice and this permission notice shall be
|
|
8660
|
+
included in all copies or substantial portions of the Software.
|
|
8661
|
+
|
|
8662
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
8663
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
8664
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
8665
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
8666
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
8667
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
8668
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
8669
|
+
----------------------------------------------------------------------
|
|
8670
|
+
|
|
8671
|
+
Authors/contributors include:
|
|
8672
|
+
|
|
8673
|
+
A. Wilcox
|
|
8674
|
+
Ada Worcester
|
|
8675
|
+
Alex Dowad
|
|
8676
|
+
Alex Suykov
|
|
8677
|
+
Alexander Monakov
|
|
8678
|
+
Andre McCurdy
|
|
8679
|
+
Andrew Kelley
|
|
8680
|
+
Anthony G. Basile
|
|
8681
|
+
Aric Belsito
|
|
8682
|
+
Arvid Picciani
|
|
8683
|
+
Bartosz Brachaczek
|
|
8684
|
+
Benjamin Peterson
|
|
8685
|
+
Bobby Bingham
|
|
8686
|
+
Boris Brezillon
|
|
8687
|
+
Brent Cook
|
|
8688
|
+
Chris Spiegel
|
|
8689
|
+
Clément Vasseur
|
|
8690
|
+
Daniel Micay
|
|
8691
|
+
Daniel Sabogal
|
|
8692
|
+
Daurnimator
|
|
8693
|
+
David Carlier
|
|
8694
|
+
David Edelsohn
|
|
8695
|
+
Denys Vlasenko
|
|
8696
|
+
Dmitry Ivanov
|
|
8697
|
+
Dmitry V. Levin
|
|
8698
|
+
Drew DeVault
|
|
8699
|
+
Emil Renner Berthing
|
|
8700
|
+
Fangrui Song
|
|
8701
|
+
Felix Fietkau
|
|
8702
|
+
Felix Janda
|
|
8703
|
+
Gianluca Anzolin
|
|
8704
|
+
Hauke Mehrtens
|
|
8705
|
+
He X
|
|
8706
|
+
Hiltjo Posthuma
|
|
8707
|
+
Isaac Dunham
|
|
8708
|
+
Jaydeep Patil
|
|
8709
|
+
Jens Gustedt
|
|
8710
|
+
Jeremy Huntwork
|
|
8711
|
+
Jo-Philipp Wich
|
|
8712
|
+
Joakim Sindholt
|
|
8713
|
+
John Spencer
|
|
8714
|
+
Julien Ramseier
|
|
8715
|
+
Justin Cormack
|
|
8716
|
+
Kaarle Ritvanen
|
|
8717
|
+
Khem Raj
|
|
8718
|
+
Kylie McClain
|
|
8719
|
+
Leah Neukirchen
|
|
8720
|
+
Luca Barbato
|
|
8721
|
+
Luka Perkov
|
|
8722
|
+
Lynn Ochs
|
|
8723
|
+
M Farkas-Dyck (Strake)
|
|
8724
|
+
Mahesh Bodapati
|
|
8725
|
+
Markus Wichmann
|
|
8726
|
+
Masanori Ogino
|
|
8727
|
+
Michael Clark
|
|
8728
|
+
Michael Forney
|
|
8729
|
+
Mikhail Kremnyov
|
|
8730
|
+
Natanael Copa
|
|
8731
|
+
Nicholas J. Kain
|
|
8732
|
+
orc
|
|
8733
|
+
Pascal Cuoq
|
|
8734
|
+
Patrick Oppenlander
|
|
8735
|
+
Petr Hosek
|
|
8736
|
+
Petr Skocik
|
|
8737
|
+
Pierre Carrier
|
|
8738
|
+
Reini Urban
|
|
8739
|
+
Rich Felker
|
|
8740
|
+
Richard Pennington
|
|
8741
|
+
Ryan Fairfax
|
|
8742
|
+
Samuel Holland
|
|
8743
|
+
Segev Finer
|
|
8744
|
+
Shiz
|
|
8745
|
+
sin
|
|
8746
|
+
Solar Designer
|
|
8747
|
+
Stefan Kristiansson
|
|
8748
|
+
Stefan O'Rear
|
|
8749
|
+
Szabolcs Nagy
|
|
8750
|
+
Timo Teräs
|
|
8751
|
+
Trutz Behn
|
|
8752
|
+
Will Dietz
|
|
8753
|
+
William Haddon
|
|
8754
|
+
William Pitcock
|
|
8755
|
+
|
|
8756
|
+
Portions of this software are derived from third-party works licensed
|
|
8757
|
+
under terms compatible with the above MIT license:
|
|
8758
|
+
|
|
8759
|
+
The TRE regular expression implementation (src/regex/reg* and
|
|
8760
|
+
src/regex/tre*) is Copyright © 2001-2008 Ville Laurikari and licensed
|
|
8761
|
+
under a 2-clause BSD license (license text in the source files). The
|
|
8762
|
+
included version has been heavily modified by Rich Felker in 2012, in
|
|
8763
|
+
the interests of size, simplicity, and namespace cleanliness.
|
|
8764
|
+
|
|
8765
|
+
Much of the math library code (src/math/* and src/complex/*) is
|
|
8766
|
+
Copyright © 1993,2004 Sun Microsystems or
|
|
8767
|
+
Copyright © 2003-2011 David Schultz or
|
|
8768
|
+
Copyright © 2003-2009 Steven G. Kargl or
|
|
8769
|
+
Copyright © 2003-2009 Bruce D. Evans or
|
|
8770
|
+
Copyright © 2008 Stephen L. Moshier or
|
|
8771
|
+
Copyright © 2017-2018 Arm Limited
|
|
8772
|
+
and labelled as such in comments in the individual source files. All
|
|
8773
|
+
have been licensed under extremely permissive terms.
|
|
8774
|
+
|
|
8775
|
+
The ARM memcpy code (src/string/arm/memcpy.S) is Copyright © 2008
|
|
8776
|
+
The Android Open Source Project and is licensed under a two-clause BSD
|
|
8777
|
+
license. It was taken from Bionic libc, used on Android.
|
|
8778
|
+
|
|
8779
|
+
The AArch64 memcpy and memset code (src/string/aarch64/*) are
|
|
8780
|
+
Copyright © 1999-2019, Arm Limited.
|
|
8781
|
+
|
|
8782
|
+
The implementation of DES for crypt (src/crypt/crypt_des.c) is
|
|
8783
|
+
Copyright © 1994 David Burren. It is licensed under a BSD license.
|
|
8784
|
+
|
|
8785
|
+
The implementation of blowfish crypt (src/crypt/crypt_blowfish.c) was
|
|
8786
|
+
originally written by Solar Designer and placed into the public
|
|
8787
|
+
domain. The code also comes with a fallback permissive license for use
|
|
8788
|
+
in jurisdictions that may not recognize the public domain.
|
|
8789
|
+
|
|
8790
|
+
The smoothsort implementation (src/stdlib/qsort.c) is Copyright © 2011
|
|
8791
|
+
Lynn Ochs and is licensed under an MIT-style license.
|
|
8792
|
+
|
|
8793
|
+
The x86_64 port was written by Nicholas J. Kain and is licensed under
|
|
8794
|
+
the standard MIT terms.
|
|
8795
|
+
|
|
8796
|
+
The mips and microblaze ports were originally written by Richard
|
|
8797
|
+
Pennington for use in the ellcc project. The original code was adapted
|
|
8798
|
+
by Rich Felker for build system and code conventions during upstream
|
|
8799
|
+
integration. It is licensed under the standard MIT terms.
|
|
8800
|
+
|
|
8801
|
+
The mips64 port was contributed by Imagination Technologies and is
|
|
8802
|
+
licensed under the standard MIT terms.
|
|
8803
|
+
|
|
8804
|
+
The powerpc port was also originally written by Richard Pennington,
|
|
8805
|
+
and later supplemented and integrated by John Spencer. It is licensed
|
|
8806
|
+
under the standard MIT terms.
|
|
8807
|
+
|
|
8808
|
+
All other files which have no copyright comments are original works
|
|
8809
|
+
produced specifically for use as part of this library, written either
|
|
8810
|
+
by Rich Felker, the main author of the library, or by one or more
|
|
8811
|
+
contibutors listed above. Details on authorship of individual files
|
|
8812
|
+
can be found in the git version control history of the project. The
|
|
8813
|
+
omission of copyright and license comments in each file is in the
|
|
8814
|
+
interest of source tree size.
|
|
8815
|
+
|
|
8816
|
+
In addition, permission is hereby granted for all public header files
|
|
8817
|
+
(include/* and arch/*/bits/*) and crt files intended to be linked into
|
|
8818
|
+
applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit
|
|
8819
|
+
the copyright notice and permission notice otherwise required by the
|
|
8820
|
+
license, and to use these files without any requirement of
|
|
8821
|
+
attribution. These files include substantial contributions from:
|
|
8822
|
+
|
|
8823
|
+
Bobby Bingham
|
|
8824
|
+
John Spencer
|
|
8825
|
+
Nicholas J. Kain
|
|
8826
|
+
Rich Felker
|
|
8827
|
+
Richard Pennington
|
|
8828
|
+
Stefan Kristiansson
|
|
8829
|
+
Szabolcs Nagy
|
|
8830
|
+
|
|
8831
|
+
all of whom have explicitly granted such permission.
|
|
8832
|
+
|
|
8833
|
+
This file previously contained text expressing a belief that most of
|
|
8834
|
+
the files covered by the above exception were sufficiently trivial not
|
|
8835
|
+
to be subject to copyright, resulting in confusion over whether it
|
|
8836
|
+
negated the permissions granted in the license. In the spirit of
|
|
8837
|
+
permissive licensing, and of not having licensing issues being an
|
|
8838
|
+
obstacle to adoption, that text has been removed.
|
|
8839
|
+
|
|
8840
|
+
----- libc-bottom-half/cloudlibc/LICENSE -----
|
|
8841
|
+
Copyright (c) 2015-2017 Nuxi (https://nuxi.nl/) and contributors.
|
|
8842
|
+
|
|
8843
|
+
Redistribution and use in source and binary forms, with or without
|
|
8844
|
+
modification, are permitted provided that the following conditions
|
|
8845
|
+
are met:
|
|
8846
|
+
1. Redistributions of source code must retain the above copyright
|
|
8847
|
+
notice, this list of conditions and the following disclaimer.
|
|
8848
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
8849
|
+
notice, this list of conditions and the following disclaimer in the
|
|
8850
|
+
documentation and/or other materials provided with the distribution.
|
|
8851
|
+
|
|
8852
|
+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
8853
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
8854
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
8855
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
8856
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
8857
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
8858
|
+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
8859
|
+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
8860
|
+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
8861
|
+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
8862
|
+
SUCH DAMAGE.
|
|
8863
|
+
|
|
8864
|
+
----- fts/musl-fts/COPYING -----
|
|
8865
|
+
Copyright (c) 1989, 1993
|
|
8866
|
+
The Regents of the University of California. All rights reserved.
|
|
8867
|
+
|
|
8868
|
+
Redistribution and use in source and binary forms, with or without
|
|
8869
|
+
modification, are permitted provided that the following conditions
|
|
8870
|
+
are met:
|
|
8871
|
+
1. Redistributions of source code must retain the above copyright
|
|
8872
|
+
notice, this list of conditions and the following disclaimer.
|
|
8873
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
8874
|
+
notice, this list of conditions and the following disclaimer in the
|
|
8875
|
+
documentation and/or other materials provided with the distribution.
|
|
8876
|
+
3. Neither the name of the University nor the names of its contributors
|
|
8877
|
+
may be used to endorse or promote products derived from this software
|
|
8878
|
+
without specific prior written permission.
|
|
8879
|
+
|
|
8880
|
+
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
8881
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
8882
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
8883
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
8884
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
8885
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
8886
|
+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
8887
|
+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
8888
|
+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
8889
|
+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
8890
|
+
SUCH DAMAGE.
|
|
8891
|
+
|
|
8596
8892
|
====================================================================================================
|
|
8597
8893
|
Appendix: canonical MIT license text (for crates whose published sources bundle no license file)
|
|
8598
8894
|
====================================================================================================
|
package/code-gauge.node
CHANGED
|
Binary file
|