diff --git a/COPYING.txt b/COPYING.txt index 496ee1c..2a9f46c 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -1,5 +1,5 @@ -libSDL2pp - C++ wrapper for libSDL2 +libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Audio.hh b/SDL2pp/Audio.hh index 2e62ad4..49311b1 100644 --- a/SDL2pp/Audio.hh +++ b/SDL2pp/Audio.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/AudioDevice.cc b/SDL2pp/AudioDevice.cc index 52582ff..ba13a50 100644 --- a/SDL2pp/AudioDevice.cc +++ b/SDL2pp/AudioDevice.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/AudioLock.cc b/SDL2pp/AudioLock.cc index d426856..c60f87b 100644 --- a/SDL2pp/AudioLock.cc +++ b/SDL2pp/AudioLock.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/AudioSpec.cc b/SDL2pp/AudioSpec.cc index 455d146..4737adf 100644 --- a/SDL2pp/AudioSpec.cc +++ b/SDL2pp/AudioSpec.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Config.hh.in b/SDL2pp/Config.hh.in index a184a99..edc4b9b 100644 --- a/SDL2pp/Config.hh.in +++ b/SDL2pp/Config.hh.in @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Exception.cc b/SDL2pp/Exception.cc index 6f3bd83..546ade5 100644 --- a/SDL2pp/Exception.cc +++ b/SDL2pp/Exception.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Exception.hh b/SDL2pp/Exception.hh index 904e018..4e6b8e4 100644 --- a/SDL2pp/Exception.hh +++ b/SDL2pp/Exception.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/ExtraRWops.hh b/SDL2pp/ExtraRWops.hh index 75175e5..e680a86 100644 --- a/SDL2pp/ExtraRWops.hh +++ b/SDL2pp/ExtraRWops.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Point.cc b/SDL2pp/Point.cc index 38a0445..6185f5c 100644 --- a/SDL2pp/Point.cc +++ b/SDL2pp/Point.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Point.hh b/SDL2pp/Point.hh index 9957afb..46cee26 100644 --- a/SDL2pp/Point.hh +++ b/SDL2pp/Point.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/RWops.cc b/SDL2pp/RWops.cc index 486cebd..108fd6e 100644 --- a/SDL2pp/RWops.cc +++ b/SDL2pp/RWops.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/RWops.hh b/SDL2pp/RWops.hh index b6ab789..e46b8f8 100644 --- a/SDL2pp/RWops.hh +++ b/SDL2pp/RWops.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Rect.cc b/SDL2pp/Rect.cc index 9b9f096..f27212a 100644 --- a/SDL2pp/Rect.cc +++ b/SDL2pp/Rect.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Rect.hh b/SDL2pp/Rect.hh index 8d5727b..e7f3af6 100644 --- a/SDL2pp/Rect.hh +++ b/SDL2pp/Rect.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Renderer.cc b/SDL2pp/Renderer.cc index 70a86de..31b962c 100644 --- a/SDL2pp/Renderer.cc +++ b/SDL2pp/Renderer.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Renderer.hh b/SDL2pp/Renderer.hh index 38e86b3..e1ddbbc 100644 --- a/SDL2pp/Renderer.hh +++ b/SDL2pp/Renderer.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDL.cc b/SDL2pp/SDL.cc index 0875348..9215e57 100644 --- a/SDL2pp/SDL.cc +++ b/SDL2pp/SDL.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDL.hh b/SDL2pp/SDL.hh index a110825..9f3a78a 100644 --- a/SDL2pp/SDL.hh +++ b/SDL2pp/SDL.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDL2pp.hh b/SDL2pp/SDL2pp.hh index af42fba..cc940b1 100644 --- a/SDL2pp/SDL2pp.hh +++ b/SDL2pp/SDL2pp.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Texture.cc b/SDL2pp/Texture.cc index 240dd37..8e012b3 100644 --- a/SDL2pp/Texture.cc +++ b/SDL2pp/Texture.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Texture.hh b/SDL2pp/Texture.hh index b404d84..8a29c8c 100644 --- a/SDL2pp/Texture.hh +++ b/SDL2pp/Texture.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/TextureLock.cc b/SDL2pp/TextureLock.cc index 13f4803..9d3dde9 100644 --- a/SDL2pp/TextureLock.cc +++ b/SDL2pp/TextureLock.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Wav.cc b/SDL2pp/Wav.cc index cdd59d0..13f4287 100644 --- a/SDL2pp/Wav.cc +++ b/SDL2pp/Wav.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Wav.hh b/SDL2pp/Wav.hh index 51638fc..c503306 100644 --- a/SDL2pp/Wav.hh +++ b/SDL2pp/Wav.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Window.cc b/SDL2pp/Window.cc index 5ffb5ff..e535582 100644 --- a/SDL2pp/Window.cc +++ b/SDL2pp/Window.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Window.hh b/SDL2pp/Window.hh index e068d2a..4cda7cd 100644 --- a/SDL2pp/Window.hh +++ b/SDL2pp/Window.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/demos/audio_sine.cc b/demos/audio_sine.cc index 9106494..9b64172 100644 --- a/demos/audio_sine.cc +++ b/demos/audio_sine.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/demos/audio_wav.cc b/demos/audio_wav.cc index 90e87f9..b321650 100644 --- a/demos/audio_wav.cc +++ b/demos/audio_wav.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/demos/image.cc b/demos/image.cc index 23cf602..1eae378 100644 --- a/demos/image.cc +++ b/demos/image.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/demos/lines.cc b/demos/lines.cc index 5b682c5..67a010e 100644 --- a/demos/lines.cc +++ b/demos/lines.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/demos/rendertarget.cc b/demos/rendertarget.cc index 5ed5a05..9b1d964 100644 --- a/demos/rendertarget.cc +++ b/demos/rendertarget.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/demos/sprites.cc b/demos/sprites.cc index afe1740..ef59297 100644 --- a/demos/sprites.cc +++ b/demos/sprites.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++ wrapper for libSDL2 + libSDL2pp - C++11 bindings/wrapper for SDL2 Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied