COPYING.LIBGLOSS 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. The libgloss subdirectory is a collection of software from several sources.
  2. Each file may have its own copyright/license that is embedded in the source
  3. file. Unless otherwise noted in the body of the source file(s), the following copyright
  4. notices will apply to the contents of the libgloss subdirectory:
  5. (1) Red Hat Incorporated
  6. Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved.
  7. This copyrighted material is made available to anyone wishing to use, modify,
  8. copy, or redistribute it subject to the terms and conditions of the BSD
  9. License. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties
  11. of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license
  12. is available at http://www.opensource.org/licenses. Any Red Hat trademarks that
  13. are incorporated in the source code or documentation are not subject to the BSD
  14. License and may only be used or replicated with the express permission of
  15. Red Hat, Inc.
  16. (2) University of California, Berkeley
  17. Copyright (c) 1981-2000 The Regents of the University of California.
  18. All rights reserved.
  19. Redistribution and use in source and binary forms, with or without modification,
  20. are permitted provided that the following conditions are met:
  21. * Redistributions of source code must retain the above copyright notice,
  22. this list of conditions and the following disclaimer.
  23. * Redistributions in binary form must reproduce the above copyright notice,
  24. this list of conditions and the following disclaimer in the documentation
  25. and/or other materials provided with the distribution.
  26. * Neither the name of the University nor the names of its contributors may
  27. be used to endorse or promote products derived from this software without
  28. specific prior written permission.
  29. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  30. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  31. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  32. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  33. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  34. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  35. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  36. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  37. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
  38. OF SUCH DAMAGE.
  39. (3) DJ Delorie
  40. Copyright (C) 1993 DJ Delorie
  41. All rights reserved.
  42. Redistribution, modification, and use in source and binary forms is permitted
  43. provided that the above copyright notice and following paragraph are
  44. duplicated in all such forms.
  45. This file is distributed WITHOUT ANY WARRANTY; without even the implied
  46. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  47. (4) (formerly GPL for fr30)
  48. The GPL is no longer applicable to the fr30 platform. The piece of
  49. code (syscalls.c) referencing the GPL has been officially relicensed.
  50. (5) Advanced Micro Devices
  51. Copyright 1989, 1990 Advanced Micro Devices, Inc.
  52. This software is the property of Advanced Micro Devices, Inc (AMD) which
  53. specifically grants the user the right to modify, use and distribute this
  54. software provided this notice is not removed or altered. All other rights
  55. are reserved by AMD.
  56. AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
  57. SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
  58. DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
  59. USE OF THIS SOFTWARE.
  60. So that all may benefit from your experience, please report any problems
  61. or suggestions about this software to the 29K Technical Support Center at
  62. 800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or
  63. 0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118.
  64. Advanced Micro Devices, Inc.
  65. 29K Support Products
  66. Mail Stop 573
  67. 5900 E. Ben White Blvd.
  68. Austin, TX 78741
  69. 800-292-9263
  70. (6) - Analog Devices, Inc. (bfin-* targets)
  71. Copyright (C) 2006, 2008, 2009, 2011, 2012 Analog Devices, Inc.
  72. The authors hereby grant permission to use, copy, modify, distribute,
  73. and license this software and its documentation for any purpose, provided
  74. that existing copyright notices are retained in all copies and that this
  75. notice is included verbatim in any distributions. No written agreement,
  76. license, or royalty fee is required for any of the authorized uses.
  77. Modifications to this software may be copyrighted by their authors
  78. and need not follow the licensing terms described here, provided that
  79. the new terms are clearly indicated on the first page of each file where
  80. they apply.
  81. (7) University of Utah and the Computer Systems Laboratory (CSL)
  82. [applies only to hppa*-*-pro* targets]
  83. Copyright (c) 1990,1994 The University of Utah and
  84. the Computer Systems Laboratory (CSL). All rights reserved.
  85. Permission to use, copy, modify and distribute this software is hereby
  86. granted provided that (1) source code retains these copyright, permission,
  87. and disclaimer notices, and (2) redistributions including binaries
  88. reproduce the notices in supporting documentation, and (3) all advertising
  89. materials mentioning features or use of this software display the following
  90. acknowledgement: ``This product includes software developed by the
  91. Computer Systems Laboratory at the University of Utah.''
  92. THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
  93. IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF
  94. ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
  95. CSL requests users of this software to return to csl-dist@cs.utah.edu any
  96. improvements that they make and grant CSL redistribution rights.
  97. (8) Sun Microsystems
  98. Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
  99. Developed at SunPro, a Sun Microsystems, Inc. business.
  100. Permission to use, copy, modify, and distribute this
  101. software is freely granted, provided that this notice is preserved.
  102. (9) Hewlett Packard
  103. (c) Copyright 1986 HEWLETT-PACKARD COMPANY
  104. To anyone who acknowledges that this file is provided "AS IS"
  105. without any express or implied warranty:
  106. permission to use, copy, modify, and distribute this file
  107. for any purpose is hereby granted without fee, provided that
  108. the above copyright notice and this notice appears in all
  109. copies, and that the name of Hewlett-Packard Company not be
  110. used in advertising or publicity pertaining to distribution
  111. of the software without specific, written prior permission.
  112. Hewlett-Packard Company makes no representations about the
  113. suitability of this software for any purpose.
  114. (10) Hans-Peter Nilsson
  115. Copyright (C) 2001 Hans-Peter Nilsson
  116. Permission to use, copy, modify, and distribute this software is
  117. freely granted, provided that the above copyright notice, this notice
  118. and the following disclaimer are preserved with no changes.
  119. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  120. IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  121. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  122. PURPOSE.
  123. (11) IBM Corp. spu processor (only spu-* targets)
  124. (C) Copyright IBM Corp. 2005, 2006
  125. All rights reserved.
  126. Redistribution and use in source and binary forms, with or without
  127. modification, are permitted provided that the following conditions are met:
  128. * Redistributions of source code must retain the above copyright notice,
  129. this list of conditions and the following disclaimer.
  130. * Redistributions in binary form must reproduce the above copyright
  131. notice, this list of conditions and the following disclaimer in the
  132. documentation and/or other materials provided with the distribution.
  133. * Neither the name of IBM nor the names of its contributors may be
  134. used to endorse or promote products derived from this software without
  135. specific prior written permission.
  136. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  137. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  138. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  139. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  140. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  141. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  142. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  143. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  144. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  145. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  146. POSSIBILITY OF SUCH DAMAGE.
  147. (12) Jon Beniston (only lm32-* targets)
  148. Contributed by Jon Beniston <jon@beniston.com>
  149. Redistribution and use in source and binary forms, with or without
  150. modification, are permitted provided that the following conditions
  151. are met:
  152. 1. Redistributions of source code must retain the above copyright
  153. notice, this list of conditions and the following disclaimer.
  154. 2. Redistributions in binary form must reproduce the above copyright
  155. notice, this list of conditions and the following disclaimer in the
  156. documentation and/or other materials provided with the distribution.
  157. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  158. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  159. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  160. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  161. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  162. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  163. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  164. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  165. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  166. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  167. SUCH DAMAGE.
  168. (13) - Xilinx, Inc. (microblaze-* and powerpc-* targets)
  169. Copyright (c) 2004, 2009 Xilinx, Inc. All rights reserved.
  170. Redistribution and use in source and binary forms, with or without
  171. modification, are permitted provided that the following conditions are
  172. met:
  173. 1. Redistributions source code must retain the above copyright notice,
  174. this list of conditions and the following disclaimer.
  175. 2. Redistributions in binary form must reproduce the above copyright
  176. notice, this list of conditions and the following disclaimer in the
  177. documentation and/or other materials provided with the distribution.
  178. 3. Neither the name of Xilinx nor the names of its contributors may be
  179. used to endorse or promote products derived from this software without
  180. specific prior written permission.
  181. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
  182. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  183. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  184. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  185. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  186. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  187. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  188. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  189. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  190. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  191. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  192. (14) - National Semiconductor Corporation
  193. Copyright (c) 2004 National Semiconductor Corporation
  194. The authors hereby grant permission to use, copy, modify, distribute,
  195. and license this software and its documentation for any purpose, provided
  196. that existing copyright notices are retained in all copies and that this
  197. notice is included verbatim in any distributions. No written agreement,
  198. license, or royalty fee is required for any of the authorized uses.
  199. Modifications to this software may be copyrighted by their authors
  200. and need not follow the licensing terms described here, provided that
  201. the new terms are clearly indicated on the first page of each file where
  202. they apply.
  203. (15) - CodeSourcery, Inc. (tic6x-* targets)
  204. Copyright (c) 2010 CodeSourcery, Inc.
  205. All rights reserved.
  206. Redistribution and use in source and binary forms, with or without
  207. modification, are permitted provided that the following conditions are met:
  208. * Redistributions of source code must retain the above copyright
  209. notice, this list of conditions and the following disclaimer.
  210. * Redistributions in binary form must reproduce the above copyright
  211. notice, this list of conditions and the following disclaimer in the
  212. documentation and/or other materials provided with the distribution.
  213. * Neither the name of CodeSourcery nor the
  214. names of its contributors may be used to endorse or promote products
  215. derived from this software without specific prior written permission.
  216. THIS SOFTWARE IS PROVIDED BY CODESOURCERY, INC. ``AS IS'' AND ANY
  217. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  218. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  219. DISCLAIMED. IN NO EVENT SHALL CODESOURCERY BE LIABLE FOR ANY
  220. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  221. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  222. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  223. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  224. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  225. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  226. (16) - GPL with exception (sparc-*leon*, crx-*, cr16-* targets only)
  227. Copyright (C) 1992 Free Software Foundation, Inc.
  228. Written By David Vinayak Henkel-Wallace, June 1992
  229. This file is free software; you can redistribute it and/or modify it
  230. under the terms of the GNU General Public License as published by the
  231. Free Software Foundation; either version 2, or (at your option) any
  232. later version.
  233. In addition to the permissions in the GNU General Public License, the
  234. Free Software Foundation gives you unlimited permission to link the
  235. compiled version of this file with other programs, and to distribute
  236. those programs without any restriction coming from the use of this
  237. file. (The General Public License restrictions do apply in other
  238. respects; for example, they cover modification of the file, and
  239. distribution when not linked into another program.)
  240. This file is distributed in the hope that it will be useful, but
  241. WITHOUT ANY WARRANTY; without even the implied warranty of
  242. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  243. General Public License for more details.
  244. You should have received a copy of the GNU General Public License
  245. along with this program; if not, write to the Free Software
  246. Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
  247. MA 02110-1301, USA.
  248. As a special exception, if you link this library with files
  249. compiled with GCC to produce an executable, this does not cause
  250. the resulting executable to be covered by the GNU General Public License.
  251. This exception does not however invalidate any other reasons why
  252. the executable file might be covered by the GNU General Public License.
  253. (17) - Adapteva, Inc. (epiphany-* targets)
  254. Copyright (c) 2011, Adapteva, Inc.
  255. All rights reserved.
  256. Redistribution and use in source and binary forms, with or without
  257. modification, are permitted provided that the following conditions are met:
  258. * Redistributions of source code must retain the above copyright notice, this
  259. list of conditions and the following disclaimer.
  260. * Redistributions in binary form must reproduce the above copyright notice,
  261. this list of conditions and the following disclaimer in the documentation
  262. and/or other materials provided with the distribution.
  263. * Neither the name of Adapteva nor the names of its contributors may be used
  264. to endorse or promote products derived from this software without specific
  265. prior written permission.
  266. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  267. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  268. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  269. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  270. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  271. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  272. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  273. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  274. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  275. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.