123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355 |
- ====================APSL-2.0====================
- @APPLE_LICENSE_HEADER_START@
- This file contains Original Code and/or Modifications of Original Code
- as defined in and that are subject to the Apple Public Source License
- Version 2.0 (the 'License'). You may not use this file except in
- compliance with the License. Please obtain a copy of the License at
- http://www.opensource.apple.com/apsl/ and read it before using this
- file.
- The Original Code and all software distributed under the License are
- distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
- EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
- INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
- Please see the License for the specific language governing rights and
- limitations under the License.
- @APPLE_LICENSE_HEADER_END@
- ====================BSD-3-Clause====================
- # Redistribution and use in source and binary forms, with or without
- # modification, are permitted provided that the following conditions are
- # met:
- #
- # * Redistributions of source code must retain the above copyright
- # notice, this list of conditions and the following disclaimer.
- # * 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.
- # * Neither the name of Google Inc. nor the names of its
- # contributors may be used to endorse or promote products derived from
- # this software without specific prior written permission.
- #
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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
- # OWNER 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.
- ====================BSD-3-Clause====================
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * 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.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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
- OWNER 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.
- ====================BSD-4-Clause-UC====================
- 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. All advertising materials mentioning features or use of this software
- must display the following acknowledgement:
- This product includes software developed by the University of
- California, Berkeley and its contributors.
- 4. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
- ====================COPYRIGHT====================
- Copyright (C) 2008 Google, Inc
- Contributed by Paul Pluzhnikov <ppluzhnikov@google.com>
- Copyright (C) 2010 Konstantin Belousov <kib@freebsd.org>
- ====================COPYRIGHT====================
- # Copyright 2010 Google Inc. All rights reserved.
- ====================COPYRIGHT====================
- Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
- Inc.
- ====================COPYRIGHT====================
- Copyright (c) 1989, 1993
- The Regents of the University of California. All rights reserved.
- ====================COPYRIGHT====================
- Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
- ====================COPYRIGHT====================
- Copyright (c) 2006, Google Inc.
- All rights reserved.
- ====================COPYRIGHT====================
- Copyright 2001-2004 Unicode, Inc.
- ====================FSFAP====================
- Copying and distribution of this file, with or without modification,
- are permitted in any medium without royalty provided the copyright
- notice and this notice are preserved. This file is offered as-is,
- without warranty of any kind.
- ====================File: AUTHORS====================
- opensource@google.com
- ====================File: src/third_party/musl/COPYRIGHT====================
- musl as a whole is licensed under the following standard MIT license:
- ----------------------------------------------------------------------
- Copyright © 2005-2014 Rich Felker, et al.
- 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.
- ----------------------------------------------------------------------
- Authors/contributors include:
- Alex Dowad
- Alexander Monakov
- Anthony G. Basile
- Arvid Picciani
- Bobby Bingham
- Boris Brezillon
- Brent Cook
- Chris Spiegel
- Clément Vasseur
- Daniel Micay
- Denys Vlasenko
- Emil Renner Berthing
- Felix Fietkau
- Felix Janda
- Gianluca Anzolin
- Hauke Mehrtens
- Hiltjo Posthuma
- Isaac Dunham
- Jaydeep Patil
- Jens Gustedt
- Jeremy Huntwork
- Jo-Philipp Wich
- Joakim Sindholt
- John Spencer
- Josiah Worcester
- Justin Cormack
- Khem Raj
- Kylie McClain
- Luca Barbato
- Luka Perkov
- M Farkas-Dyck (Strake)
- Mahesh Bodapati
- Michael Forney
- Natanael Copa
- Nicholas J. Kain
- orc
- Pascal Cuoq
- Petr Hosek
- Pierre Carrier
- Rich Felker
- Richard Pennington
- Shiz
- sin
- Solar Designer
- Stefan Kristiansson
- Szabolcs Nagy
- Timo Teräs
- Trutz Behn
- Valentin Ochs
- William Haddon
- Portions of this software are derived from third-party works licensed
- under terms compatible with the above MIT license:
- The TRE regular expression implementation (src/regex/reg* and
- src/regex/tre*) is Copyright © 2001-2008 Ville Laurikari and licensed
- under a 2-clause BSD license (license text in the source files). The
- included version has been heavily modified by Rich Felker in 2012, in
- the interests of size, simplicity, and namespace cleanliness.
- Much of the math library code (src/math/* and src/complex/*) is
- Copyright © 1993,2004 Sun Microsystems or
- Copyright © 2003-2011 David Schultz or
- Copyright © 2003-2009 Steven G. Kargl or
- Copyright © 2003-2009 Bruce D. Evans or
- Copyright © 2008 Stephen L. Moshier
- and labelled as such in comments in the individual source files. All
- have been licensed under extremely permissive terms.
- The ARM memcpy code (src/string/arm/memcpy_el.S) is Copyright © 2008
- The Android Open Source Project and is licensed under a two-clause BSD
- license. It was taken from Bionic libc, used on Android.
- The implementation of DES for crypt (src/crypt/crypt_des.c) is
- Copyright © 1994 David Burren. It is licensed under a BSD license.
- The implementation of blowfish crypt (src/crypt/crypt_blowfish.c) was
- originally written by Solar Designer and placed into the public
- domain. The code also comes with a fallback permissive license for use
- in jurisdictions that may not recognize the public domain.
- The smoothsort implementation (src/stdlib/qsort.c) is Copyright © 2011
- Valentin Ochs and is licensed under an MIT-style license.
- The BSD PRNG implementation (src/prng/random.c) and XSI search API
- (src/search/*.c) functions are Copyright © 2011 Szabolcs Nagy and
- licensed under following terms: "Permission to use, copy, modify,
- and/or distribute this code for any purpose with or without fee is
- hereby granted. There is no warranty."
- The x86_64 port was written by Nicholas J. Kain and is licensed under
- the standard MIT terms.
- The mips and microblaze ports were originally written by Richard
- Pennington for use in the ellcc project. The original code was adapted
- by Rich Felker for build system and code conventions during upstream
- integration. It is licensed under the standard MIT terms.
- The mips64 port was contributed by Imagination Technologies and is
- licensed under the standard MIT terms.
- The powerpc port was also originally written by Richard Pennington,
- and later supplemented and integrated by John Spencer. It is licensed
- under the standard MIT terms.
- All other files which have no copyright comments are original works
- produced specifically for use as part of this library, written either
- by Rich Felker, the main author of the library, or by one or more
- contibutors listed above. Details on authorship of individual files
- can be found in the git version control history of the project. The
- omission of copyright and license comments in each file is in the
- interest of source tree size.
- In addition, permission is hereby granted for all public header files
- (include/* and arch/*/bits/*) and crt files intended to be linked into
- applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit
- the copyright notice and permission notice otherwise required by the
- license, and to use these files without any requirement of
- attribution. These files include substantial contributions from:
- Bobby Bingham
- John Spencer
- Nicholas J. Kain
- Rich Felker
- Richard Pennington
- Stefan Kristiansson
- Szabolcs Nagy
- all of whom have explicitly granted such permission.
- This file previously contained text expressing a belief that most of
- the files covered by the above exception were sufficiently trivial not
- to be subject to copyright, resulting in confusion over whether it
- negated the permissions granted in the license. In the spirit of
- permissive licensing, and of not having licensing issues being an
- obstacle to adoption, that text has been removed.
- ====================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. */
- ====================Unicode-Mappings====================
- Disclaimer
- This source code is provided as is by Unicode, Inc. No claims are
- made as to fitness for any particular purpose. No warranties of any
- kind are expressed or implied. The recipient agrees to determine
- applicability of information provided. If this file has been
- purchased on magnetic or optical media from Unicode, Inc., the
- sole remedy for any claim will be exchange of defective media
- within 90 days of receipt.
- Limitations on Rights to Redistribute This Code
- Unicode, Inc. hereby grants the right to freely use the information
- supplied in this file in the creation of products supporting the
- Unicode Standard, and to make copies of this file in any form
- for internal or external distribution as long as this notice
- remains attached.
|