| 1 | The libgloss subdirectory is a collection of software from several sources. |
| 2 | Each have their own copyrights embedded in each file that they concern. |
| 3 | |
| 4 | (1) University of California, Berkeley |
| 5 | |
| 6 | [1a] |
| 7 | |
| 8 | Copyright (c) 1990 The Regents of the University of California. |
| 9 | All rights reserved. |
| 10 | |
| 11 | Redistribution and use in source and binary forms are permitted |
| 12 | provided that the above copyright notice and this paragraph are |
| 13 | duplicated in all such forms and that any documentation, |
| 14 | and other materials related to such distribution and use |
| 15 | acknowledge that the software was developed |
| 16 | by the University of California, Berkeley. The name of the |
| 17 | University may not be used to endorse or promote products derived |
| 18 | from this software without specific prior written permission. |
| 19 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR |
| 20 | IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED |
| 21 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
| 22 | |
| 23 | [1b] |
| 24 | |
| 25 | Copyright (c) 1991, 2000 The Regents of the University of California. |
| 26 | All rights reserved. |
| 27 | |
| 28 | Redistribution and use in source and binary forms, with or without |
| 29 | modification, are permitted provided that the following conditions |
| 30 | are met: |
| 31 | 1. Redistributions of source code must retain the above copyright |
| 32 | notice, this list of conditions and the following disclaimer. |
| 33 | 2. Redistributions in binary form must reproduce the above copyright |
| 34 | notice, this list of conditions and the following disclaimer in the |
| 35 | documentation and/or other materials provided with the distribution. |
| 36 | 3. All advertising materials mentioning features or use of this software |
| 37 | must display the following acknowledgement: |
| 38 | This product includes software developed by the University of |
| 39 | California, Berkeley and its contributors. |
| 40 | 4. Neither the name of the University nor the names of its contributors |
| 41 | may be used to endorse or promote products derived from this software |
| 42 | without specific prior written permission. |
| 43 | |
| 44 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 45 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 46 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 47 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 48 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 49 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 50 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 51 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 52 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 53 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 54 | SUCH DAMAGE. |
| 55 | |
| 56 | [1c] |
| 57 | |
| 58 | Copyright (c) 1991, 1998, 2001 The Regents of the University of California. |
| 59 | All rights reserved. |
| 60 | |
| 61 | Redistribution and use in source and binary forms, with or without |
| 62 | modification, are permitted provided that the following conditions |
| 63 | are met: |
| 64 | 1. Redistributions of source code must retain the above copyright |
| 65 | notice, this list of conditions and the following disclaimer. |
| 66 | 2. Redistributions in binary form must reproduce the above copyright |
| 67 | notice, this list of conditions and the following disclaimer in the |
| 68 | documentation and/or other materials provided with the distribution. |
| 69 | 3. [rescinded 22 July 1999] |
| 70 | 4. Neither the name of the University nor the names of its contributors |
| 71 | may be used to endorse or promote products derived from this software |
| 72 | without specific prior written permission. |
| 73 | |
| 74 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 75 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 76 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 77 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 78 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 79 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 80 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 81 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 82 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 83 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 84 | SUCH DAMAGE. |
| 85 | |
| 86 | ------------------------------------------------------------- |
| 87 | Please note that in some of the above alternate licenses, there is a |
| 88 | statement regarding that acknowledgement must be made in any |
| 89 | advertising materials for products using the code. This restriction |
| 90 | no longer applies due to the following license change: |
| 91 | |
| 92 | ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change |
| 93 | |
| 94 | In some cases the defunct clause has been removed in modified newlib code and |
| 95 | in some cases, the clause has been left as-is. |
| 96 | ------------------------------------------------------------- |
| 97 | |
| 98 | (2) DJ Delorie |
| 99 | |
| 100 | Copyright (C) 1993 DJ Delorie |
| 101 | All rights reserved. |
| 102 | |
| 103 | Redistribution and use in source and binary forms is permitted |
| 104 | provided that the above copyright notice and following paragraph are |
| 105 | duplicated in all such forms. |
| 106 | |
| 107 | This file is distributed WITHOUT ANY WARRANTY; without even the implied |
| 108 | warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 109 | |
| 110 | (3) GPL (fr30 directory only) |
| 111 | |
| 112 | Copyright (C) 1998 Free Software Foundation, Inc. |
| 113 | Contributed by Cygnus Solutions. |
| 114 | |
| 115 | This file is part of GNU CC. |
| 116 | |
| 117 | GNU CC is free software; you can redistribute it and/or modify |
| 118 | it under the terms of the GNU General Public License as published by |
| 119 | the Free Software Foundation; either version 2, or (at your option) |
| 120 | any later version. |
| 121 | |
| 122 | GNU CC is distributed in the hope that it will be useful, |
| 123 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 124 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 125 | GNU General Public License for more details. |
| 126 | |
| 127 | You should have received a copy of the GNU General Public License |
| 128 | along with GNU CC; see the file COPYING. If not, write to |
| 129 | the Free Software Foundation, 51 Franklin Street, Fifth Floor, |
| 130 | Boston, MA 02110-1301, USA. |
| 131 | |
| 132 | (4) Advanced Micro Devices |
| 133 | |
| 134 | Copyright 1989, 1990 Advanced Micro Devices, Inc. |
| 135 | |
| 136 | This software is the property of Advanced Micro Devices, Inc (AMD) which |
| 137 | specifically grants the user the right to modify, use and distribute this |
| 138 | software provided this notice is not removed or altered. All other rights |
| 139 | are reserved by AMD. |
| 140 | |
| 141 | AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS |
| 142 | SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL |
| 143 | DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR |
| 144 | USE OF THIS SOFTWARE. |
| 145 | |
| 146 | So that all may benefit from your experience, please report any problems |
| 147 | or suggestions about this software to the 29K Technical Support Center at |
| 148 | 800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or |
| 149 | 0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118. |
| 150 | |
| 151 | Advanced Micro Devices, Inc. |
| 152 | 29K Support Products |
| 153 | Mail Stop 573 |
| 154 | 5900 E. Ben White Blvd. |
| 155 | Austin, TX 78741 |
| 156 | 800-292-9263 |
| 157 | |
| 158 | (5) Array Technology Corporation and MIPS (mips/lsi33k-stub.h) |
| 159 | |
| 160 | COPYRIGHT (C) 1991, 1992 ARRAY TECHNOLOGY CORPORATION |
| 161 | All Rights Reserved |
| 162 | |
| 163 | This software is confidential information which is proprietary to and |
| 164 | a trade secret of ARRAY Technology Corporation. Use, duplication, or |
| 165 | disclosure is subject to the terms of a separate license agreement. |
| 166 | |
| 167 | Copyright 1985 by MIPS Computer Systems, Inc. |
| 168 | |
| 169 | (6) University of Utah and the Computer Systems Laboratory (CSL) |
| 170 | [applies only to hppa*-*-pro* targets] |
| 171 | |
| 172 | Copyright (c) 1990,1994 The University of Utah and |
| 173 | the Computer Systems Laboratory (CSL). All rights reserved. |
| 174 | |
| 175 | Permission to use, copy, modify and distribute this software is hereby |
| 176 | granted provided that (1) source code retains these copyright, permission, |
| 177 | and disclaimer notices, and (2) redistributions including binaries |
| 178 | reproduce the notices in supporting documentation, and (3) all advertising |
| 179 | materials mentioning features or use of this software display the following |
| 180 | acknowledgement: ``This product includes software developed by the |
| 181 | Computer Systems Laboratory at the University of Utah.'' |
| 182 | |
| 183 | THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS |
| 184 | IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF |
| 185 | ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. |
| 186 | |
| 187 | CSL requests users of this software to return to csl-dist@cs.utah.edu any |
| 188 | improvements that they make and grant CSL redistribution rights. |
| 189 | |
| 190 | (7) Sun Microsystems |
| 191 | |
| 192 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 193 | |
| 194 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 195 | Permission to use, copy, modify, and distribute this |
| 196 | software is freely granted, provided that this notice |
| 197 | is preserved. |
| 198 | |
| 199 | (8) Hewlett Packard |
| 200 | |
| 201 | (c) Copyright 1986 HEWLETT-PACKARD COMPANY |
| 202 | |
| 203 | To anyone who acknowledges that this file is provided "AS IS" |
| 204 | without any express or implied warranty: |
| 205 | permission to use, copy, modify, and distribute this file |
| 206 | for any purpose is hereby granted without fee, provided that |
| 207 | the above copyright notice and this notice appears in all |
| 208 | copies, and that the name of Hewlett-Packard Company not be |
| 209 | used in advertising or publicity pertaining to distribution |
| 210 | of the software without specific, written prior permission. |
| 211 | Hewlett-Packard Company makes no representations about the |
| 212 | suitability of this software for any purpose. |
| 213 | |
| 214 | (9) Hans-Peter Nilsson |
| 215 | |
| 216 | Copyright (C) 2001 Hans-Peter Nilsson |
| 217 | |
| 218 | Permission to use, copy, modify, and distribute this software is |
| 219 | freely granted, provided that the above copyright notice, this notice |
| 220 | and the following disclaimer are preserved with no changes. |
| 221 | |
| 222 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR |
| 223 | IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED |
| 224 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 225 | PURPOSE. |
| 226 | |
| 227 | (10) No Copyright |
| 228 | |
| 229 | THIS SOFTWARE IS NOT COPYRIGHTED |
| 230 | |
| 231 | (11) Cygnus Support / Cygnus Solutions |
| 232 | |
| 233 | Copyright (c) 1995, 1996, 1997, 1998, 1999 Cygnus Support |
| 234 | |
| 235 | The authors hereby grant permission to use, copy, modify, distribute, |
| 236 | and license this software and its documentation for any purpose, provided |
| 237 | that existing copyright notices are retained in all copies and that this |
| 238 | notice is included verbatim in any distributions. No written agreement, |
| 239 | license, or royalty fee is required for any of the authorized uses. |
| 240 | Modifications to this software may be copyrighted by their authors |
| 241 | and need not follow the licensing terms described here, provided that |
| 242 | the new terms are clearly indicated on the first page of each file where |
| 243 | they apply. |
| 244 | |
| 245 | --------------------------------------------------------------- |
| 246 | Please note that the copyright above may be used with the name |
| 247 | Cygnus Solutions instead of Cygnus Support. Both names should |
| 248 | be considered interchangeable. These copyrights are now owned |
| 249 | by Red Hat Incorporated. |
| 250 | --------------------------------------------------------------- |
| 251 | |
| 252 | (12) Red Hat Incorporated |
| 253 | |
| 254 | Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. |
| 255 | |
| 256 | The authors hereby grant permission to use, copy, modify, distribute, |
| 257 | and license this software and its documentation for any purpose, provided |
| 258 | that existing copyright notices are retained in all copies and that this |
| 259 | notice is included verbatim in any distributions. No written agreement, |
| 260 | license, or royalty fee is required for any of the authorized uses. |
| 261 | Modifications to this software may be copyrighted by their authors |
| 262 | and need not follow the licensing terms described here, provided that |
| 263 | the new terms are clearly indicated on the first page of each file where |
| 264 | they apply. |
| 265 | |
| 266 | (13) Default copyright |
| 267 | |
| 268 | Unless otherwise stated in each remaining libgloss file, the remaining |
| 269 | files in the libgloss subdirectory are governed by the following copyright. |
| 270 | |
| 271 | Copyright (c) 1994, 1997, 2001, 2002 Red Hat Incorporated. |
| 272 | All rights reserved. |
| 273 | |
| 274 | Redistribution and use in source and binary forms, with or without |
| 275 | modification, are permitted provided that the following conditions are met: |
| 276 | |
| 277 | Redistributions of source code must retain the above copyright |
| 278 | notice, this list of conditions and the following disclaimer. |
| 279 | |
| 280 | Redistributions in binary form must reproduce the above copyright |
| 281 | notice, this list of conditions and the following disclaimer in the |
| 282 | documentation and/or other materials provided with the distribution. |
| 283 | |
| 284 | The name of Red Hat Incorporated may not be used to endorse |
| 285 | or promote products derived from this software without specific |
| 286 | prior written permission. |
| 287 | |
| 288 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 289 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 290 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 291 | DISCLAIMED. IN NO EVENT SHALL RED HAT INCORPORATED BE LIABLE FOR ANY |
| 292 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 293 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 294 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 295 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 296 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 297 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |