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