Commit | Line | Data |
---|---|---|
91217342 | 1 | The libgloss subdirectory is a collection of software from several sources. |
91217342 | 2 | |
fbb00ad0 JJ |
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: | |
91217342 | 6 | |
fbb00ad0 | 7 | (1) Red Hat Incorporated |
4024f1e1 | 8 | |
30a16d7b | 9 | Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved. |
91217342 | 10 | |
f3cd89f4 JJ |
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 | |
19 | Red Hat, Inc. | |
91217342 | 20 | |
fbb00ad0 | 21 | (2) University of California, Berkeley |
4024f1e1 | 22 | |
fbb00ad0 | 23 | Copyright (c) 1981-2000 The Regents of the University of California. |
4024f1e1 JJ |
24 | All rights reserved. |
25 | ||
f3cd89f4 JJ |
26 | Redistribution and use in source and binary forms, with or without modification, |
27 | are permitted provided that the following conditions are met: | |
28 | ||
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. | |
fbb00ad0 JJ |
37 | |
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 | |
47 | OF SUCH DAMAGE. | |
48 | ||
49 | (3) DJ Delorie | |
91217342 JJ |
50 | |
51 | Copyright (C) 1993 DJ Delorie | |
52 | All rights reserved. | |
53 | ||
f9ea6f98 | 54 | Redistribution, modification, and use in source and binary forms is permitted |
91217342 JJ |
55 | provided that the above copyright notice and following paragraph are |
56 | duplicated in all such forms. | |
57 | ||
58 | This file is distributed WITHOUT ANY WARRANTY; without even the implied | |
59 | warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
60 | ||
04d2c2b2 | 61 | (4) (formerly GPL for fr30) |
91217342 | 62 | |
04d2c2b2 JJ |
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. | |
91217342 | 65 | |
fbb00ad0 | 66 | (5) Advanced Micro Devices |
91217342 JJ |
67 | |
68 | Copyright 1989, 1990 Advanced Micro Devices, Inc. | |
69 | ||
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 | |
73 | are reserved by AMD. | |
74 | ||
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 | |
78 | USE OF THIS SOFTWARE. | |
79 | ||
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. | |
84 | ||
85 | Advanced Micro Devices, Inc. | |
86 | 29K Support Products | |
87 | Mail Stop 573 | |
88 | 5900 E. Ben White Blvd. | |
89 | Austin, TX 78741 | |
90 | 800-292-9263 | |
91 | ||
fd62a30d | 92 | (6) - Analog Devices, Inc. (bfin-* targets) |
91217342 | 93 | |
fd62a30d JJ |
94 | Copyright (C) 2006, 2008, 2009, 2011, 2012 Analog Devices, Inc. |
95 | ||
96 | The authors hereby grant permission to use, copy, modify, distribute, | |
97 | and license this software and its documentation for any purpose, provided | |
98 | that existing copyright notices are retained in all copies and that this | |
99 | notice is included verbatim in any distributions. No written agreement, | |
100 | license, or royalty fee is required for any of the authorized uses. | |
101 | Modifications to this software may be copyrighted by their authors | |
102 | and need not follow the licensing terms described here, provided that | |
103 | the new terms are clearly indicated on the first page of each file where | |
104 | they apply. | |
91217342 | 105 | |
fbb00ad0 JJ |
106 | (7) University of Utah and the Computer Systems Laboratory (CSL) |
107 | [applies only to hppa*-*-pro* targets] | |
91217342 JJ |
108 | Copyright (c) 1990,1994 The University of Utah and |
109 | the Computer Systems Laboratory (CSL). All rights reserved. | |
110 | ||
111 | Permission to use, copy, modify and distribute this software is hereby | |
112 | granted provided that (1) source code retains these copyright, permission, | |
113 | and disclaimer notices, and (2) redistributions including binaries | |
114 | reproduce the notices in supporting documentation, and (3) all advertising | |
115 | materials mentioning features or use of this software display the following | |
116 | acknowledgement: ``This product includes software developed by the | |
117 | Computer Systems Laboratory at the University of Utah.'' | |
118 | ||
119 | THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS | |
120 | IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF | |
121 | ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. | |
122 | ||
123 | CSL requests users of this software to return to csl-dist@cs.utah.edu any | |
124 | improvements that they make and grant CSL redistribution rights. | |
125 | ||
fbb00ad0 | 126 | (8) Sun Microsystems |
91217342 JJ |
127 | |
128 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. | |
129 | ||
130 | Developed at SunPro, a Sun Microsystems, Inc. business. | |
131 | Permission to use, copy, modify, and distribute this | |
fbb00ad0 | 132 | software is freely granted, provided that this notice is preserved. |
91217342 | 133 | |
fbb00ad0 | 134 | (9) Hewlett Packard |
91217342 JJ |
135 | |
136 | (c) Copyright 1986 HEWLETT-PACKARD COMPANY | |
137 | ||
138 | To anyone who acknowledges that this file is provided "AS IS" | |
139 | without any express or implied warranty: | |
fbb00ad0 JJ |
140 | |
141 | permission to use, copy, modify, and distribute this file | |
91217342 JJ |
142 | for any purpose is hereby granted without fee, provided that |
143 | the above copyright notice and this notice appears in all | |
144 | copies, and that the name of Hewlett-Packard Company not be | |
145 | used in advertising or publicity pertaining to distribution | |
146 | of the software without specific, written prior permission. | |
147 | Hewlett-Packard Company makes no representations about the | |
148 | suitability of this software for any purpose. | |
149 | ||
fbb00ad0 | 150 | (10) Hans-Peter Nilsson |
91217342 JJ |
151 | |
152 | Copyright (C) 2001 Hans-Peter Nilsson | |
153 | ||
154 | Permission to use, copy, modify, and distribute this software is | |
155 | freely granted, provided that the above copyright notice, this notice | |
156 | and the following disclaimer are preserved with no changes. | |
157 | ||
158 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR | |
159 | IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED | |
160 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | |
161 | PURPOSE. | |
162 | ||
7de05dd5 JJ |
163 | (11) IBM Corp. spu processor (only spu-* targets) |
164 | ||
165 | (C) Copyright IBM Corp. 2005, 2006 | |
166 | ||
167 | All rights reserved. | |
168 | ||
169 | Redistribution and use in source and binary forms, with or without | |
170 | modification, are permitted provided that the following conditions are met: | |
171 | ||
172 | * Redistributions of source code must retain the above copyright notice, | |
173 | this list of conditions and the following disclaimer. | |
174 | * Redistributions in binary form must reproduce the above copyright | |
175 | notice, this list of conditions and the following disclaimer in the | |
176 | documentation and/or other materials provided with the distribution. | |
177 | * Neither the name of IBM nor the names of its contributors may be | |
178 | used to endorse or promote products derived from this software without | |
179 | specific prior written permission. | |
180 | ||
181 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | |
182 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
183 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
184 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | |
185 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | |
186 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | |
187 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | |
188 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | |
189 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | |
190 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
191 | POSSIBILITY OF SUCH DAMAGE. | |
192 | ||
ea8af06e JJ |
193 | (12) Jon Beniston (only lm32-* targets) |
194 | ||
195 | Contributed by Jon Beniston <jon@beniston.com> | |
196 | ||
197 | Redistribution and use in source and binary forms, with or without | |
198 | modification, are permitted provided that the following conditions | |
199 | are met: | |
200 | 1. Redistributions of source code must retain the above copyright | |
201 | notice, this list of conditions and the following disclaimer. | |
202 | 2. Redistributions in binary form must reproduce the above copyright | |
203 | notice, this list of conditions and the following disclaimer in the | |
204 | documentation and/or other materials provided with the distribution. | |
205 | ||
206 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | |
207 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
208 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
209 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | |
210 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
211 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | |
212 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
213 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
214 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
215 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |
216 | SUCH DAMAGE. | |
6bfb4e30 | 217 | |
aa291e2d | 218 | (13) - Xilinx, Inc. (microblaze-* and powerpc-* targets) |
6bfb4e30 JJ |
219 | |
220 | Copyright (c) 2004, 2009 Xilinx, Inc. All rights reserved. | |
221 | ||
222 | Redistribution and use in source and binary forms, with or without | |
223 | modification, are permitted provided that the following conditions are | |
224 | met: | |
225 | ||
226 | 1. Redistributions source code must retain the above copyright notice, | |
227 | this list of conditions and the following disclaimer. | |
228 | ||
229 | 2. Redistributions in binary form must reproduce the above copyright | |
230 | notice, this list of conditions and the following disclaimer in the | |
231 | documentation and/or other materials provided with the distribution. | |
232 | ||
233 | 3. Neither the name of Xilinx nor the names of its contributors may be | |
234 | used to endorse or promote products derived from this software without | |
235 | specific prior written permission. | |
236 | ||
237 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS | |
238 | IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | |
239 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | |
240 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | |
241 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | |
242 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | |
243 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | |
244 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | |
245 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | |
246 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | |
247 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
248 | ||
6ed3211e JJ |
249 | |
250 | (14) - National Semiconductor Corporation | |
251 | ||
252 | Copyright (c) 2004 National Semiconductor Corporation | |
253 | ||
254 | The authors hereby grant permission to use, copy, modify, distribute, | |
255 | and license this software and its documentation for any purpose, provided | |
256 | that existing copyright notices are retained in all copies and that this | |
257 | notice is included verbatim in any distributions. No written agreement, | |
258 | license, or royalty fee is required for any of the authorized uses. | |
259 | Modifications to this software may be copyrighted by their authors | |
260 | and need not follow the licensing terms described here, provided that | |
261 | the new terms are clearly indicated on the first page of each file where | |
262 | they apply. | |
263 | ||
264 | ||
265 | (15) - CodeSourcery, Inc. (tic6x-* targets) | |
266 | ||
267 | Copyright (c) 2010 CodeSourcery, Inc. | |
268 | All rights reserved. | |
269 | ||
270 | Redistribution and use in source and binary forms, with or without | |
271 | modification, are permitted provided that the following conditions are met: | |
272 | * Redistributions of source code must retain the above copyright | |
273 | notice, this list of conditions and the following disclaimer. | |
274 | * Redistributions in binary form must reproduce the above copyright | |
275 | notice, this list of conditions and the following disclaimer in the | |
276 | documentation and/or other materials provided with the distribution. | |
277 | * Neither the name of CodeSourcery nor the | |
278 | names of its contributors may be used to endorse or promote products | |
279 | derived from this software without specific prior written permission. | |
280 | ||
281 | THIS SOFTWARE IS PROVIDED BY CODESOURCERY, INC. ``AS IS'' AND ANY | |
282 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | |
283 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
284 | DISCLAIMED. IN NO EVENT SHALL CODESOURCERY BE LIABLE FOR ANY | |
285 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | |
286 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | |
287 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | |
288 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
289 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | |
290 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
58cddc18 JJ |
291 | |
292 | ||
293 | (16) - GPL with exception (sparc-*leon*, crx-*, cr16-* targets only) | |
294 | ||
295 | Copyright (C) 1992 Free Software Foundation, Inc. | |
296 | Written By David Vinayak Henkel-Wallace, June 1992 | |
297 | ||
298 | This file is free software; you can redistribute it and/or modify it | |
299 | under the terms of the GNU General Public License as published by the | |
300 | Free Software Foundation; either version 2, or (at your option) any | |
301 | later version. | |
302 | ||
303 | In addition to the permissions in the GNU General Public License, the | |
304 | Free Software Foundation gives you unlimited permission to link the | |
305 | compiled version of this file with other programs, and to distribute | |
306 | those programs without any restriction coming from the use of this | |
307 | file. (The General Public License restrictions do apply in other | |
308 | respects; for example, they cover modification of the file, and | |
309 | distribution when not linked into another program.) | |
310 | ||
311 | This file is distributed in the hope that it will be useful, but | |
312 | WITHOUT ANY WARRANTY; without even the implied warranty of | |
313 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
314 | General Public License for more details. | |
315 | ||
863f7a5f NC |
316 | You should have received a copy of the GNU General Public License |
317 | along with this program; if not, write to the Free Software | |
318 | Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | |
319 | MA 02110-1301, USA. | |
58cddc18 JJ |
320 | |
321 | As a special exception, if you link this library with files | |
322 | compiled with GCC to produce an executable, this does not cause | |
323 | the resulting executable to be covered by the GNU General Public License. | |
324 | This exception does not however invalidate any other reasons why | |
325 | the executable file might be covered by the GNU General Public License. | |
326 | ||
327 | ||
516be0c5 JJ |
328 | (17) - Adapteva, Inc. (epiphany-* targets) |
329 | ||
330 | Copyright (c) 2011, Adapteva, Inc. | |
331 | All rights reserved. | |
332 | ||
333 | Redistribution and use in source and binary forms, with or without | |
334 | modification, are permitted provided that the following conditions are met: | |
335 | * Redistributions of source code must retain the above copyright notice, this | |
336 | list of conditions and the following disclaimer. | |
337 | * Redistributions in binary form must reproduce the above copyright notice, | |
338 | this list of conditions and the following disclaimer in the documentation | |
339 | and/or other materials provided with the distribution. | |
340 | * Neither the name of Adapteva nor the names of its contributors may be used | |
341 | to endorse or promote products derived from this software without specific | |
342 | prior written permission. | |
343 | ||
344 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | |
345 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | |
346 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
347 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | |
348 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
349 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | |
350 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | |
351 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
352 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |
353 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
68dad382 | 354 |