diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 13:54:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 13:54:39 +0000 |
commit | 7f4e44f9469d8dcf6f95e07d0f5bb340f8830bfb (patch) | |
tree | 07741545f80a7f29822eb571d02db8dd0349674f /debian/copyright | |
parent | Adding upstream version 0.0~git20221206.8b7148f. (diff) | |
download | wasi-libc-7f4e44f9469d8dcf6f95e07d0f5bb340f8830bfb.tar.xz wasi-libc-7f4e44f9469d8dcf6f95e07d0f5bb340f8830bfb.zip |
Adding debian version 0.0~git20221206.8b7148f-1.debian/0.0_git20221206.8b7148f-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 307 |
1 files changed, 307 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3e5d175 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,307 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: wasi-libc +Upstream-Contact: Dan Gohman <sunfish@mozilla.com> +Source: https://github.com/WebAssembly/wasi-libc + +Files: * +Copyright: + 2018-2020 Dan Gohman <sunfish@mozilla.com> + 2018-2020 wasi-libc contributors +License: CC0-1.0 + +Files: libc-bottom-half/sources/accept.c +Copyright: 2022 Harald Hoyer <harald@profian.com> +License: BSD-2-clause + +Files: libc-bottom-half/cloudlibc/* +Copyright: 2015-2017 Nuxi (https://nuxi.nl/) and contributors +License: BSD-2-clause + +Files: libc-bottom-half/libpreopen/* +Copyright: + 2016-2017 Stanley Uche Godfrey + 2016-2018 Jonathan Anderson +License: BSD-2-clause + +Files: tools/wasi-headers/* +Copyright: + 2018-2020 Dan Gohman <sunfish@mozilla.com> + 2018-2020 wasi-libc contributors +License: Apache-2.0 + +Files: debian/* +Copyright: 2020 Ximin Luo <infinity0@debian.org> +License: MIT + +License: CC0-1.0 + On Debian systems, the full text of the CC0 1.0 Universal License can be found + in the file `/usr/share/common-licenses/CC0-1.0'. + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +# Everything below here is for the embedded copy of musl, and is essentially +# lifted off musl's debian/copyright. + +Files: libc-top-half/musl/* +Copyright: 2005-2019 Rich Felker <dalias@aerifal.cx> + 2005-2019 Many other contributors +License: MIT + +Files: libc-top-half/musl/include/* + libc-top-half/musl/arch/*/bits/* + libc-top-half/musl/crt/* +Copyright: 2005-2014 Rich Felker <dalias@aerifal.cx> +License: public-domain + The following files are trivial, in my opinion not copyrightable in + the first place, and hereby explicitly released to the Public Domain: + . + All public headers: include/*, arch/*/bits/* + Startup files: crt/* + +Files: libc-top-half/musl/src/regex/reg* + libc-top-half/musl/src/regex/tre* +Copyright: 2001-2008 Ville Laurikari <vl@iki.fi> + 2012 Rich Felker <dalias@aerifal.cx> +License: BSD-2-clause + +Files: libc-top-half/musl/src/math/tgammal.c + libc-top-half/musl/src/math/lgammal.c + libc-top-half/musl/src/math/powl.c + libc-top-half/musl/src/math/logl.c + libc-top-half/musl/src/math/log2l.c + libc-top-half/musl/src/math/log1pl.c + libc-top-half/musl/src/math/log10l.c + libc-top-half/musl/src/math/erfl.c + libc-top-half/musl/src/math/expm1l.c + libc-top-half/musl/src/math/expl.c + libc-top-half/musl/src/math/__polevll.c +Copyright: 2008 Stephen L. Moshier <steve@moshier.net> + 1993 Sun Microsystems, Inc. +License: ISC + +Files: libc-top-half/musl/src/math/fmal.c + libc-top-half/musl/src/math/fmaf.c + libc-top-half/musl/src/math/fma.c + libc-top-half/musl/src/math/exp2l.c +Copyright: 2005-2011 David Schultz <das@freebsd.org> + 1993 Sun Microsystems, Inc. +License: BSD-2-clause + +Files: libc-top-half/musl/src/math/tanf.c + libc-top-half/musl/src/math/tan.c + libc-top-half/musl/src/math/sqrtf.c + libc-top-half/musl/src/math/sqrt.c + libc-top-half/musl/src/math/sinf.c + libc-top-half/musl/src/math/sincosf.c + libc-top-half/musl/src/math/sincos.c + libc-top-half/musl/src/math/sin.c + libc-top-half/musl/src/math/scalbf.c + libc-top-half/musl/src/math/scalb.c + libc-top-half/musl/src/math/log1pf.c + libc-top-half/musl/src/math/log1p.c + libc-top-half/musl/src/math/log10f.c + libc-top-half/musl/src/math/log10.c + libc-top-half/musl/src/math/lgammaf_r.c + libc-top-half/musl/src/math/lgamma_r.c + libc-top-half/musl/src/math/j*.c + libc-top-half/musl/src/math/expm1f.c + libc-top-half/musl/src/math/expm1.c + libc-top-half/musl/src/math/erf.c + libc-top-half/musl/src/math/erff.c + libc-top-half/musl/src/math/cosf.c + libc-top-half/musl/src/math/cos.c + libc-top-half/musl/src/math/cbrt*.c + libc-top-half/musl/src/math/atanl.c + libc-top-half/musl/src/math/atanf.c + libc-top-half/musl/src/math/atan2*.c + libc-top-half/musl/src/math/atan.c + libc-top-half/musl/src/math/asinl.c + libc-top-half/musl/src/math/asinf.c + libc-top-half/musl/src/math/asin.c + libc-top-half/musl/src/math/acosl.c + libc-top-half/musl/src/math/acosf.c + libc-top-half/musl/src/math/acos.c + libc-top-half/musl/src/math/__tan*.c + libc-top-half/musl/src/math/__sin*.c + libc-top-half/musl/src/math/__rem*.c + libc-top-half/musl/src/math/__cos*.c +Copyright: 1993, 2004 Sun Microsystems, Inc. + 2008, 2009-2011 Bruce D. Evans + 2008, 2009-2011 Steven G. Kargl + 2008, 2009-2011 David Schultz +License: permissive + Developed at SunPro, a Sun Microsystems, Inc. business. + Permission to use, copy, modify, and distribute this + software is freely granted, provided that this notice + is preserved. + +Files: libc-top-half/musl/src/math/logf.c + libc-top-half/musl/src/math/logf_data.* + libc-top-half/musl/src/math/log2.c + libc-top-half/musl/src/math/log2_data.* + libc-top-half/musl/src/math/log2f.c + libc-top-half/musl/src/math/log2f_data.* + libc-top-half/musl/src/math/log.c + libc-top-half/musl/src/math/log_data.* + libc-top-half/musl/src/math/exp.c + libc-top-half/musl/src/math/exp_data.* + libc-top-half/musl/src/math/exp2.c + libc-top-half/musl/src/math/expf.c + libc-top-half/musl/src/math/exp2f.c + libc-top-half/musl/src/math/exp2f_data.* + libc-top-half/musl/src/math/pow.c + libc-top-half/musl/src/math/pow_data.c + libc-top-half/musl/src/math/powf.c + libc-top-half/musl/src/math/powf_data.* +Copyright: 2017-2018 Arm Limited. +License: MIT + +Files: libc-top-half/musl/arch/riscv64/* + libc-top-half/musl/src/*/riscv64/* +Copyright: Alex Suykov <alex.suykov@gmail.com> + Aric Belsito <lluixhi@gmail.com> + Drew DeVault <sir@cmpwn.com> + Michael Clark <mjc@sifive.com> + Michael Forney <mforney@mforney.org> + Stefan O'Rear <sorear2@gmail.com> + Rich Felker <dalias@aerifal.cx> +License: MIT + +Files: libc-top-half/musl/src/crypt/crypt_blowfish.c +Copyright: 1998-2012 Solar Designer <solar@openwall.com> + 2012 Rich Felker <dalias@aerifal.cx> +License: public-domain + Written by Solar Designer <solar at openwall.com> in 1998-2012. + No copyright is claimed, and the software is hereby placed in the public + domain. In case this attempt to disclaim copyright and place the software + in the public domain is deemed null and void, then the software is + Copyright (c) 1998-2012 Solar Designer and it is hereby released to the + general public under the following terms: + . + Redistribution and use in source and binary forms, with or without + modification, are permitted. + . + There's ABSOLUTELY NO WARRANTY, express or implied. + . + It is my intent that you should be able to use this on your system, + as part of a software package, or anywhere else to improve security, + ensure compatibility, or for any other purpose. I would appreciate + it if you give credit where it is due and keep your modifications in + the public domain as well, but I don't require that in order to let + you place this code and any modifications you make under a license + of your choice. + +Files: libc-top-half/musl/src/crypt/crypt_des.c +Copyright: 1994 David Burren + 2000,2002,2010,2012 Solar Designer <solar@openwall.com> + 2012 Rich Felker <dalias@aerifal.cx> +License: BSD-3-clause + +Files: libc-top-half/musl/src/stdlib/qsort.c +Copyright: 2011 Valentin Ochs +License: MIT + +Files: libc-top-half/musl/src/setjmp/x32/longjmp.s + libc-top-half/musl/src/setjmp/x32/setjmp.s + libc-top-half/musl/src/setjmp/x86_64/longjmp.s + libc-top-half/musl/src/setjmp/x86_64/setjmp.s + libc-top-half/musl/src/thread/x32/__set_thread_area.s + libc-top-half/musl/src/thread/x32/__unmapself.s + libc-top-half/musl/src/thread/x86_64/__set_thread_area.s + libc-top-half/musl/src/thread/x86_64/__unmapself.s +Copyright: 2011-2012 Nicholas J. Kain +License: MIT + +Files: libc-top-half/musl/arch/mips64/* + libc-top-half/musl/src/*/mips64/* +Copyright: 2016 Mahesh Bodapati + 2016 Jaydeep Patil + 2016 Imagination Technologies +License: MIT + +Files: libc-top-half/musl/src/string/arm/memcpy_le.S +Copyright: 2008 The Android Open Source Project +License: BSD-2-clause + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + 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. + +License: ISC + Permission to use, copy, modify, and distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the author nor the names of other contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. |