| 1 |
207 |
jeremybenn |
The newlib subdirectory is a collection of software from several sources.
|
| 2 |
|
|
|
| 3 |
|
|
Each file may have its own copyright/license that is embedded in the source
|
| 4 |
|
|
file. Unless otherwise noted in the body of the source file(s), the following copyright
|
| 5 |
|
|
notices will apply to the contents of the newlib subdirectory:
|
| 6 |
|
|
|
| 7 |
|
|
(1) Red Hat Incorporated
|
| 8 |
|
|
|
| 9 |
|
|
Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved.
|
| 10 |
|
|
|
| 11 |
|
|
This copyrighted material is made available to anyone wishing to use,
|
| 12 |
|
|
modify, copy, or redistribute it subject to the terms and conditions
|
| 13 |
|
|
of the BSD License. This program is distributed in the hope that
|
| 14 |
|
|
it will be useful, but WITHOUT ANY WARRANTY expressed or implied,
|
| 15 |
|
|
including the implied warranties of MERCHANTABILITY or FITNESS FOR
|
| 16 |
|
|
A PARTICULAR PURPOSE. A copy of this license is available at
|
| 17 |
|
|
http://www.opensource.org/licenses. Any Red Hat trademarks that are
|
| 18 |
|
|
incorporated in the source code or documentation are not subject to
|
| 19 |
|
|
the BSD License and may only be used or replicated with the express
|
| 20 |
|
|
permission of Red Hat, Inc.
|
| 21 |
|
|
|
| 22 |
|
|
(2) University of California, Berkeley
|
| 23 |
|
|
|
| 24 |
|
|
Copyright (c) 1981-2000 The Regents of the University of California.
|
| 25 |
|
|
All rights reserved.
|
| 26 |
|
|
|
| 27 |
|
|
Redistribution and use in source and binary forms, with or without modification,
|
| 28 |
|
|
are permitted provided that the following conditions are met:
|
| 29 |
|
|
|
| 30 |
|
|
* Redistributions of source code must retain the above copyright notice,
|
| 31 |
|
|
this list of conditions and the following disclaimer.
|
| 32 |
|
|
* Redistributions in binary form must reproduce the above copyright notice,
|
| 33 |
|
|
this list of conditions and the following disclaimer in the documentation
|
| 34 |
|
|
and/or other materials provided with the distribution.
|
| 35 |
|
|
* Neither the name of the University nor the names of its contributors
|
| 36 |
|
|
may be used to endorse or promote products derived from this software
|
| 37 |
|
|
without specific prior written permission.
|
| 38 |
|
|
|
| 39 |
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 40 |
|
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
| 41 |
|
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
| 42 |
|
|
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
| 43 |
|
|
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
| 44 |
|
|
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
| 45 |
|
|
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
| 46 |
|
|
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
| 47 |
|
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
| 48 |
|
|
OF SUCH DAMAGE.
|
| 49 |
|
|
|
| 50 |
|
|
(3) David M. Gay (AT&T 1991, Lucent 1998)
|
| 51 |
|
|
|
| 52 |
|
|
The author of this software is David M. Gay.
|
| 53 |
|
|
|
| 54 |
|
|
Copyright (c) 1991 by AT&T.
|
| 55 |
|
|
|
| 56 |
|
|
Permission to use, copy, modify, and distribute this software for any
|
| 57 |
|
|
purpose without fee is hereby granted, provided that this entire notice
|
| 58 |
|
|
is included in all copies of any software which is or includes a copy
|
| 59 |
|
|
or modification of this software and in all copies of the supporting
|
| 60 |
|
|
documentation for such software.
|
| 61 |
|
|
|
| 62 |
|
|
THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
|
| 63 |
|
|
WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY
|
| 64 |
|
|
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
|
| 65 |
|
|
OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
|
| 66 |
|
|
|
| 67 |
|
|
-------------------------------------------------------------------
|
| 68 |
|
|
|
| 69 |
|
|
The author of this software is David M. Gay.
|
| 70 |
|
|
|
| 71 |
|
|
Copyright (C) 1998-2001 by Lucent Technologies
|
| 72 |
|
|
All Rights Reserved
|
| 73 |
|
|
|
| 74 |
|
|
Permission to use, copy, modify, and distribute this software and
|
| 75 |
|
|
its documentation for any purpose and without fee is hereby
|
| 76 |
|
|
granted, provided that the above copyright notice appear in all
|
| 77 |
|
|
copies and that both that the copyright notice and this
|
| 78 |
|
|
permission notice and warranty disclaimer appear in supporting
|
| 79 |
|
|
documentation, and that the name of Lucent or any of its entities
|
| 80 |
|
|
not be used in advertising or publicity pertaining to
|
| 81 |
|
|
distribution of the software without specific, written prior
|
| 82 |
|
|
permission.
|
| 83 |
|
|
|
| 84 |
|
|
LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
| 85 |
|
|
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
|
| 86 |
|
|
IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
|
| 87 |
|
|
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
| 88 |
|
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
|
| 89 |
|
|
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
| 90 |
|
|
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
| 91 |
|
|
THIS SOFTWARE.
|
| 92 |
|
|
|
| 93 |
|
|
|
| 94 |
|
|
(4) Advanced Micro Devices
|
| 95 |
|
|
|
| 96 |
|
|
Copyright 1989, 1990 Advanced Micro Devices, Inc.
|
| 97 |
|
|
|
| 98 |
|
|
This software is the property of Advanced Micro Devices, Inc (AMD) which
|
| 99 |
|
|
specifically grants the user the right to modify, use and distribute this
|
| 100 |
|
|
software provided this notice is not removed or altered. All other rights
|
| 101 |
|
|
are reserved by AMD.
|
| 102 |
|
|
|
| 103 |
|
|
AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
|
| 104 |
|
|
SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
|
| 105 |
|
|
DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
|
| 106 |
|
|
USE OF THIS SOFTWARE.
|
| 107 |
|
|
|
| 108 |
|
|
So that all may benefit from your experience, please report any problems
|
| 109 |
|
|
or suggestions about this software to the 29K Technical Support Center at
|
| 110 |
|
|
800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or
|
| 111 |
|
|
0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118.
|
| 112 |
|
|
|
| 113 |
|
|
Advanced Micro Devices, Inc.
|
| 114 |
|
|
29K Support Products
|
| 115 |
|
|
Mail Stop 573
|
| 116 |
|
|
5900 E. Ben White Blvd.
|
| 117 |
|
|
Austin, TX 78741
|
| 118 |
|
|
800-292-9263
|
| 119 |
|
|
|
| 120 |
|
|
(5) C.W. Sandmann
|
| 121 |
|
|
|
| 122 |
|
|
Copyright (C) 1993 C.W. Sandmann
|
| 123 |
|
|
|
| 124 |
|
|
This file may be freely distributed as long as the author's name remains.
|
| 125 |
|
|
|
| 126 |
|
|
(6) Eric Backus
|
| 127 |
|
|
|
| 128 |
|
|
(C) Copyright 1992 Eric Backus
|
| 129 |
|
|
|
| 130 |
|
|
This software may be used freely so long as this copyright notice is
|
| 131 |
|
|
left intact. There is no warrantee on this software.
|
| 132 |
|
|
|
| 133 |
|
|
(7) Sun Microsystems
|
| 134 |
|
|
|
| 135 |
|
|
Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
|
| 136 |
|
|
|
| 137 |
|
|
Developed at SunPro, a Sun Microsystems, Inc. business.
|
| 138 |
|
|
Permission to use, copy, modify, and distribute this
|
| 139 |
|
|
software is freely granted, provided that this notice is preserved.
|
| 140 |
|
|
|
| 141 |
|
|
(8) Hewlett Packard
|
| 142 |
|
|
|
| 143 |
|
|
(c) Copyright 1986 HEWLETT-PACKARD COMPANY
|
| 144 |
|
|
|
| 145 |
|
|
To anyone who acknowledges that this file is provided "AS IS"
|
| 146 |
|
|
without any express or implied warranty:
|
| 147 |
|
|
permission to use, copy, modify, and distribute this file
|
| 148 |
|
|
for any purpose is hereby granted without fee, provided that
|
| 149 |
|
|
the above copyright notice and this notice appears in all
|
| 150 |
|
|
copies, and that the name of Hewlett-Packard Company not be
|
| 151 |
|
|
used in advertising or publicity pertaining to distribution
|
| 152 |
|
|
of the software without specific, written prior permission.
|
| 153 |
|
|
Hewlett-Packard Company makes no representations about the
|
| 154 |
|
|
suitability of this software for any purpose.
|
| 155 |
|
|
|
| 156 |
|
|
(9) Hans-Peter Nilsson
|
| 157 |
|
|
|
| 158 |
|
|
Copyright (C) 2001 Hans-Peter Nilsson
|
| 159 |
|
|
|
| 160 |
|
|
Permission to use, copy, modify, and distribute this software is
|
| 161 |
|
|
freely granted, provided that the above copyright notice, this notice
|
| 162 |
|
|
and the following disclaimer are preserved with no changes.
|
| 163 |
|
|
|
| 164 |
|
|
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
|
| 165 |
|
|
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
| 166 |
|
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
| 167 |
|
|
PURPOSE.
|
| 168 |
|
|
|
| 169 |
|
|
(10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only)
|
| 170 |
|
|
|
| 171 |
|
|
Copyright (C) 1999, 2000, 2001, 2002 Stephane Carrez (stcarrez@nerim.fr)
|
| 172 |
|
|
|
| 173 |
|
|
The authors hereby grant permission to use, copy, modify, distribute,
|
| 174 |
|
|
and license this software and its documentation for any purpose, provided
|
| 175 |
|
|
that existing copyright notices are retained in all copies and that this
|
| 176 |
|
|
notice is included verbatim in any distributions. No written agreement,
|
| 177 |
|
|
license, or royalty fee is required for any of the authorized uses.
|
| 178 |
|
|
Modifications to this software may be copyrighted by their authors
|
| 179 |
|
|
and need not follow the licensing terms described here, provided that
|
| 180 |
|
|
the new terms are clearly indicated on the first page of each file where
|
| 181 |
|
|
they apply.
|
| 182 |
|
|
|
| 183 |
|
|
(11) Christopher G. Demetriou
|
| 184 |
|
|
|
| 185 |
|
|
Copyright (c) 2001 Christopher G. Demetriou
|
| 186 |
|
|
All rights reserved.
|
| 187 |
|
|
|
| 188 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 189 |
|
|
modification, are permitted provided that the following conditions
|
| 190 |
|
|
are met:
|
| 191 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 192 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 193 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 194 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 195 |
|
|
documentation and/or other materials provided with the distribution.
|
| 196 |
|
|
3. The name of the author may not be used to endorse or promote products
|
| 197 |
|
|
derived from this software without specific prior written permission.
|
| 198 |
|
|
|
| 199 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
| 200 |
|
|
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
| 201 |
|
|
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
| 202 |
|
|
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
| 203 |
|
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
| 204 |
|
|
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 205 |
|
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 206 |
|
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 207 |
|
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
| 208 |
|
|
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 209 |
|
|
|
| 210 |
|
|
(12) SuperH, Inc.
|
| 211 |
|
|
|
| 212 |
|
|
Copyright 2002 SuperH, Inc. All rights reserved
|
| 213 |
|
|
|
| 214 |
|
|
This software is the property of SuperH, Inc (SuperH) which specifically
|
| 215 |
|
|
grants the user the right to modify, use and distribute this software
|
| 216 |
|
|
provided this notice is not removed or altered. All other rights are
|
| 217 |
|
|
reserved by SuperH.
|
| 218 |
|
|
|
| 219 |
|
|
SUPERH MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO
|
| 220 |
|
|
THIS SOFTWARE. IN NO EVENT SHALL SUPERH BE LIABLE FOR INDIRECT, SPECIAL,
|
| 221 |
|
|
INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING FROM
|
| 222 |
|
|
THE FURNISHING, PERFORMANCE, OR USE OF THIS SOFTWARE.
|
| 223 |
|
|
|
| 224 |
|
|
So that all may benefit from your experience, please report any problems
|
| 225 |
|
|
or suggestions about this software to the SuperH Support Center via
|
| 226 |
|
|
e-mail at softwaresupport@superh.com .
|
| 227 |
|
|
|
| 228 |
|
|
SuperH, Inc.
|
| 229 |
|
|
405 River Oaks Parkway
|
| 230 |
|
|
San Jose
|
| 231 |
|
|
CA 95134
|
| 232 |
|
|
USA
|
| 233 |
|
|
|
| 234 |
|
|
(13) Royal Institute of Technology
|
| 235 |
|
|
|
| 236 |
|
|
Copyright (c) 1999 Kungliga Tekniska Högskolan
|
| 237 |
|
|
(Royal Institute of Technology, Stockholm, Sweden).
|
| 238 |
|
|
All rights reserved.
|
| 239 |
|
|
|
| 240 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 241 |
|
|
modification, are permitted provided that the following conditions
|
| 242 |
|
|
are met:
|
| 243 |
|
|
|
| 244 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 245 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 246 |
|
|
|
| 247 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 248 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 249 |
|
|
documentation and/or other materials provided with the distribution.
|
| 250 |
|
|
|
| 251 |
|
|
3. Neither the name of KTH nor the names of its contributors may be
|
| 252 |
|
|
used to endorse or promote products derived from this software without
|
| 253 |
|
|
specific prior written permission.
|
| 254 |
|
|
|
| 255 |
|
|
THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY
|
| 256 |
|
|
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 257 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
| 258 |
|
|
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE
|
| 259 |
|
|
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
| 260 |
|
|
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
| 261 |
|
|
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
| 262 |
|
|
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
| 263 |
|
|
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
| 264 |
|
|
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
| 265 |
|
|
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 266 |
|
|
|
| 267 |
|
|
(14) Alexey Zelkin
|
| 268 |
|
|
|
| 269 |
|
|
Copyright (c) 2000, 2001 Alexey Zelkin
|
| 270 |
|
|
All rights reserved.
|
| 271 |
|
|
|
| 272 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 273 |
|
|
modification, are permitted provided that the following conditions
|
| 274 |
|
|
are met:
|
| 275 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 276 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 277 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 278 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 279 |
|
|
documentation and/or other materials provided with the distribution.
|
| 280 |
|
|
|
| 281 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
| 282 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 283 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 284 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
| 285 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 286 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 287 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 288 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 289 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 290 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 291 |
|
|
SUCH DAMAGE.
|
| 292 |
|
|
|
| 293 |
|
|
(15) Andrey A. Chernov
|
| 294 |
|
|
|
| 295 |
|
|
Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia.
|
| 296 |
|
|
All rights reserved.
|
| 297 |
|
|
|
| 298 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 299 |
|
|
modification, are permitted provided that the following conditions
|
| 300 |
|
|
are met:
|
| 301 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 302 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 303 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 304 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 305 |
|
|
documentation and/or other materials provided with the distribution.
|
| 306 |
|
|
|
| 307 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
|
| 308 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 309 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 310 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
| 311 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 312 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 313 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 314 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 315 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 316 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 317 |
|
|
SUCH DAMAGE.
|
| 318 |
|
|
|
| 319 |
|
|
(16) FreeBSD
|
| 320 |
|
|
|
| 321 |
|
|
Copyright (c) 1997-2002 FreeBSD Project.
|
| 322 |
|
|
All rights reserved.
|
| 323 |
|
|
|
| 324 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 325 |
|
|
modification, are permitted provided that the following conditions
|
| 326 |
|
|
are met:
|
| 327 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 328 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 329 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 330 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 331 |
|
|
documentation and/or other materials provided with the distribution.
|
| 332 |
|
|
|
| 333 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
| 334 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 335 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 336 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
| 337 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 338 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 339 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 340 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 341 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 342 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 343 |
|
|
SUCH DAMAGE.
|
| 344 |
|
|
|
| 345 |
|
|
(17) S. L. Moshier
|
| 346 |
|
|
|
| 347 |
|
|
Author: S. L. Moshier.
|
| 348 |
|
|
|
| 349 |
|
|
Copyright (c) 1984,2000 S.L. Moshier
|
| 350 |
|
|
|
| 351 |
|
|
Permission to use, copy, modify, and distribute this software for any
|
| 352 |
|
|
purpose without fee is hereby granted, provided that this entire notice
|
| 353 |
|
|
is included in all copies of any software which is or includes a copy
|
| 354 |
|
|
or modification of this software and in all copies of the supporting
|
| 355 |
|
|
documentation for such software.
|
| 356 |
|
|
|
| 357 |
|
|
THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
|
| 358 |
|
|
WARRANTY. IN PARTICULAR, THE AUTHOR MAKES NO REPRESENTATION
|
| 359 |
|
|
OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
|
| 360 |
|
|
SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
|
| 361 |
|
|
|
| 362 |
|
|
(18) Citrus Project
|
| 363 |
|
|
|
| 364 |
|
|
Copyright (c)1999 Citrus Project,
|
| 365 |
|
|
All rights reserved.
|
| 366 |
|
|
|
| 367 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 368 |
|
|
modification, are permitted provided that the following conditions
|
| 369 |
|
|
are met:
|
| 370 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 371 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 372 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 373 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 374 |
|
|
documentation and/or other materials provided with the distribution.
|
| 375 |
|
|
|
| 376 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
| 377 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 378 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 379 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
| 380 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 381 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 382 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 383 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 384 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 385 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 386 |
|
|
SUCH DAMAGE.
|
| 387 |
|
|
|
| 388 |
|
|
(19) Todd C. Miller
|
| 389 |
|
|
|
| 390 |
|
|
Copyright (c) 1998 Todd C. Miller
|
| 391 |
|
|
All rights reserved.
|
| 392 |
|
|
|
| 393 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 394 |
|
|
modification, are permitted provided that the following conditions
|
| 395 |
|
|
are met:
|
| 396 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 397 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 398 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 399 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 400 |
|
|
documentation and/or other materials provided with the distribution.
|
| 401 |
|
|
3. The name of the author may not be used to endorse or promote products
|
| 402 |
|
|
derived from this software without specific prior written permission.
|
| 403 |
|
|
|
| 404 |
|
|
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
| 405 |
|
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
| 406 |
|
|
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
|
| 407 |
|
|
THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
| 408 |
|
|
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
| 409 |
|
|
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
| 410 |
|
|
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
| 411 |
|
|
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
| 412 |
|
|
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
| 413 |
|
|
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 414 |
|
|
|
| 415 |
|
|
(20) DJ Delorie (i386)
|
| 416 |
|
|
Copyright (C) 1991 DJ Delorie
|
| 417 |
|
|
All rights reserved.
|
| 418 |
|
|
|
| 419 |
|
|
Redistribution and use in source and binary forms is permitted
|
| 420 |
|
|
provided that the above copyright notice and following paragraph are
|
| 421 |
|
|
duplicated in all such forms.
|
| 422 |
|
|
|
| 423 |
|
|
This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
| 424 |
|
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| 425 |
|
|
|
| 426 |
|
|
(21) Free Software Foundation LGPL License (*-linux* targets only)
|
| 427 |
|
|
|
| 428 |
|
|
Copyright (C) 1990-1999, 2000, 2001 Free Software Foundation, Inc.
|
| 429 |
|
|
This file is part of the GNU C Library.
|
| 430 |
|
|
Contributed by Mark Kettenis , 1997.
|
| 431 |
|
|
|
| 432 |
|
|
The GNU C Library is free software; you can redistribute it and/or
|
| 433 |
|
|
modify it under the terms of the GNU Lesser General Public
|
| 434 |
|
|
License as published by the Free Software Foundation; either
|
| 435 |
|
|
version 2.1 of the License, or (at your option) any later version.
|
| 436 |
|
|
|
| 437 |
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
| 438 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 439 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
| 440 |
|
|
Lesser General Public License for more details.
|
| 441 |
|
|
|
| 442 |
|
|
You should have received a copy of the GNU Lesser General Public
|
| 443 |
|
|
License along with the GNU C Library; if not, write to the Free
|
| 444 |
|
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
| 445 |
|
|
02110-1301 USA.
|
| 446 |
|
|
|
| 447 |
|
|
(22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only)
|
| 448 |
|
|
|
| 449 |
|
|
Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr)
|
| 450 |
|
|
|
| 451 |
|
|
This program is free software; you can redistribute it and/or
|
| 452 |
|
|
modify it under the terms of the GNU Library General Public License
|
| 453 |
|
|
as published by the Free Software Foundation; either version 2
|
| 454 |
|
|
of the License, or (at your option) any later version.
|
| 455 |
|
|
|
| 456 |
|
|
This program is distributed in the hope that it will be useful,
|
| 457 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 458 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 459 |
|
|
GNU Library General Public License for more details.
|
| 460 |
|
|
|
| 461 |
|
|
(23) Intel (i960)
|
| 462 |
|
|
|
| 463 |
|
|
Copyright (c) 1993 Intel Corporation
|
| 464 |
|
|
|
| 465 |
|
|
Intel hereby grants you permission to copy, modify, and distribute this
|
| 466 |
|
|
software and its documentation. Intel grants this permission provided
|
| 467 |
|
|
that the above copyright notice appears in all copies and that both the
|
| 468 |
|
|
copyright notice and this permission notice appear in supporting
|
| 469 |
|
|
documentation. In addition, Intel grants this permission provided that
|
| 470 |
|
|
you prominently mark as "not part of the original" any modifications
|
| 471 |
|
|
made to this software or documentation, and that the name of Intel
|
| 472 |
|
|
Corporation not be used in advertising or publicity pertaining to
|
| 473 |
|
|
distribution of the software or the documentation without specific,
|
| 474 |
|
|
written prior permission.
|
| 475 |
|
|
|
| 476 |
|
|
Intel Corporation provides this AS IS, WITHOUT ANY WARRANTY, EXPRESS OR
|
| 477 |
|
|
IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY
|
| 478 |
|
|
OR FITNESS FOR A PARTICULAR PURPOSE. Intel makes no guarantee or
|
| 479 |
|
|
representations regarding the use of, or the results of the use of,
|
| 480 |
|
|
the software and documentation in terms of correctness, accuracy,
|
| 481 |
|
|
reliability, currentness, or otherwise; and you rely on the software,
|
| 482 |
|
|
documentation and results solely at your own risk.
|
| 483 |
|
|
|
| 484 |
|
|
IN NO EVENT SHALL INTEL BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS,
|
| 485 |
|
|
LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES
|
| 486 |
|
|
OF ANY KIND. IN NO EVENT SHALL INTEL'S TOTAL LIABILITY EXCEED THE SUM
|
| 487 |
|
|
PAID TO INTEL FOR THE PRODUCT LICENSED HEREUNDER.
|
| 488 |
|
|
|
| 489 |
|
|
(24) Hewlett-Packard (hppa targets only)
|
| 490 |
|
|
|
| 491 |
|
|
(c) Copyright 1986 HEWLETT-PACKARD COMPANY
|
| 492 |
|
|
|
| 493 |
|
|
To anyone who acknowledges that this file is provided "AS IS"
|
| 494 |
|
|
without any express or implied warranty:
|
| 495 |
|
|
permission to use, copy, modify, and distribute this file
|
| 496 |
|
|
for any purpose is hereby granted without fee, provided that
|
| 497 |
|
|
the above copyright notice and this notice appears in all
|
| 498 |
|
|
copies, and that the name of Hewlett-Packard Company not be
|
| 499 |
|
|
used in advertising or publicity pertaining to distribution
|
| 500 |
|
|
of the software without specific, written prior permission.
|
| 501 |
|
|
Hewlett-Packard Company makes no representations about the
|
| 502 |
|
|
suitability of this software for any purpose.
|
| 503 |
|
|
|
| 504 |
|
|
(25) Henry Spencer (only *-linux targets)
|
| 505 |
|
|
|
| 506 |
|
|
Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved.
|
| 507 |
|
|
This software is not subject to any license of the American Telephone
|
| 508 |
|
|
and Telegraph Company or of the Regents of the University of California.
|
| 509 |
|
|
|
| 510 |
|
|
Permission is granted to anyone to use this software for any purpose on
|
| 511 |
|
|
any computer system, and to alter it and redistribute it, subject
|
| 512 |
|
|
to the following restrictions:
|
| 513 |
|
|
|
| 514 |
|
|
1. The author is not responsible for the consequences of use of this
|
| 515 |
|
|
software, no matter how awful, even if they arise from flaws in it.
|
| 516 |
|
|
|
| 517 |
|
|
2. The origin of this software must not be misrepresented, either by
|
| 518 |
|
|
explicit claim or by omission. Since few users ever read sources,
|
| 519 |
|
|
credits must appear in the documentation.
|
| 520 |
|
|
|
| 521 |
|
|
3. Altered versions must be plainly marked as such, and must not be
|
| 522 |
|
|
misrepresented as being the original software. Since few users
|
| 523 |
|
|
ever read sources, credits must appear in the documentation.
|
| 524 |
|
|
|
| 525 |
|
|
4. This notice may not be removed or altered.
|
| 526 |
|
|
|
| 527 |
|
|
(26) Mike Barcroft
|
| 528 |
|
|
|
| 529 |
|
|
Copyright (c) 2001 Mike Barcroft
|
| 530 |
|
|
All rights reserved.
|
| 531 |
|
|
|
| 532 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 533 |
|
|
modification, are permitted provided that the following conditions
|
| 534 |
|
|
are met:
|
| 535 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 536 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 537 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 538 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 539 |
|
|
documentation and/or other materials provided with the distribution.
|
| 540 |
|
|
|
| 541 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
| 542 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 543 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 544 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
| 545 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 546 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 547 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 548 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 549 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 550 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 551 |
|
|
SUCH DAMAGE.
|
| 552 |
|
|
|
| 553 |
|
|
(27) Konstantin Chuguev (--enable-newlib-iconv)
|
| 554 |
|
|
|
| 555 |
|
|
Copyright (c) 1999, 2000
|
| 556 |
|
|
Konstantin Chuguev. All rights reserved.
|
| 557 |
|
|
|
| 558 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 559 |
|
|
modification, are permitted provided that the following conditions
|
| 560 |
|
|
are met:
|
| 561 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 562 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 563 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 564 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 565 |
|
|
documentation and/or other materials provided with the distribution.
|
| 566 |
|
|
|
| 567 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
| 568 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 569 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 570 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
| 571 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 572 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 573 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 574 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 575 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 576 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 577 |
|
|
SUCH DAMAGE.
|
| 578 |
|
|
|
| 579 |
|
|
iconv (Charset Conversion Library) v2.0
|
| 580 |
|
|
|
| 581 |
|
|
(28) Artem Bityuckiy (--enable-newlib-iconv)
|
| 582 |
|
|
|
| 583 |
|
|
Copyright (c) 2003, Artem B. Bityuckiy, SoftMine Corporation.
|
| 584 |
|
|
Rights transferred to Franklin Electronic Publishers.
|
| 585 |
|
|
|
| 586 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 587 |
|
|
modification, are permitted provided that the following conditions
|
| 588 |
|
|
are met:
|
| 589 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 590 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 591 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 592 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 593 |
|
|
documentation and/or other materials provided with the distribution.
|
| 594 |
|
|
|
| 595 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
| 596 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 597 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 598 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
| 599 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 600 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 601 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 602 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 603 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 604 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 605 |
|
|
SUCH DAMAGE.
|
| 606 |
|
|
|
| 607 |
|
|
(29) IBM, Sony, Toshiba (only spu-* targets)
|
| 608 |
|
|
|
| 609 |
|
|
(C) Copyright 2001,2006,
|
| 610 |
|
|
International Business Machines Corporation,
|
| 611 |
|
|
Sony Computer Entertainment, Incorporated,
|
| 612 |
|
|
Toshiba Corporation,
|
| 613 |
|
|
|
| 614 |
|
|
All rights reserved.
|
| 615 |
|
|
|
| 616 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 617 |
|
|
modification, are permitted provided that the following conditions are met:
|
| 618 |
|
|
|
| 619 |
|
|
* Redistributions of source code must retain the above copyright notice,
|
| 620 |
|
|
this list of conditions and the following disclaimer.
|
| 621 |
|
|
* Redistributions in binary form must reproduce the above copyright
|
| 622 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 623 |
|
|
documentation and/or other materials provided with the distribution.
|
| 624 |
|
|
* Neither the names of the copyright holders nor the names of their
|
| 625 |
|
|
contributors may be used to endorse or promote products derived from this
|
| 626 |
|
|
software without specific prior written permission.
|
| 627 |
|
|
|
| 628 |
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 629 |
|
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 630 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 631 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| 632 |
|
|
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
| 633 |
|
|
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
| 634 |
|
|
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
| 635 |
|
|
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
| 636 |
|
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
| 637 |
|
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
| 638 |
|
|
POSSIBILITY OF SUCH DAMAGE.
|
| 639 |
|
|
|
| 640 |
|
|
(30) - Alex Tatmanjants (targets using libc/posix)
|
| 641 |
|
|
|
| 642 |
|
|
Copyright (c) 1995 Alex Tatmanjants
|
| 643 |
|
|
at Electronni Visti IA, Kiev, Ukraine.
|
| 644 |
|
|
All rights reserved.
|
| 645 |
|
|
|
| 646 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 647 |
|
|
modification, are permitted provided that the following conditions
|
| 648 |
|
|
are met:
|
| 649 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 650 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 651 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 652 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 653 |
|
|
documentation and/or other materials provided with the distribution.
|
| 654 |
|
|
|
| 655 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
|
| 656 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 657 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 658 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
|
| 659 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 660 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 661 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 662 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 663 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 664 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 665 |
|
|
SUCH DAMAGE.
|
| 666 |
|
|
|
| 667 |
|
|
(31) - M. Warner Losh (targets using libc/posix)
|
| 668 |
|
|
|
| 669 |
|
|
Copyright (c) 1998, M. Warner Losh
|
| 670 |
|
|
All rights reserved.
|
| 671 |
|
|
|
| 672 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 673 |
|
|
modification, are permitted provided that the following conditions
|
| 674 |
|
|
are met:
|
| 675 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 676 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 677 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 678 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 679 |
|
|
documentation and/or other materials provided with the distribution.
|
| 680 |
|
|
|
| 681 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
| 682 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 683 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 684 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
| 685 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 686 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 687 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 688 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 689 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 690 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 691 |
|
|
SUCH DAMAGE.
|
| 692 |
|
|
|
| 693 |
|
|
(32) - Andrey A. Chernov (targets using libc/posix)
|
| 694 |
|
|
|
| 695 |
|
|
Copyright (C) 1996 by Andrey A. Chernov, Moscow, Russia.
|
| 696 |
|
|
All rights reserved.
|
| 697 |
|
|
|
| 698 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 699 |
|
|
modification, are permitted provided that the following conditions
|
| 700 |
|
|
are met:
|
| 701 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 702 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 703 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 704 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 705 |
|
|
documentation and/or other materials provided with the distribution.
|
| 706 |
|
|
|
| 707 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
|
| 708 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 709 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 710 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
| 711 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 712 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 713 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 714 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 715 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 716 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 717 |
|
|
SUCH DAMAGE.
|
| 718 |
|
|
|
| 719 |
|
|
(33) - Daniel Eischen (targets using libc/posix)
|
| 720 |
|
|
|
| 721 |
|
|
Copyright (c) 2001 Daniel Eischen .
|
| 722 |
|
|
All rights reserved.
|
| 723 |
|
|
|
| 724 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 725 |
|
|
modification, are permitted provided that the following conditions
|
| 726 |
|
|
are met:
|
| 727 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 728 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 729 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 730 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 731 |
|
|
documentation and/or other materials provided with the distribution.
|
| 732 |
|
|
|
| 733 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
| 734 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 735 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 736 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
| 737 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 738 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 739 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 740 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 741 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 742 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 743 |
|
|
SUCH DAMAGE.
|
| 744 |
|
|
|
| 745 |
|
|
|
| 746 |
|
|
(34) - Jon Beniston (only lm32-* targets)
|
| 747 |
|
|
|
| 748 |
|
|
Contributed by Jon Beniston
|
| 749 |
|
|
|
| 750 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 751 |
|
|
modification, are permitted provided that the following conditions
|
| 752 |
|
|
are met:
|
| 753 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 754 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 755 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 756 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 757 |
|
|
documentation and/or other materials provided with the distribution.
|
| 758 |
|
|
|
| 759 |
|
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
| 760 |
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 761 |
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 762 |
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
| 763 |
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 764 |
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
| 765 |
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
| 766 |
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
| 767 |
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
| 768 |
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
| 769 |
|
|
SUCH DAMAGE.
|
| 770 |
|
|
|
| 771 |
|
|
|
| 772 |
|
|
(35) - ARM Ltd (arm and thumb variant targets only)
|
| 773 |
|
|
|
| 774 |
|
|
Copyright (c) 2009 ARM Ltd
|
| 775 |
|
|
All rights reserved.
|
| 776 |
|
|
|
| 777 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 778 |
|
|
modification, are permitted provided that the following conditions
|
| 779 |
|
|
are met:
|
| 780 |
|
|
1. Redistributions of source code must retain the above copyright
|
| 781 |
|
|
notice, this list of conditions and the following disclaimer.
|
| 782 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 783 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 784 |
|
|
documentation and/or other materials provided with the distribution.
|
| 785 |
|
|
3. The name of the company may not be used to endorse or promote
|
| 786 |
|
|
products derived from this software without specific prior written
|
| 787 |
|
|
permission.
|
| 788 |
|
|
|
| 789 |
|
|
THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
| 790 |
|
|
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
| 791 |
|
|
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
| 792 |
|
|
IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 793 |
|
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
| 794 |
|
|
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
| 795 |
|
|
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
| 796 |
|
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
| 797 |
|
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| 798 |
|
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 799 |
|
|
|
| 800 |
|
|
(36) - Xilinx, Inc. (micrroblaze-* and powerpc-* targets)
|
| 801 |
|
|
|
| 802 |
|
|
Copyright (c) 2004, 2009 Xilinx, Inc. All rights reserved.
|
| 803 |
|
|
|
| 804 |
|
|
Redistribution and use in source and binary forms, with or without
|
| 805 |
|
|
modification, are permitted provided that the following conditions are
|
| 806 |
|
|
met:
|
| 807 |
|
|
|
| 808 |
|
|
1. Redistributions source code must retain the above copyright notice,
|
| 809 |
|
|
this list of conditions and the following disclaimer.
|
| 810 |
|
|
|
| 811 |
|
|
2. Redistributions in binary form must reproduce the above copyright
|
| 812 |
|
|
notice, this list of conditions and the following disclaimer in the
|
| 813 |
|
|
documentation and/or other materials provided with the distribution.
|
| 814 |
|
|
|
| 815 |
|
|
3. Neither the name of Xilinx nor the names of its contributors may be
|
| 816 |
|
|
used to endorse or promote products derived from this software without
|
| 817 |
|
|
specific prior written permission.
|
| 818 |
|
|
|
| 819 |
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
|
| 820 |
|
|
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
| 821 |
|
|
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
| 822 |
|
|
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 823 |
|
|
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 824 |
|
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
| 825 |
|
|
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
| 826 |
|
|
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
| 827 |
|
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
| 828 |
|
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| 829 |
|
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 830 |
|
|
|