improve macro logic for enabling arm math asm
[oweals/musl.git] / COPYRIGHT
1 musl as a whole is licensed under the following standard MIT license:
2
3 ----------------------------------------------------------------------
4 Copyright © 2005-2014 Rich Felker, et al.
5
6 Permission is hereby granted, free of charge, to any person obtaining
7 a copy of this software and associated documentation files (the
8 "Software"), to deal in the Software without restriction, including
9 without limitation the rights to use, copy, modify, merge, publish,
10 distribute, sublicense, and/or sell copies of the Software, and to
11 permit persons to whom the Software is furnished to do so, subject to
12 the following conditions:
13
14 The above copyright notice and this permission notice shall be
15 included in all copies or substantial portions of the Software.
16
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
22 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24 ----------------------------------------------------------------------
25
26 Authors/contributors include:
27
28 Alex Dowad
29 Alexander Monakov
30 Anthony G. Basile
31 Arvid Picciani
32 Bobby Bingham
33 Boris Brezillon
34 Brent Cook
35 Chris Spiegel
36 Clément Vasseur
37 Daniel Micay
38 Denys Vlasenko
39 Emil Renner Berthing
40 Felix Fietkau
41 Felix Janda
42 Gianluca Anzolin
43 Hauke Mehrtens
44 Hiltjo Posthuma
45 Isaac Dunham
46 Jens Gustedt
47 Jeremy Huntwork
48 Jo-Philipp Wich
49 Joakim Sindholt
50 John Spencer
51 Josiah Worcester
52 Justin Cormack
53 Khem Raj
54 Kylie McClain
55 Luca Barbato
56 Luka Perkov
57 M Farkas-Dyck (Strake)
58 Michael Forney
59 Natanael Copa
60 Nicholas J. Kain
61 orc
62 Pascal Cuoq
63 Petr Hosek
64 Pierre Carrier
65 Rich Felker
66 Richard Pennington
67 Shiz
68 sin
69 Solar Designer
70 Stefan Kristiansson
71 Szabolcs Nagy
72 Timo Teräs
73 Trutz Behn
74 Valentin Ochs
75 William Haddon
76
77 Portions of this software are derived from third-party works licensed
78 under terms compatible with the above MIT license:
79
80 The TRE regular expression implementation (src/regex/reg* and
81 src/regex/tre*) is Copyright © 2001-2008 Ville Laurikari and licensed
82 under a 2-clause BSD license (license text in the source files). The
83 included version has been heavily modified by Rich Felker in 2012, in
84 the interests of size, simplicity, and namespace cleanliness.
85
86 Much of the math library code (src/math/* and src/complex/*) is
87 Copyright © 1993,2004 Sun Microsystems or
88 Copyright © 2003-2011 David Schultz or
89 Copyright © 2003-2009 Steven G. Kargl or
90 Copyright © 2003-2009 Bruce D. Evans or
91 Copyright © 2008 Stephen L. Moshier
92 and labelled as such in comments in the individual source files. All
93 have been licensed under extremely permissive terms.
94
95 The ARM memcpy code (src/string/armel/memcpy.s) is Copyright © 2008
96 The Android Open Source Project and is licensed under a two-clause BSD
97 license. It was taken from Bionic libc, used on Android.
98
99 The implementation of DES for crypt (src/misc/crypt_des.c) is
100 Copyright © 1994 David Burren. It is licensed under a BSD license.
101
102 The implementation of blowfish crypt (src/misc/crypt_blowfish.c) was
103 originally written by Solar Designer and placed into the public
104 domain. The code also comes with a fallback permissive license for use
105 in jurisdictions that may not recognize the public domain.
106
107 The smoothsort implementation (src/stdlib/qsort.c) is Copyright © 2011
108 Valentin Ochs and is licensed under an MIT-style license.
109
110 The BSD PRNG implementation (src/prng/random.c) and XSI search API
111 (src/search/*.c) functions are Copyright © 2011 Szabolcs Nagy and
112 licensed under following terms: "Permission to use, copy, modify,
113 and/or distribute this code for any purpose with or without fee is
114 hereby granted. There is no warranty."
115
116 The x86_64 port was written by Nicholas J. Kain. Several files (crt)
117 were released into the public domain; others are licensed under the
118 standard MIT license terms at the top of this file. See individual
119 files for their copyright status.
120
121 The mips and microblaze ports were originally written by Richard
122 Pennington for use in the ellcc project. The original code was adapted
123 by Rich Felker for build system and code conventions during upstream
124 integration. It is licensed under the standard MIT terms.
125
126 The powerpc port was also originally written by Richard Pennington,
127 and later supplemented and integrated by John Spencer. It is licensed
128 under the standard MIT terms.
129
130 All other files which have no copyright comments are original works
131 produced specifically for use as part of this library, written either
132 by Rich Felker, the main author of the library, or by one or more
133 contibutors listed above. Details on authorship of individual files
134 can be found in the git version control history of the project. The
135 omission of copyright and license comments in each file is in the
136 interest of source tree size.
137
138 All public header files (include/* and arch/*/bits/*) should be
139 treated as Public Domain as they intentionally contain no content
140 which can be covered by copyright. Some source modules may fall in
141 this category as well. If you believe that a file is so trivial that
142 it should be in the Public Domain, please contact the authors and
143 request an explicit statement releasing it from copyright.
144
145 The following files are trivial, believed not to be copyrightable in
146 the first place, and hereby explicitly released to the Public Domain:
147
148 All public headers: include/*, arch/*/bits/*
149 Startup files: crt/*