]> git.proxmox.com Git - wasi-libc.git/blame - debian/copyright
Update upstream source from tag 'upstream/0.0_git20220510.9886d3d'
[wasi-libc.git] / debian / copyright
CommitLineData
72e32bfb
XL
1Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2Upstream-Name: wasi-libc
4725397c
XL
3Upstream-Contact: Dan Gohman <sunfish@mozilla.com>
4Source: https://github.com/WebAssembly/wasi-libc
72e32bfb
XL
5
6Files: *
7Copyright:
8 2018-2020 Dan Gohman <sunfish@mozilla.com>
9 2018-2020 wasi-libc contributors
10License: CC0-1.0
11
12Files: libc-bottom-half/cloudlibc/*
13Copyright: 2015-2017 Nuxi (https://nuxi.nl/) and contributors
14License: BSD-2-clause
15
16Files: libc-bottom-half/libpreopen/*
17Copyright:
18 2016-2017 Stanley Uche Godfrey
19 2016-2018 Jonathan Anderson
20License: BSD-2-clause
21
4725397c
XL
22Files: tools/wasi-headers/*
23Copyright:
24 2018-2020 Dan Gohman <sunfish@mozilla.com>
25 2018-2020 wasi-libc contributors
26License: Apache-2.0
27
72e32bfb
XL
28Files: debian/*
29Copyright: 2020 Ximin Luo <infinity0@debian.org>
30License: MIT
31
32License: CC0-1.0
33 On Debian systems, the full text of the CC0 1.0 Universal License can be found
34 in the file `/usr/share/common-licenses/CC0-1.0'.
35
4725397c
XL
36License: Apache-2.0
37 Debian systems provide the Apache 2.0 license in
38 /usr/share/common-licenses/Apache-2.0
39
72e32bfb
XL
40# Everything below here is for the embedded copy of musl, and is essentially
41# lifted off musl's debian/copyright.
42
43Files: libc-top-half/musl/*
44Copyright: 2005-2019 Rich Felker <dalias@aerifal.cx>
45 2005-2019 Many other contributors
46License: MIT
47
48Files: libc-top-half/musl/include/*
49 libc-top-half/musl/arch/*/bits/*
50 libc-top-half/musl/crt/*
51Copyright: 2005-2014 Rich Felker <dalias@aerifal.cx>
52License: public-domain
53 The following files are trivial, in my opinion not copyrightable in
54 the first place, and hereby explicitly released to the Public Domain:
55 .
56 All public headers: include/*, arch/*/bits/*
57 Startup files: crt/*
58
59Files: libc-top-half/musl/src/regex/reg*
60 libc-top-half/musl/src/regex/tre*
61Copyright: 2001-2008 Ville Laurikari <vl@iki.fi>
62 2012 Rich Felker <dalias@aerifal.cx>
63License: BSD-2-clause
64
65Files: libc-top-half/musl/src/math/tgammal.c
66 libc-top-half/musl/src/math/lgammal.c
67 libc-top-half/musl/src/math/powl.c
68 libc-top-half/musl/src/math/logl.c
69 libc-top-half/musl/src/math/log2l.c
70 libc-top-half/musl/src/math/log1pl.c
71 libc-top-half/musl/src/math/log10l.c
72 libc-top-half/musl/src/math/erfl.c
73 libc-top-half/musl/src/math/expm1l.c
74 libc-top-half/musl/src/math/expl.c
75 libc-top-half/musl/src/math/__polevll.c
76Copyright: 2008 Stephen L. Moshier <steve@moshier.net>
77 1993 Sun Microsystems, Inc.
78License: ISC
79
80Files: libc-top-half/musl/src/math/fmal.c
81 libc-top-half/musl/src/math/fmaf.c
82 libc-top-half/musl/src/math/fma.c
83 libc-top-half/musl/src/math/exp2l.c
84Copyright: 2005-2011 David Schultz <das@freebsd.org>
85 1993 Sun Microsystems, Inc.
86License: BSD-2-clause
87
88Files: libc-top-half/musl/src/math/tanf.c
89 libc-top-half/musl/src/math/tan.c
90 libc-top-half/musl/src/math/sqrtf.c
91 libc-top-half/musl/src/math/sqrt.c
92 libc-top-half/musl/src/math/sinf.c
93 libc-top-half/musl/src/math/sincosf.c
94 libc-top-half/musl/src/math/sincos.c
95 libc-top-half/musl/src/math/sin.c
96 libc-top-half/musl/src/math/scalbf.c
97 libc-top-half/musl/src/math/scalb.c
98 libc-top-half/musl/src/math/log1pf.c
99 libc-top-half/musl/src/math/log1p.c
100 libc-top-half/musl/src/math/log10f.c
101 libc-top-half/musl/src/math/log10.c
102 libc-top-half/musl/src/math/lgammaf_r.c
103 libc-top-half/musl/src/math/lgamma_r.c
104 libc-top-half/musl/src/math/j*.c
105 libc-top-half/musl/src/math/expm1f.c
106 libc-top-half/musl/src/math/expm1.c
107 libc-top-half/musl/src/math/erf.c
108 libc-top-half/musl/src/math/erff.c
109 libc-top-half/musl/src/math/cosf.c
110 libc-top-half/musl/src/math/cos.c
111 libc-top-half/musl/src/math/cbrt*.c
112 libc-top-half/musl/src/math/atanl.c
113 libc-top-half/musl/src/math/atanf.c
114 libc-top-half/musl/src/math/atan2*.c
115 libc-top-half/musl/src/math/atan.c
116 libc-top-half/musl/src/math/asinl.c
117 libc-top-half/musl/src/math/asinf.c
118 libc-top-half/musl/src/math/asin.c
119 libc-top-half/musl/src/math/acosl.c
120 libc-top-half/musl/src/math/acosf.c
121 libc-top-half/musl/src/math/acos.c
122 libc-top-half/musl/src/math/__tan*.c
123 libc-top-half/musl/src/math/__sin*.c
124 libc-top-half/musl/src/math/__rem*.c
125 libc-top-half/musl/src/math/__cos*.c
126Copyright: 1993, 2004 Sun Microsystems, Inc.
127 2008, 2009-2011 Bruce D. Evans
128 2008, 2009-2011 Steven G. Kargl
129 2008, 2009-2011 David Schultz
130License: permissive
131 Developed at SunPro, a Sun Microsystems, Inc. business.
132 Permission to use, copy, modify, and distribute this
133 software is freely granted, provided that this notice
134 is preserved.
135
136Files: libc-top-half/musl/src/math/logf.c
137 libc-top-half/musl/src/math/logf_data.*
138 libc-top-half/musl/src/math/log2.c
139 libc-top-half/musl/src/math/log2_data.*
140 libc-top-half/musl/src/math/log2f.c
141 libc-top-half/musl/src/math/log2f_data.*
142 libc-top-half/musl/src/math/log.c
143 libc-top-half/musl/src/math/log_data.*
144 libc-top-half/musl/src/math/exp.c
145 libc-top-half/musl/src/math/exp_data.*
146 libc-top-half/musl/src/math/exp2.c
147 libc-top-half/musl/src/math/expf.c
148 libc-top-half/musl/src/math/exp2f.c
149 libc-top-half/musl/src/math/exp2f_data.*
150 libc-top-half/musl/src/math/pow.c
151 libc-top-half/musl/src/math/pow_data.c
152 libc-top-half/musl/src/math/powf.c
153 libc-top-half/musl/src/math/powf_data.*
154Copyright: 2017-2018 Arm Limited.
155License: MIT
156
157Files: libc-top-half/musl/arch/riscv64/*
158 libc-top-half/musl/src/*/riscv64/*
159Copyright: Alex Suykov <alex.suykov@gmail.com>
160 Aric Belsito <lluixhi@gmail.com>
161 Drew DeVault <sir@cmpwn.com>
162 Michael Clark <mjc@sifive.com>
163 Michael Forney <mforney@mforney.org>
164 Stefan O'Rear <sorear2@gmail.com>
165 Rich Felker <dalias@aerifal.cx>
166License: MIT
167
168Files: libc-top-half/musl/src/crypt/crypt_blowfish.c
169Copyright: 1998-2012 Solar Designer <solar@openwall.com>
170 2012 Rich Felker <dalias@aerifal.cx>
171License: public-domain
172 Written by Solar Designer <solar at openwall.com> in 1998-2012.
173 No copyright is claimed, and the software is hereby placed in the public
174 domain. In case this attempt to disclaim copyright and place the software
175 in the public domain is deemed null and void, then the software is
176 Copyright (c) 1998-2012 Solar Designer and it is hereby released to the
177 general public under the following terms:
178 .
179 Redistribution and use in source and binary forms, with or without
180 modification, are permitted.
181 .
182 There's ABSOLUTELY NO WARRANTY, express or implied.
183 .
184 It is my intent that you should be able to use this on your system,
185 as part of a software package, or anywhere else to improve security,
186 ensure compatibility, or for any other purpose. I would appreciate
187 it if you give credit where it is due and keep your modifications in
188 the public domain as well, but I don't require that in order to let
189 you place this code and any modifications you make under a license
190 of your choice.
191
192Files: libc-top-half/musl/src/crypt/crypt_des.c
193Copyright: 1994 David Burren
194 2000,2002,2010,2012 Solar Designer <solar@openwall.com>
195 2012 Rich Felker <dalias@aerifal.cx>
196License: BSD-3-clause
197
198Files: libc-top-half/musl/src/stdlib/qsort.c
199Copyright: 2011 Valentin Ochs
200License: MIT
201
202Files: libc-top-half/musl/src/setjmp/x32/longjmp.s
203 libc-top-half/musl/src/setjmp/x32/setjmp.s
204 libc-top-half/musl/src/setjmp/x86_64/longjmp.s
205 libc-top-half/musl/src/setjmp/x86_64/setjmp.s
206 libc-top-half/musl/src/thread/x32/__set_thread_area.s
207 libc-top-half/musl/src/thread/x32/__unmapself.s
208 libc-top-half/musl/src/thread/x86_64/__set_thread_area.s
209 libc-top-half/musl/src/thread/x86_64/__unmapself.s
210Copyright: 2011-2012 Nicholas J. Kain
211License: MIT
212
213Files: libc-top-half/musl/arch/mips64/*
214 libc-top-half/musl/src/*/mips64/*
215Copyright: 2016 Mahesh Bodapati
216 2016 Jaydeep Patil
217 2016 Imagination Technologies
218License: MIT
219
220Files: libc-top-half/musl/src/string/arm/memcpy_le.S
221Copyright: 2008 The Android Open Source Project
222License: BSD-2-clause
223
224License: MIT
225 Permission is hereby granted, free of charge, to any person obtaining a
226 copy of this software and associated documentation files (the "Software"),
227 to deal in the Software without restriction, including without limitation
228 the rights to use, copy, modify, merge, publish, distribute, sublicense,
229 and/or sell copies of the Software, and to permit persons to whom the
230 Software is furnished to do so, subject to the following conditions:
231 .
232 The above copyright notice and this permission notice shall be included
233 in all copies or substantial portions of the Software.
234 .
235 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
236 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
237 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
238 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
239 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
240 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
241 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
242
243License: ISC
244 Permission to use, copy, modify, and distribute this software for any
245 purpose with or without fee is hereby granted, provided that the above
246 copyright notice and this permission notice appear in all copies.
247 .
248 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
249 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
250 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
251 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
252 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
253 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
254 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
255
256License: BSD-2-clause
257 Redistribution and use in source and binary forms, with or without
258 modification, are permitted provided that the following conditions
259 are met:
260 .
261 1. Redistributions of source code must retain the above copyright
262 notice, this list of conditions and the following disclaimer.
263 .
264 2. Redistributions in binary form must reproduce the above copyright
265 notice, this list of conditions and the following disclaimer in the
266 documentation and/or other materials provided with the distribution.
267 .
268 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
269 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
270 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
271 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
272 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
273 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
274 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
275 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
276 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
277 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
278 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
279
280License: BSD-3-clause
281 Redistribution and use in source and binary forms, with or without
282 modification, are permitted provided that the following conditions
283 are met:
284 1. Redistributions of source code must retain the above copyright
285 notice, this list of conditions and the following disclaimer.
286 2. Redistributions in binary form must reproduce the above copyright
287 notice, this list of conditions and the following disclaimer in the
288 documentation and/or other materials provided with the distribution.
289 3. Neither the name of the author nor the names of other contributors
290 may be used to endorse or promote products derived from this software
291 without specific prior written permission.
292 .
293 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
294 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
295 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
296 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
297 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
298 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
299 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
300 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
301 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
302 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
303 SUCH DAMAGE.