|
|
|
@ -1,5 +1,19 @@ |
|
|
|
The newlib subdirectory is a collection of software from several sources. |
|
|
|
Each have their own copyrights embedded in each file that they concern. |
|
|
|
Each file may have its own copyright/license that is embedded in the source |
|
|
|
file. |
|
|
|
|
|
|
|
This list documents those licenses which are more restrictive than |
|
|
|
a BSD-like license or require the copyright notice |
|
|
|
to be duplicated in documentation and/or other materials associated with |
|
|
|
the distribution. Certain licenses documented here only apply to |
|
|
|
specific targets. Certain clauses only apply if you are building the |
|
|
|
code as part of your binary. |
|
|
|
|
|
|
|
Note that this list may omit certain licenses that |
|
|
|
only pertain to the copying/modifying of the individual source code. |
|
|
|
If you are distributing the source code, then you do not need to |
|
|
|
worry about these omitted licenses, so long as you do not modify the |
|
|
|
copyright information already in place. |
|
|
|
|
|
|
|
(1) University of California, Berkeley |
|
|
|
|
|
|
|
@ -102,7 +116,7 @@ SUCH DAMAGE. |
|
|
|
|
|
|
|
[1e] |
|
|
|
|
|
|
|
Copyright (c) 1989, 1991, 1993 |
|
|
|
Copyright (c) 1982, 1986, 1989, 1991, 1993, 1994 |
|
|
|
The Regents of the University of California. All rights reserved. |
|
|
|
(c) UNIX System Laboratories, Inc. |
|
|
|
All or some portions of this file are derived from material licensed |
|
|
|
@ -169,19 +183,13 @@ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
|
|
|
in some cases, the clause has been left as-is. |
|
|
|
------------------------------------------------------------- |
|
|
|
|
|
|
|
(2) DJ Delorie (following only applies to go32 target) |
|
|
|
(2) Cygwin (cygwin targets only) |
|
|
|
|
|
|
|
Copyright (C) 1991 DJ Delorie |
|
|
|
|
|
|
|
This file is distributed under the terms listed in the document |
|
|
|
"copying.dj". |
|
|
|
|
|
|
|
A copy of "copying.dj" should accompany this file; if not, a copy |
|
|
|
should be available from where this file was obtained. This file |
|
|
|
may not be distributed without a verbatim copy of "copying.dj". |
|
|
|
Copyright 2001 Red Hat, Inc. |
|
|
|
|
|
|
|
This file is distributed WITHOUT ANY WARRANTY; without even the implied |
|
|
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
|
|
This software is a copyrighted work licensed under the terms of the |
|
|
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for |
|
|
|
details. |
|
|
|
|
|
|
|
(3) David M. Gay at AT&T |
|
|
|
|
|
|
|
@ -341,8 +349,284 @@ San Jose |
|
|
|
CA 95134 |
|
|
|
USA |
|
|
|
|
|
|
|
(13) Unless otherwise stated in each remaining newlib file, the remaining |
|
|
|
files in the newlib subdirectory are governed by the following copyright. |
|
|
|
(13) Royal Institute of Technology |
|
|
|
|
|
|
|
Copyright (c) 1999 Kungliga Tekniska Högskolan |
|
|
|
(Royal Institute of Technology, Stockholm, Sweden). |
|
|
|
All rights reserved. |
|
|
|
|
|
|
|
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 KTH 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 KTH AND ITS 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 KTH OR ITS 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. |
|
|
|
|
|
|
|
(14) Alexey Zelkin |
|
|
|
|
|
|
|
Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> |
|
|
|
All rights reserved. |
|
|
|
|
|
|
|
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 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. |
|
|
|
|
|
|
|
(15) Andrey A. Chernov |
|
|
|
|
|
|
|
Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia. |
|
|
|
All rights reserved. |
|
|
|
|
|
|
|
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 AUTHOR ``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. |
|
|
|
|
|
|
|
(16) FreeBSD |
|
|
|
|
|
|
|
Copyright (c) 1997-2002 FreeBSD Project. |
|
|
|
All rights reserved. |
|
|
|
|
|
|
|
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 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. |
|
|
|
|
|
|
|
(17) S. L. Moshier |
|
|
|
|
|
|
|
Author: S. L. Moshier. |
|
|
|
|
|
|
|
Copyright (c) 1984,2000 S.L. Moshier |
|
|
|
|
|
|
|
Permission to use, copy, modify, and distribute this software for any |
|
|
|
purpose without fee is hereby granted, provided that this entire notice |
|
|
|
is included in all copies of any software which is or includes a copy |
|
|
|
or modification of this software and in all copies of the supporting |
|
|
|
documentation for such software. |
|
|
|
|
|
|
|
THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED |
|
|
|
WARRANTY. IN PARTICULAR, THE AUTHOR MAKES NO REPRESENTATION |
|
|
|
OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS |
|
|
|
SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. |
|
|
|
|
|
|
|
(18) Citrus Project |
|
|
|
|
|
|
|
Copyright (c)1999 Citrus Project, |
|
|
|
All rights reserved. |
|
|
|
|
|
|
|
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 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. |
|
|
|
|
|
|
|
(19) Todd C. Miller |
|
|
|
|
|
|
|
Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
|
|
|
All rights reserved. |
|
|
|
|
|
|
|
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. The name of the author may not be used to endorse or promote products |
|
|
|
derived from this software without specific prior written permission. |
|
|
|
|
|
|
|
THIS SOFTWARE IS PROVIDED ``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 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. |
|
|
|
|
|
|
|
(20) DJ Delorie (i386) |
|
|
|
|
|
|
|
Copyright (C) 1991 DJ Delorie |
|
|
|
All rights reserved. |
|
|
|
|
|
|
|
Redistribution and use in source and binary forms is permitted |
|
|
|
provided that the above copyright notice and following paragraph are |
|
|
|
duplicated in all such forms. |
|
|
|
|
|
|
|
This file is distributed WITHOUT ANY WARRANTY; without even the implied |
|
|
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
|
|
|
|
|
|
(21) Free Software Foundation LGPL License (i[3456]86-*-linux* targets only) |
|
|
|
|
|
|
|
Copyright (C) 1990-1999, 2000, 2001 |
|
|
|
Free Software Foundation, Inc. |
|
|
|
This file is part of the GNU C Library. |
|
|
|
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. |
|
|
|
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or |
|
|
|
modify it under the terms of the GNU Lesser General Public |
|
|
|
License as published by the Free Software Foundation; either |
|
|
|
version 2.1 of the License, or (at your option) any later version. |
|
|
|
|
|
|
|
The GNU C Library is distributed in the hope that it will be useful, |
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
|
Lesser General Public License for more details. |
|
|
|
|
|
|
|
You should have received a copy of the GNU Lesser General Public |
|
|
|
License along with the GNU C Library; if not, write to the Free |
|
|
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA |
|
|
|
02111-1307 USA. |
|
|
|
|
|
|
|
(22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only) |
|
|
|
|
|
|
|
Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr) |
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or |
|
|
|
modify it under the terms of the GNU Library General Public License |
|
|
|
as published by the Free Software Foundation; either version 2 |
|
|
|
of the License, or (at your option) any later version. |
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful, |
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
GNU Library General Public License for more details. |
|
|
|
|
|
|
|
(23) Intel (i960) |
|
|
|
|
|
|
|
Copyright (c) 1993 Intel Corporation |
|
|
|
|
|
|
|
Intel hereby grants you permission to copy, modify, and distribute this |
|
|
|
software and its documentation. Intel grants this permission provided |
|
|
|
that the above copyright notice appears in all copies and that both the |
|
|
|
copyright notice and this permission notice appear in supporting |
|
|
|
documentation. In addition, Intel grants this permission provided that |
|
|
|
you prominently mark as "not part of the original" any modifications |
|
|
|
made to this software or documentation, and that the name of Intel |
|
|
|
Corporation not be used in advertising or publicity pertaining to |
|
|
|
distribution of the software or the documentation without specific, |
|
|
|
written prior permission. |
|
|
|
|
|
|
|
Intel Corporation provides this AS IS, WITHOUT ANY WARRANTY, EXPRESS OR |
|
|
|
IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY |
|
|
|
OR FITNESS FOR A PARTICULAR PURPOSE. Intel makes no guarantee or |
|
|
|
representations regarding the use of, or the results of the use of, |
|
|
|
the software and documentation in terms of correctness, accuracy, |
|
|
|
reliability, currentness, or otherwise; and you rely on the software, |
|
|
|
documentation and results solely at your own risk. |
|
|
|
|
|
|
|
IN NO EVENT SHALL INTEL BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS, |
|
|
|
LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES |
|
|
|
OF ANY KIND. IN NO EVENT SHALL INTEL'S TOTAL LIABILITY EXCEED THE SUM |
|
|
|
PAID TO INTEL FOR THE PRODUCT LICENSED HEREUNDER. |
|
|
|
|
|
|
|
(24) Hewlett-Packard (hppa targets only) |
|
|
|
|
|
|
|
(c) Copyright 1986 HEWLETT-PACKARD COMPANY |
|
|
|
|
|
|
|
To anyone who acknowledges that this file is provided "AS IS" |
|
|
|
without any express or implied warranty: |
|
|
|
permission to use, copy, modify, and distribute this file |
|
|
|
for any purpose is hereby granted without fee, provided that |
|
|
|
the above copyright notice and this notice appears in all |
|
|
|
copies, and that the name of Hewlett-Packard Company not be |
|
|
|
used in advertising or publicity pertaining to distribution |
|
|
|
of the software without specific, written prior permission. |
|
|
|
Hewlett-Packard Company makes no representations about the |
|
|
|
suitability of this software for any purpose. |
|
|
|
|
|
|
|
(25) Red Hat Incorporated |
|
|
|
|
|
|
|
Unless otherwise stated in each remaining newlib file, the remaining |
|
|
|
files in the newlib subdirectory default to the following copyright. |
|
|
|
It should be noted that Red Hat Incorporated now owns copyrights |
|
|
|
belonging to Cygnus Solutions and Cygnus Support. |
|
|
|
|
|
|
|
Copyright (c) 1994, 1997, 2001, 2002 Red Hat Incorporated. |
|
|
|
All rights reserved. |
|
|
|
|