diff options
author | MAN-AT-ARMS <donny@ecgnetwork.com> | 2014-03-24 19:13:56 -0400 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2014-08-28 11:03:33 +0100 |
commit | 93128472323d98f9902b280e2716874cfd0b2a05 (patch) | |
tree | a164f935d44b0d1ca10439ef82358392b8847198 /src/SDL2/include/SDL_name.h | |
parent | 691ccef4078f82424e1c3dae2e7d1ba0ff6573ce (diff) |
Update SDL2 to 2.0.3
Diffstat (limited to 'src/SDL2/include/SDL_name.h')
-rw-r--r-- | src/SDL2/include/SDL_name.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/SDL2/include/SDL_name.h b/src/SDL2/include/SDL_name.h index d0469e1f..719666ff 100644 --- a/src/SDL2/include/SDL_name.h +++ b/src/SDL2/include/SDL_name.h @@ -1,3 +1,23 @@ +/* + Simple DirectMedia Layer + Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 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 + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. +*/ #ifndef _SDLname_h_ #define _SDLname_h_ @@ -9,3 +29,5 @@ #define SDL_NAME(X) SDL_##X #endif /* _SDLname_h_ */ + +/* vi: set ts=4 sw=4 expandtab: */ |