copyright 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: SDL
  3. Upstream-Contact: Sam Lantinga <slouken@libsdl.org>
  4. Source: http://www.libsdl.org/
  5. Files: *
  6. Copyright: 1997-2014 Sam Lantinga <slouken@libsdl.org>
  7. License: zlib/libpng
  8. Files: src/libm/*
  9. Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
  10. License: SunPro
  11. Files: src/main/windows/SDL_windows_main.c
  12. Copyright: 1998 Sam Lantinga
  13. License: PublicDomain_Sam_Lantinga
  14. Comment: SDL_main.c, placed in the public domain by Sam Lantinga 4/13/98
  15. Files: src/render/mmx.h
  16. Copyright: 1997-99 by H. Dietz and R. Fisher
  17. License: zlib/libpng
  18. Comment:
  19. Copyright but no mention to license.
  20. .
  21. Included since long ago with SDL (and its Debian package) under directory
  22. src/video/mmx.h
  23. Files: src/render/SDL_yuv_sw.c
  24. Copyright: 1995 Erik Corry
  25. 1995 The Regents of the University of California
  26. 1995 Brown University
  27. License: BrownUn_UnCalifornia_ErikCorry
  28. Files: src/stdlib/SDL_qsort.c
  29. Copyright: 1998 Gareth McCaughan
  30. License: Gareth_McCaughan
  31. Files: src/test/SDL_test_md5.c
  32. Copyright: 1997-2014 Sam Lantinga <slouken@libsdl.org>
  33. 1990 RSA Data Security, Inc.
  34. License: zlib/libpng and RSA_Data_Security
  35. Files: src/thread/windows/win_ce_semaphore.c
  36. Copyright: 1998, Johnson M. Hart (with corrections 2001 by Rainer Loritz)
  37. License: Johnson_M._Hart
  38. Files: src/video/x11/imKStoUCS.c
  39. src/video/x11/imKStoUCS.h
  40. Copyright: 1994-2003 The XFree86 Project, Inc.
  41. License: MIT/X11
  42. Files: test/testhaptic.c
  43. Copyright: 1997-2014 Sam Lantinga <slouken@libsdl.org>
  44. 2008 Edgar Simo Serra
  45. License: BSD_3_clause
  46. Files: test/testrumble.c
  47. Copyright: 1997-2014 Sam Lantinga <slouken@libsdl.org>
  48. 2011 Edgar Simo Serra
  49. License: BSD_3_clause
  50. Files: test/shapes/*
  51. Copyright: none
  52. License: zlib/libpng
  53. Comment: No specific information about the images
  54. Files: Xcode/TemplatesForXcode*/*/main.c
  55. Copyright: none
  56. License: zlib/libpng
  57. Comment: SDL files, no copyright or license notice
  58. Files: Xcode/TemplatesForXcode*/*/atlantis/*
  59. Copyright: 1993, 1994, Silicon Graphics, Inc.
  60. License: SGI_atlantis
  61. Files: Xcode/TemplatesForXcode*/*/atlantis/atlantis.c
  62. Copyright: 1994 Mark J. Kilgard
  63. 1993, 1994, Silicon Graphics, Inc.
  64. License: SGI_atlantis
  65. Comment: See license for full copyright notice, this one is the same except for
  66. the additional copyright holder
  67. Files: Xcode/SDLTest/sdlcommon_prefix.h
  68. Copyright: 2003 Darrell Walisser
  69. License: zlib/libpng
  70. Comment:
  71. Created by Darrell Walisser on Wed Aug 06 2003.
  72. Copyright (c) 2003 __MyCompanyName__. All rights reserved.
  73. Files: debian/*
  74. Copyright: 2011-2012, Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>
  75. 2011-2012, Felix Geyer <debfx-pkg@fobos.de>
  76. 2011, Roman Vasiyarov <rvasiyarov@gmail.com>
  77. 2010, Jon Dowland <jmtd@debian.org>
  78. 2009, Barry deFreese <bdefreese@debian.org>
  79. 2007-2008, Aurelien Jarno <aurel32@debian.org>
  80. 2007-2008, Sam Hocevar (Debian packages) <sam+deb@zoy.org>
  81. 2002-2007, Josselin Mouette <joss@debian.org>
  82. 2001, Christian T. Steigies <cts@debian.org>
  83. 2001, Branden Robinson <branden@debian.org>
  84. License: LGPL-2.1+
  85. License: zlib/libpng
  86. This software is provided 'as-is', without any express or implied
  87. warranty. In no event will the authors be held liable for any damages
  88. arising from the use of this software.
  89. .
  90. Permission is granted to anyone to use this software for any purpose,
  91. including commercial applications, and to alter it and redistribute it
  92. freely, subject to the following restrictions:
  93. .
  94. 1. The origin of this software must not be misrepresented; you must not
  95. claim that you wrote the original software. If you use this software
  96. in a product, an acknowledgment in the product documentation would be
  97. appreciated but is not required.
  98. 2. Altered source versions must be plainly marked as such, and must not be
  99. misrepresented as being the original software.
  100. 3. This notice may not be removed or altered from any source distribution.
  101. License: LGPL-2.1+
  102. This program is free software; you can redistribute it and/or modify
  103. it under the terms of the GNU Lesser General Public License as published by
  104. the Free Software Foundation; either version 2.1 of the License, or (at
  105. your option) any later version.
  106. .
  107. On Debian systems, the complete text of version 2.1 of the GNU Lesser
  108. Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.
  109. License: MIT/X11
  110. Permission is hereby granted, free of charge, to any person obtaining a copy
  111. of this software and associated documentation files (the "Software"), to deal
  112. in the Software without restriction, including without limitation the rights
  113. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  114. copies of the Software, and to permit persons to whom the Software is fur-
  115. nished to do so, subject to the following conditions:
  116. .
  117. The above copyright notice and this permission notice shall be included in
  118. all copies or substantial portions of the Software.
  119. .
  120. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  121. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
  122. NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  123. XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  124. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
  125. NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  126. .
  127. Except as contained in this notice, the name of the XFree86 Project shall not
  128. be used in advertising or otherwise to promote the sale, use or other deal-
  129. ings in this Software without prior written authorization from the XFree86
  130. Project.
  131. License: BSD_3_clause
  132. Redistribution and use in source and binary forms, with or without
  133. modification, are permitted provided that the following conditions are met:
  134. * Redistributions of source code must retain the above copyright
  135. notice, this list of conditions and the following disclaimer.
  136. * Redistributions in binary form must reproduce the above copyright
  137. notice, this list of conditions and the following disclaimer in the
  138. documentation and/or other materials provided with the distribution.
  139. * Neither the name of the LibQxt project nor the
  140. names of its contributors may be used to endorse or promote products
  141. derived from this software without specific prior written permission.
  142. .
  143. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  144. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  145. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  146. DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  147. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  148. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  149. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  150. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  151. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  152. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  153. Comment:
  154. Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>
  155. .
  156. This software is provided 'as-is', without any express or implied
  157. warranty. In no event will the authors be held liable for any damages
  158. arising from the use of this software.
  159. .
  160. Permission is granted to anyone to use this software for any purpose,
  161. including commercial applications, and to alter it and redistribute it
  162. freely.
  163. .
  164. .
  165. Copyright (c) 2011, Edgar Simo Serra
  166. All rights reserved.
  167. .
  168. Redistribution and use in source and binary forms, with or without
  169. modification, are permitted provided that the following conditions are met:
  170. .
  171. * Redistributions of source code must retain the above copyright notice,
  172. this list of conditions and the following disclaimer.
  173. * Redistributions in binary form must reproduce the above copyright notice,
  174. this list of conditions and the following disclaimer in the documentation
  175. and/or other materials provided with the distribution.
  176. * Neither the name of the Simple Directmedia Layer (SDL) nor the names of
  177. its contributors may be used to endorse or promote products derived from
  178. this software without specific prior written permission.
  179. .
  180. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  181. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  182. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  183. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
  184. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  185. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  186. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  187. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  188. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  189. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  190. License: BrownUn_UnCalifornia_ErikCorry
  191. /* This code was derived from code carrying the following copyright notices:
  192. * Copyright (c) 1995 The Regents of the University of California.
  193. * All rights reserved.
  194. *
  195. * Permission to use, copy, modify, and distribute this software and its
  196. * documentation for any purpose, without fee, and without written agreement is
  197. * hereby granted, provided that the above copyright notice and the following
  198. * two paragraphs appear in all copies of this software.
  199. *
  200. * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  201. * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  202. * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  203. * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  204. *
  205. * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  206. * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  207. * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
  208. * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  209. * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  210. *
  211. * Copyright (c) 1995 Erik Corry
  212. * All rights reserved.
  213. *
  214. * Permission to use, copy, modify, and distribute this software and its
  215. * documentation for any purpose, without fee, and without written agreement is
  216. * hereby granted, provided that the above copyright notice and the following
  217. * two paragraphs appear in all copies of this software.
  218. *
  219. * IN NO EVENT SHALL ERIK CORRY BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
  220. * SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF
  221. * THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF ERIK CORRY HAS BEEN ADVISED
  222. * OF THE POSSIBILITY OF SUCH DAMAGE.
  223. *
  224. * ERIK CORRY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
  225. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  226. * PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS"
  227. * BASIS, AND ERIK CORRY HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT,
  228. * UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  229. *
  230. * Portions of this software Copyright (c) 1995 Brown University.
  231. * All rights reserved.
  232. *
  233. * Permission to use, copy, modify, and distribute this software and its
  234. * documentation for any purpose, without fee, and without written agreement
  235. * is hereby granted, provided that the above copyright notice and the
  236. * following two paragraphs appear in all copies of this software.
  237. *
  238. * IN NO EVENT SHALL BROWN UNIVERSITY BE LIABLE TO ANY PARTY FOR
  239. * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  240. * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF BROWN
  241. * UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  242. *
  243. * BROWN UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
  244. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  245. * PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS"
  246. * BASIS, AND BROWN UNIVERSITY HAS NO OBLIGATION TO PROVIDE MAINTENANCE,
  247. * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  248. */
  249. License: Gareth_McCaughan
  250. You may use it in anything you like; you may make money
  251. out of it; you may distribute it in object form or as
  252. part of an executable without including source code;
  253. you don't have to credit me. (But it would be nice if
  254. you did.)
  255. License: Johnson_M._Hart
  256. Permission is granted for any and all use providing that this
  257. copyright is properly acknowledged.
  258. There are no assurances of suitability for any use whatsoever.
  259. License: SunPro
  260. Developed at SunPro, a Sun Microsystems, Inc. business.
  261. Permission to use, copy, modify, and distribute this
  262. software is freely granted, provided that this notice
  263. is preserved.
  264. License: PublicDomain_Sam_Lantinga
  265. Placed in the public domain by Sam Lantinga 4/13/98
  266. License: PublicDomain_Edgar_Simo
  267. Written by Edgar Simo "bobbens"
  268. .
  269. Released under Public Domain.
  270. License: RSA_Data_Security
  271. ***********************************************************************
  272. ** utl_md5.c -- the source code for MD5 routines **
  273. ** RSA Data Security, Inc. MD5 Message-Digest Algorithm **
  274. ** Created: 2/17/90 RLR **
  275. ** Revised: 1/91 SRD,AJ,BSK,JT Reference C ver., 7/10 constant corr. **
  276. ***********************************************************************
  277. ***********************************************************************
  278. ** Copyright (C) 1990, RSA Data Security, Inc. All rights reserved. **
  279. ** **
  280. ** License to copy and use this software is granted provided that **
  281. ** it is identified as the "RSA Data Security, Inc. MD5 Message- **
  282. ** Digest Algorithm" in all material mentioning or referencing this **
  283. ** software or this function. **
  284. ** **
  285. ** License is also granted to make and use derivative works **
  286. ** provided that such works are identified as "derived from the RSA **
  287. ** Data Security, Inc. MD5 Message-Digest Algorithm" in all **
  288. ** material mentioning or referencing the derived work. **
  289. ** **
  290. ** RSA Data Security, Inc. makes no representations concerning **
  291. ** either the merchantability of this software or the suitability **
  292. ** of this software for any particular purpose. It is provided "as **
  293. ** is" without express or implied warranty of any kind. **
  294. ** **
  295. ** These notices must be retained in any copies of any part of this **
  296. ** documentation and/or software. **
  297. ***********************************************************************
  298. License: SGI_atlantis
  299. (c) Copyright 1993, 1994, Silicon Graphics, Inc.
  300. ALL RIGHTS RESERVED
  301. Permission to use, copy, modify, and distribute this software for
  302. any purpose and without fee is hereby granted, provided that the above
  303. copyright notice appear in all copies and that both the copyright notice
  304. and this permission notice appear in supporting documentation, and that
  305. the name of Silicon Graphics, Inc. not be used in advertising
  306. or publicity pertaining to distribution of the software without specific,
  307. written prior permission.
  308. .
  309. THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"
  310. AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,
  311. INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR
  312. FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
  313. GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,
  314. SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY
  315. KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,
  316. LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF
  317. THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN
  318. ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON
  319. ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE
  320. POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.
  321. .
  322. US Government Users Restricted Rights
  323. Use, duplication, or disclosure by the Government is subject to
  324. restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
  325. (c)(1)(ii) of the Rights in Technical Data and Computer Software
  326. clause at DFARS 252.227-7013 and/or in similar or successor
  327. clauses in the FAR or the DOD or NASA FAR Supplement.
  328. Unpublished-- rights reserved under the copyright laws of the
  329. United States. Contractor/manufacturer is Silicon Graphics,
  330. Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.
  331. .
  332. OpenGL(TM) is a trademark of Silicon Graphics, Inc.