licenses.list.txt 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. ====================BSD-3-Clause====================
  2. * port/{getopt.c, strcasecmp.c, strtoul.c}: Update modules from
  3. the NetBSD source tree (the old 4-clause BSD license changed to
  4. the new 3-clause one).
  5. ====================BSLA====================
  6. * Redistribution and use in source and binary forms are permitted
  7. * provided that the above copyright notice and this paragraph are
  8. * duplicated in all such forms and that any documentation,
  9. * advertising materials, and other materials related to such
  10. * distribution and use acknowledge that the software was developed
  11. * by the University of California, Berkeley. The name of the
  12. * University may not be used to endorse or promote products derived
  13. * from this software without specific prior written permission.
  14. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  15. * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  16. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  17. ====================COPYRIGHT====================
  18. Copyright (c) Joris Van Damme <info@awaresystems.be>
  19. Copyright (c) AWare Systems <http://www.awaresystems.be/>
  20. ====================COPYRIGHT====================
  21. * Copyright (C) 1990, 1995 Frank D. Cringle.
  22. ====================COPYRIGHT====================
  23. * Copyright (c) 1985, 1986 The Regents of the University of California.
  24. * All rights reserved.
  25. ====================COPYRIGHT====================
  26. * Copyright (c) 1988-1996 Sam Leffler
  27. * Copyright (c) 1991-1996 Silicon Graphics, Inc.
  28. ====================COPYRIGHT====================
  29. * Copyright (c) 1988-1997 Sam Leffler
  30. * Copyright (c) 1991-1997 Silicon Graphics, Inc.
  31. * Copyright (c) 2022 Even Rouault
  32. ====================COPYRIGHT====================
  33. * Copyright (c) 1990-1997 Sam Leffler
  34. * Copyright (c) 1991-1997 Silicon Graphics, Inc.
  35. ====================COPYRIGHT====================
  36. * Copyright (c) 1991-1997 Sam Leffler
  37. * Copyright (c) 1991-1997 Silicon Graphics, Inc.
  38. ====================COPYRIGHT====================
  39. * Copyright (c) 1992-1997 Sam Leffler
  40. * Copyright (c) 1992-1997 Silicon Graphics, Inc.
  41. ====================COPYRIGHT====================
  42. * Copyright (c) 1994-1997 Sam Leffler
  43. * Copyright (c) 1994-1997 Silicon Graphics, Inc.
  44. ====================COPYRIGHT====================
  45. * Copyright (c) 1995-1997 Sam Leffler
  46. * Copyright (c) 1995-1997 Silicon Graphics, Inc.
  47. ====================COPYRIGHT====================
  48. * Copyright (c) 1996-1997 Sam Leffler
  49. * Copyright (c) 1996 Pixar
  50. ====================COPYRIGHT====================
  51. * Copyright (c) 1997 Greg Ward Larson
  52. * Copyright (c) 1997 Silicon Graphics, Inc.
  53. ====================COPYRIGHT====================
  54. * Copyright (c) 2008-2009, Even Rouault <even dot rouault at spatialys.com>
  55. ====================COPYRIGHT====================
  56. * Copyright (c) 2010, Andrey Kiselev <dron@ak4719.spb.edu>
  57. ====================COPYRIGHT====================
  58. * Copyright (c) 2017, Planet Labs
  59. * Author: <even.rouault at spatialys.com>
  60. ====================COPYRIGHT====================
  61. * Copyright (c) 2018, Even Rouault
  62. * Author: <even.rouault at spatialys.com>
  63. ====================COPYRIGHT====================
  64. * Copyright (c) 2018, Mapbox
  65. * Author: <norman.barker at mapbox.com>
  66. ====================COPYRIGHT====================
  67. Copyright © 1988-1997 Sam Leffler\
  68. Copyright © 1991-1997 Silicon Graphics, Inc.
  69. ====================COPYRIGHT====================
  70. Use and Copyright
  71. -----------------
  72. Silicon Graphics has seen fit to allow us to give this work away. It
  73. ====================MIT====================
  74. * Permission is hereby granted, free of charge, to any person obtaining a
  75. * copy of this software and associated documentation files (the "Software"),
  76. * to deal in the Software without restriction, including without limitation
  77. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  78. * and/or sell copies of the Software, and to permit persons to whom the
  79. * Software is furnished to do so, subject to the following conditions:
  80. *
  81. * The above copyright notice and this permission notice shall be included
  82. * in all copies or substantial portions of the Software.
  83. *
  84. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  85. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  86. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  87. * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  88. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  89. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  90. * DEALINGS IN THE SOFTWARE.
  91. ====================libtiff====================
  92. The licence agreement for this file is the same as the rest of the LibTiff
  93. library.
  94. IN NO EVENT SHALL JORIS VAN DAMME OR AWARE SYSTEMS BE LIABLE FOR
  95. ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  96. OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  97. WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
  98. LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  99. OF THIS SOFTWARE.
  100. ====================libtiff====================
  101. * Permission to use, copy, modify, distribute, and sell this software and
  102. * its documentation for any purpose is hereby granted without fee, provided
  103. * that (i) the above copyright notices and this permission notice appear in
  104. * all copies of the software and related documentation, and (ii) the names of
  105. * Pixar, Sam Leffler and Silicon Graphics may not be used in any advertising or
  106. * publicity relating to the software without the specific, prior written
  107. * permission of Pixar, Sam Leffler and Silicon Graphics.
  108. *
  109. * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  110. * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  111. * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  112. *
  113. * IN NO EVENT SHALL PIXAR, SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  114. * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  115. * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  116. * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
  117. * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  118. * OF THIS SOFTWARE.
  119. ====================libtiff====================
  120. * Permission to use, copy, modify, distribute, and sell this software and
  121. * its documentation for any purpose is hereby granted without fee, provided
  122. * that (i) the above copyright notices and this permission notice appear in
  123. * all copies of the software and related documentation, and (ii) the names of
  124. * Sam Leffler and Silicon Graphics may not be used in any advertising or
  125. * publicity relating to the software without the specific, prior written
  126. * permission of Sam Leffler and Silicon Graphics.
  127. *
  128. * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  129. * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  130. * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  131. *
  132. * IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  133. * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  134. * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  135. * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
  136. * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  137. * OF THIS SOFTWARE.
  138. ====================libtiff====================
  139. * Permission to use, copy, modify, distribute, and sell this software and
  140. * its documentation for any purpose is hereby granted without fee, provided
  141. * that (i) the above copyright notices and this permission notice appear in
  142. * all copies of the software and related documentation, and (ii) the names of
  143. * Sam Leffler, Greg Larson and Silicon Graphics may not be used in any
  144. * advertising or publicity relating to the software without the specific,
  145. * prior written permission of Sam Leffler, Greg Larson and Silicon Graphics.
  146. *
  147. * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  148. * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  149. * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  150. *
  151. * IN NO EVENT SHALL SAM LEFFLER, GREG LARSON OR SILICON GRAPHICS BE LIABLE
  152. * FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  153. * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  154. * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
  155. * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  156. * OF THIS SOFTWARE.
  157. ====================libtiff====================
  158. Permission to use, copy, modify, distribute, and sell this software and
  159. its documentation for any purpose is hereby granted without fee, provided
  160. that (i) the above copyright notices and this permission notice appear in
  161. all copies of the software and related documentation, and (ii) the names of
  162. Sam Leffler and Silicon Graphics may not be used in any advertising or
  163. publicity relating to the software without the specific, prior written
  164. permission of Sam Leffler and Silicon Graphics.
  165. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  166. EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  167. WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  168. IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  169. ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  170. OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  171. WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
  172. LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  173. OF THIS SOFTWARE.