Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
SDL 1.3 is now under the zlib license.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 8, 2011
1 parent 5f722d0 commit a164de5
Show file tree
Hide file tree
Showing 496 changed files with 8,254 additions and 8,587 deletions.
471 changes: 16 additions & 455 deletions COPYING

Large diffs are not rendered by default.

37 changes: 18 additions & 19 deletions include/SDL.h
@@ -1,23 +1,22 @@
/* /*
SDL - Simple DirectMedia Layer Simple DirectMedia Layer
Copyright (C) 1997-2011 Sam Lantinga Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
This library is free software; you can redistribute it and/or This software is provided 'as-is', without any express or implied
modify it under the terms of the GNU Lesser General Public warranty. In no event will the authors be held liable for any damages
License as published by the Free Software Foundation; either arising from the use of this software.
version 2.1 of the License, or (at your option) any later version.
Permission is granted to anyone to use this software for any purpose,
This library is distributed in the hope that it will be useful, including commercial applications, and to alter it and redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of freely, subject to the following restrictions:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. 1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
You should have received a copy of the GNU Lesser General Public in a product, an acknowledgment in the product documentation would be
License along with this library; if not, write to the Free Software appreciated but is not required.
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
Sam Lantinga 3. This notice may not be removed or altered from any source distribution.
slouken@libsdl.org
*/ */


/** /**
Expand Down
37 changes: 18 additions & 19 deletions include/SDL_assert.h
@@ -1,23 +1,22 @@
/* /*
SDL - Simple DirectMedia Layer Simple DirectMedia Layer
Copyright (C) 1997-2011 Sam Lantinga Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
This library is free software; you can redistribute it and/or This software is provided 'as-is', without any express or implied
modify it under the terms of the GNU Lesser General Public warranty. In no event will the authors be held liable for any damages
License as published by the Free Software Foundation; either arising from the use of this software.
version 2.1 of the License, or (at your option) any later version.
Permission is granted to anyone to use this software for any purpose,
This library is distributed in the hope that it will be useful, including commercial applications, and to alter it and redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of freely, subject to the following restrictions:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. 1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
You should have received a copy of the GNU Lesser General Public in a product, an acknowledgment in the product documentation would be
License along with this library; if not, write to the Free Software appreciated but is not required.
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
Sam Lantinga 3. This notice may not be removed or altered from any source distribution.
slouken@libsdl.org
*/ */


#ifndef _SDL_assert_h #ifndef _SDL_assert_h
Expand Down
39 changes: 19 additions & 20 deletions include/SDL_atomic.h
@@ -1,24 +1,23 @@
/* /*
SDL - Simple DirectMedia Layer Simple DirectMedia Layer
Copyright (C) 1997-2011 Sam Lantinga Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
This library is free software; you can redistribute it and/or This software is provided 'as-is', without any express or implied
modify it under the terms of the GNU Lesser General Public warranty. In no event will the authors be held liable for any damages
License as published by the Free Software Foundation; either arising from the use of this software.
version 2.1 of the License, or (at your option) any later version.
Permission is granted to anyone to use this software for any purpose,
This library is distributed in the hope that it will be useful, including commercial applications, and to alter it and redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of freely, subject to the following restrictions:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. 1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
You should have received a copy of the GNU Lesser General Public in a product, an acknowledgment in the product documentation would be
License along with this library; if not, write to the Free Software appreciated but is not required.
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
Sam Lantinga 3. This notice may not be removed or altered from any source distribution.
slouken@libsdl.org */
*/


/** /**
* \file SDL_atomic.h * \file SDL_atomic.h
Expand Down
37 changes: 18 additions & 19 deletions include/SDL_audio.h
@@ -1,23 +1,22 @@
/* /*
SDL - Simple DirectMedia Layer Simple DirectMedia Layer
Copyright (C) 1997-2011 Sam Lantinga Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
This library is free software; you can redistribute it and/or This software is provided 'as-is', without any express or implied
modify it under the terms of the GNU Lesser General Public warranty. In no event will the authors be held liable for any damages
License as published by the Free Software Foundation; either arising from the use of this software.
version 2.1 of the License, or (at your option) any later version.
Permission is granted to anyone to use this software for any purpose,
This library is distributed in the hope that it will be useful, including commercial applications, and to alter it and redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of freely, subject to the following restrictions:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. 1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
You should have received a copy of the GNU Lesser General Public in a product, an acknowledgment in the product documentation would be
License along with this library; if not, write to the Free Software appreciated but is not required.
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
Sam Lantinga 3. This notice may not be removed or altered from any source distribution.
slouken@libsdl.org
*/ */


/** /**
Expand Down
37 changes: 18 additions & 19 deletions include/SDL_blendmode.h
@@ -1,23 +1,22 @@
/* /*
SDL - Simple DirectMedia Layer Simple DirectMedia Layer
Copyright (C) 1997-2011 Sam Lantinga Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
This library is free software; you can redistribute it and/or This software is provided 'as-is', without any express or implied
modify it under the terms of the GNU Lesser General Public warranty. In no event will the authors be held liable for any damages
License as published by the Free Software Foundation; either arising from the use of this software.
version 2.1 of the License, or (at your option) any later version.
Permission is granted to anyone to use this software for any purpose,
This library is distributed in the hope that it will be useful, including commercial applications, and to alter it and redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of freely, subject to the following restrictions:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. 1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
You should have received a copy of the GNU Lesser General Public in a product, an acknowledgment in the product documentation would be
License along with this library; if not, write to the Free Software appreciated but is not required.
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
Sam Lantinga 3. This notice may not be removed or altered from any source distribution.
slouken@libsdl.org
*/ */


/** /**
Expand Down
37 changes: 18 additions & 19 deletions include/SDL_clipboard.h
@@ -1,23 +1,22 @@
/* /*
SDL - Simple DirectMedia Layer Simple DirectMedia Layer
Copyright (C) 1997-2011 Sam Lantinga Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
This library is free software; you can redistribute it and/or This software is provided 'as-is', without any express or implied
modify it under the terms of the GNU Lesser General Public warranty. In no event will the authors be held liable for any damages
License as published by the Free Software Foundation; either arising from the use of this software.
version 2.1 of the License, or (at your option) any later version.
Permission is granted to anyone to use this software for any purpose,
This library is distributed in the hope that it will be useful, including commercial applications, and to alter it and redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of freely, subject to the following restrictions:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. 1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
You should have received a copy of the GNU Lesser General Public in a product, an acknowledgment in the product documentation would be
License along with this library; if not, write to the Free Software appreciated but is not required.
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
Sam Lantinga 3. This notice may not be removed or altered from any source distribution.
slouken@libsdl.org
*/ */


/** /**
Expand Down
37 changes: 18 additions & 19 deletions include/SDL_compat.h
@@ -1,23 +1,22 @@
/* /*
SDL - Simple DirectMedia Layer Simple DirectMedia Layer
Copyright (C) 1997-2011 Sam Lantinga Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
This library is free software; you can redistribute it and/or This software is provided 'as-is', without any express or implied
modify it under the terms of the GNU Lesser General Public warranty. In no event will the authors be held liable for any damages
License as published by the Free Software Foundation; either arising from the use of this software.
version 2.1 of the License, or (at your option) any later version.
Permission is granted to anyone to use this software for any purpose,
This library is distributed in the hope that it will be useful, including commercial applications, and to alter it and redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of freely, subject to the following restrictions:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. 1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
You should have received a copy of the GNU Lesser General Public in a product, an acknowledgment in the product documentation would be
License along with this library; if not, write to the Free Software appreciated but is not required.
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
Sam Lantinga 3. This notice may not be removed or altered from any source distribution.
slouken@libsdl.org
*/ */


/** /**
Expand Down
37 changes: 18 additions & 19 deletions include/SDL_config.h
@@ -1,23 +1,22 @@
/* /*
SDL - Simple DirectMedia Layer Simple DirectMedia Layer
Copyright (C) 1997-2011 Sam Lantinga Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
This library is free software; you can redistribute it and/or This software is provided 'as-is', without any express or implied
modify it under the terms of the GNU Lesser General Public warranty. In no event will the authors be held liable for any damages
License as published by the Free Software Foundation; either arising from the use of this software.
version 2.1 of the License, or (at your option) any later version.
Permission is granted to anyone to use this software for any purpose,
This library is distributed in the hope that it will be useful, including commercial applications, and to alter it and redistribute it
but WITHOUT ANY WARRANTY; without even the implied warranty of freely, subject to the following restrictions:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. 1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
You should have received a copy of the GNU Lesser General Public in a product, an acknowledgment in the product documentation would be
License along with this library; if not, write to the Free Software appreciated but is not required.
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
Sam Lantinga 3. This notice may not be removed or altered from any source distribution.
slouken@libsdl.org
*/ */


#ifndef _SDL_config_h #ifndef _SDL_config_h
Expand Down
31 changes: 15 additions & 16 deletions include/SDL_config.h.in
@@ -1,23 +1,22 @@
/* /*
SDL - Simple DirectMedia Layer Simple DirectMedia Layer
Copyright (C) 1997-2011 Sam Lantinga Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>


This library is free software; you can redistribute it and/or This software is provided 'as-is', without any express or implied
modify it under the terms of the GNU Lesser General Public warranty. In no event will the authors be held liable for any damages
License as published by the Free Software Foundation; either arising from the use of this software.
version 2.1 of the License, or (at your option) any later version.


This library is distributed in the hope that it will be useful, Permission is granted to anyone to use this software for any purpose,
but WITHOUT ANY WARRANTY; without even the implied warranty of including commercial applications, and to alter it and redistribute it
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU freely, subject to the following restrictions:
Lesser General Public License for more details.


You should have received a copy of the GNU Lesser General Public 1. The origin of this software must not be misrepresented; you must not
License along with this library; if not, write to the Free Software claim that you wrote the original software. If you use this software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA in a product, an acknowledgment in the product documentation would be

appreciated but is not required.
Sam Lantinga 2. Altered source versions must be plainly marked as such, and must not be
slouken@libsdl.org misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/ */


#ifndef _SDL_config_h #ifndef _SDL_config_h
Expand Down

0 comments on commit a164de5

Please sign in to comment.