1 The libgloss subdirectory is a collection of software from several sources.
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 libgloss subdirectory:
7 (1) Red Hat Incorporated
9 Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved.
11 This copyrighted material is made available to anyone wishing to use, modify,
12 copy, or redistribute it subject to the terms and conditions of the BSD
13 License. This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties
15 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license
16 is available at http://www.opensource.org/licenses. Any Red Hat trademarks that
17 are incorporated in the source code or documentation are not subject to the BSD
18 License and may only be used or replicated with the express permission of
21 (2) University of California, Berkeley
23 Copyright (c) 1981-2000 The Regents of the University of California.
26 Redistribution and use in source and binary forms, with or without modification,
27 are permitted provided that the following conditions are met:
29 * Redistributions of source code must retain the above copyright notice,
30 this list of conditions and the following disclaimer.
31 * Redistributions in binary form must reproduce the above copyright notice,
32 this list of conditions and the following disclaimer in the documentation
33 and/or other materials provided with the distribution.
34 * Neither the name of the University nor the names of its contributors may
35 be used to endorse or promote products derived from this software without
36 specific prior written permission.
38 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
39 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
40 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
41 IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
42 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
43 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
44 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
45 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
46 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
51 Copyright (C) 1993 DJ Delorie
54 Redistribution and use in source and binary forms is permitted
55 provided that the above copyright notice and following paragraph are
56 duplicated in all such forms.
58 This file is distributed WITHOUT ANY WARRANTY; without even the implied
59 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
61 (4) (formerly GPL for fr30)
63 The GPL is no longer applicable to the fr30 platform. The piece of
64 code (syscalls.c) referencing the GPL has been officially relicensed.
66 (5) Advanced Micro Devices
68 Copyright 1989, 1990 Advanced Micro Devices, Inc.
70 This software is the property of Advanced Micro Devices, Inc (AMD) which
71 specifically grants the user the right to modify, use and distribute this
72 software provided this notice is not removed or altered. All other rights
75 AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
76 SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
77 DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
80 So that all may benefit from your experience, please report any problems
81 or suggestions about this software to the 29K Technical Support Center at
82 800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or
83 0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118.
85 Advanced Micro Devices, Inc.
88 5900 E. Ben White Blvd.
92 (6) Array Technology Corporation and MIPS (mips/lsi33k-stub.h)
94 COPYRIGHT (C) 1991, 1992 ARRAY TECHNOLOGY CORPORATION
97 This software is confidential information which is proprietary to and
98 a trade secret of ARRAY Technology Corporation. Use, duplication, or
99 disclosure is subject to the terms of a separate license agreement.
101 Copyright 1985 by MIPS Computer Systems, Inc.
103 (7) University of Utah and the Computer Systems Laboratory (CSL)
104 [applies only to hppa*-*-pro* targets]
105 Copyright (c) 1990,1994 The University of Utah and
106 the Computer Systems Laboratory (CSL). All rights reserved.
108 Permission to use, copy, modify and distribute this software is hereby
109 granted provided that (1) source code retains these copyright, permission,
110 and disclaimer notices, and (2) redistributions including binaries
111 reproduce the notices in supporting documentation, and (3) all advertising
112 materials mentioning features or use of this software display the following
113 acknowledgement: ``This product includes software developed by the
114 Computer Systems Laboratory at the University of Utah.''
116 THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
117 IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF
118 ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
120 CSL requests users of this software to return to csl-dist@cs.utah.edu any
121 improvements that they make and grant CSL redistribution rights.
125 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
127 Developed at SunPro, a Sun Microsystems, Inc. business.
128 Permission to use, copy, modify, and distribute this
129 software is freely granted, provided that this notice is preserved.
133 (c) Copyright 1986 HEWLETT-PACKARD COMPANY
135 To anyone who acknowledges that this file is provided "AS IS"
136 without any express or implied warranty:
138 permission to use, copy, modify, and distribute this file
139 for any purpose is hereby granted without fee, provided that
140 the above copyright notice and this notice appears in all
141 copies, and that the name of Hewlett-Packard Company not be
142 used in advertising or publicity pertaining to distribution
143 of the software without specific, written prior permission.
144 Hewlett-Packard Company makes no representations about the
145 suitability of this software for any purpose.
147 (10) Hans-Peter Nilsson
149 Copyright (C) 2001 Hans-Peter Nilsson
151 Permission to use, copy, modify, and distribute this software is
152 freely granted, provided that the above copyright notice, this notice
153 and the following disclaimer are preserved with no changes.
155 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
156 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
157 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
160 (11) IBM Corp. spu processor (only spu-* targets)
162 (C) Copyright IBM Corp. 2005, 2006
166 Redistribution and use in source and binary forms, with or without
167 modification, are permitted provided that the following conditions are met:
169 * Redistributions of source code must retain the above copyright notice,
170 this list of conditions and the following disclaimer.
171 * Redistributions in binary form must reproduce the above copyright
172 notice, this list of conditions and the following disclaimer in the
173 documentation and/or other materials provided with the distribution.
174 * Neither the name of IBM nor the names of its contributors may be
175 used to endorse or promote products derived from this software without
176 specific prior written permission.
178 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
179 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
180 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
181 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
182 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
183 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
184 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
185 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
186 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
187 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
188 POSSIBILITY OF SUCH DAMAGE.
190 (12) Jon Beniston (only lm32-* targets)
192 Contributed by Jon Beniston <jon@beniston.com>
194 Redistribution and use in source and binary forms, with or without
195 modification, are permitted provided that the following conditions
197 1. Redistributions of source code must retain the above copyright
198 notice, this list of conditions and the following disclaimer.
199 2. Redistributions in binary form must reproduce the above copyright
200 notice, this list of conditions and the following disclaimer in the
201 documentation and/or other materials provided with the distribution.
203 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
204 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
205 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
206 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
207 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
208 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
209 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
210 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
211 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
212 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
215 (13) - Xilinx, Inc. (microblaze-* and powerpc-* targets)
217 Copyright (c) 2004, 2009 Xilinx, Inc. All rights reserved.
219 Redistribution and use in source and binary forms, with or without
220 modification, are permitted provided that the following conditions are
223 1. Redistributions source code must retain the above copyright notice,
224 this list of conditions and the following disclaimer.
226 2. Redistributions in binary form must reproduce the above copyright
227 notice, this list of conditions and the following disclaimer in the
228 documentation and/or other materials provided with the distribution.
230 3. Neither the name of Xilinx nor the names of its contributors may be
231 used to endorse or promote products derived from this software without
232 specific prior written permission.
234 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
235 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
236 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
237 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
238 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
239 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
240 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
241 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
242 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
243 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
244 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
247 (14) - National Semiconductor Corporation
249 Copyright (c) 2004 National Semiconductor Corporation
251 The authors hereby grant permission to use, copy, modify, distribute,
252 and license this software and its documentation for any purpose, provided
253 that existing copyright notices are retained in all copies and that this
254 notice is included verbatim in any distributions. No written agreement,
255 license, or royalty fee is required for any of the authorized uses.
256 Modifications to this software may be copyrighted by their authors
257 and need not follow the licensing terms described here, provided that
258 the new terms are clearly indicated on the first page of each file where
262 (15) - CodeSourcery, Inc. (tic6x-* targets)
264 Copyright (c) 2010 CodeSourcery, Inc.
267 Redistribution and use in source and binary forms, with or without
268 modification, are permitted provided that the following conditions are met:
269 * Redistributions of source code must retain the above copyright
270 notice, this list of conditions and the following disclaimer.
271 * Redistributions in binary form must reproduce the above copyright
272 notice, this list of conditions and the following disclaimer in the
273 documentation and/or other materials provided with the distribution.
274 * Neither the name of CodeSourcery nor the
275 names of its contributors may be used to endorse or promote products
276 derived from this software without specific prior written permission.
278 THIS SOFTWARE IS PROVIDED BY CODESOURCERY, INC. ``AS IS'' AND ANY
279 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
280 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
281 DISCLAIMED. IN NO EVENT SHALL CODESOURCERY BE LIABLE FOR ANY
282 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
283 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
284 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
285 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
286 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
287 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.