diff --git a/COPYING.txt b/COPYING.txt index a8290cd..2a7d976 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -1,5 +1,5 @@ -libSDL2pp - C++11 bindings/wrapper for SDL2 +libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/Doxyfile.in b/Doxyfile.in index 908df6c..2d0a0f6 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -5,7 +5,7 @@ PROJECT_NAME = "libSDL2pp" PROJECT_NUMBER = @SDL2PP_VERSION@ # Project description -PROJECT_BRIEF = "C++11 bindings/wrapper for SDL2" +PROJECT_BRIEF = "C++ bindings/wrapper for SDL2" # Where to place generated files OUTPUT_DIRECTORY = doxygen diff --git a/README.md b/README.md index de5e414..deed67c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # libSDL2pp -This library provides C++17 bindings/wrapper for SDL2 and satellite libraries. +This library provides C++ bindings/wrapper for SDL2 and satellite libraries. ## Synopsis diff --git a/SDL2pp/AudioDevice.cc b/SDL2pp/AudioDevice.cc index 747320d..cfe710a 100644 --- a/SDL2pp/AudioDevice.cc +++ b/SDL2pp/AudioDevice.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/AudioDevice.hh b/SDL2pp/AudioDevice.hh index 007ae42..2f40000 100644 --- a/SDL2pp/AudioDevice.hh +++ b/SDL2pp/AudioDevice.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/AudioLock.cc b/SDL2pp/AudioLock.cc index 159c518..1099f31 100644 --- a/SDL2pp/AudioLock.cc +++ b/SDL2pp/AudioLock.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ 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 bdf3569..70b860c 100644 --- a/SDL2pp/AudioSpec.cc +++ b/SDL2pp/AudioSpec.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ 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.hh b/SDL2pp/AudioSpec.hh index 572b1c4..04833f1 100644 --- a/SDL2pp/AudioSpec.hh +++ b/SDL2pp/AudioSpec.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Chunk.cc b/SDL2pp/Chunk.cc index d0572e7..b305cc5 100644 --- a/SDL2pp/Chunk.cc +++ b/SDL2pp/Chunk.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Chunk.hh b/SDL2pp/Chunk.hh index 4bc0a75..288af3a 100644 --- a/SDL2pp/Chunk.hh +++ b/SDL2pp/Chunk.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Color.cc b/SDL2pp/Color.cc index 1807eff..d51d6ee 100644 --- a/SDL2pp/Color.cc +++ b/SDL2pp/Color.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2017 Vraiment This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Color.hh b/SDL2pp/Color.hh index 5bd6e80..cf9237e 100644 --- a/SDL2pp/Color.hh +++ b/SDL2pp/Color.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2017 Vraiment This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Config.hh.in b/SDL2pp/Config.hh.in index 100d389..01b6f5b 100644 --- a/SDL2pp/Config.hh.in +++ b/SDL2pp/Config.hh.in @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2016,2022 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/ContainerRWops.hh b/SDL2pp/ContainerRWops.hh index b03463f..b74a80d 100644 --- a/SDL2pp/ContainerRWops.hh +++ b/SDL2pp/ContainerRWops.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Exception.cc b/SDL2pp/Exception.cc index cbbf53e..e475677 100644 --- a/SDL2pp/Exception.cc +++ b/SDL2pp/Exception.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Exception.hh b/SDL2pp/Exception.hh index 8b090ae..f0e6b7d 100644 --- a/SDL2pp/Exception.hh +++ b/SDL2pp/Exception.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Font.cc b/SDL2pp/Font.cc index 71a6595..f2091df 100644 --- a/SDL2pp/Font.cc +++ b/SDL2pp/Font.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Font.hh b/SDL2pp/Font.hh index 278e02f..955150e 100644 --- a/SDL2pp/Font.hh +++ b/SDL2pp/Font.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Mixer.cc b/SDL2pp/Mixer.cc index c03f3e9..cbd3697 100644 --- a/SDL2pp/Mixer.cc +++ b/SDL2pp/Mixer.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2015-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Mixer.hh b/SDL2pp/Mixer.hh index 54b39f5..d4e7e56 100644 --- a/SDL2pp/Mixer.hh +++ b/SDL2pp/Mixer.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2015-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Music.cc b/SDL2pp/Music.cc index 764a1b0..33d7f49 100644 --- a/SDL2pp/Music.cc +++ b/SDL2pp/Music.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2015-2017 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Music.hh b/SDL2pp/Music.hh index 9ce23ba..e1f3e14 100644 --- a/SDL2pp/Music.hh +++ b/SDL2pp/Music.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2015-2017 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Optional.hh b/SDL2pp/Optional.hh index 8f09492..8611831 100644 --- a/SDL2pp/Optional.hh +++ b/SDL2pp/Optional.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Point.cc b/SDL2pp/Point.cc index e255ed6..4a0b716 100644 --- a/SDL2pp/Point.cc +++ b/SDL2pp/Point.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Point.hh b/SDL2pp/Point.hh index e507ed2..5a8a006 100644 --- a/SDL2pp/Point.hh +++ b/SDL2pp/Point.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/RWops.cc b/SDL2pp/RWops.cc index cc13aa3..cbdcb68 100644 --- a/SDL2pp/RWops.cc +++ b/SDL2pp/RWops.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/RWops.hh b/SDL2pp/RWops.hh index 467af1a..2c77c01 100644 --- a/SDL2pp/RWops.hh +++ b/SDL2pp/RWops.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied @@ -133,7 +133,7 @@ public: /// works with it), Mem and ConstMem (take memory chunk and work with /// it like a file) and allow one to write custom RWops. /// -/// SDL2pp::RWops support all this in extended C++11 way. +/// SDL2pp::RWops support all this in extended C++ way. /// /// Usage example: /// \code diff --git a/SDL2pp/Rect.cc b/SDL2pp/Rect.cc index 68d12f4..5f4ebfd 100644 --- a/SDL2pp/Rect.cc +++ b/SDL2pp/Rect.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Rect.hh b/SDL2pp/Rect.hh index 7507ca2..f32eff4 100644 --- a/SDL2pp/Rect.hh +++ b/SDL2pp/Rect.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Renderer.cc b/SDL2pp/Renderer.cc index 7efb4b9..b4964ab 100644 --- a/SDL2pp/Renderer.cc +++ b/SDL2pp/Renderer.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Renderer.hh b/SDL2pp/Renderer.hh index a8209e5..44c687d 100644 --- a/SDL2pp/Renderer.hh +++ b/SDL2pp/Renderer.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDL.cc b/SDL2pp/SDL.cc index 2adab2f..807836c 100644 --- a/SDL2pp/SDL.cc +++ b/SDL2pp/SDL.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDL.hh b/SDL2pp/SDL.hh index c655d8f..f8a33b1 100644 --- a/SDL2pp/SDL.hh +++ b/SDL2pp/SDL.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDL2pp.hh b/SDL2pp/SDL2pp.hh index 22110b4..9a7ea16 100644 --- a/SDL2pp/SDL2pp.hh +++ b/SDL2pp/SDL2pp.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDLImage.cc b/SDL2pp/SDLImage.cc index a36c4fb..b342e0b 100644 --- a/SDL2pp/SDLImage.cc +++ b/SDL2pp/SDLImage.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDLImage.hh b/SDL2pp/SDLImage.hh index 62b3067..dbe4212 100644 --- a/SDL2pp/SDLImage.hh +++ b/SDL2pp/SDLImage.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDLMixer.cc b/SDL2pp/SDLMixer.cc index e65cd98..3438499 100644 --- a/SDL2pp/SDLMixer.cc +++ b/SDL2pp/SDLMixer.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDLMixer.hh b/SDL2pp/SDLMixer.hh index 4262681..cf3587c 100644 --- a/SDL2pp/SDLMixer.hh +++ b/SDL2pp/SDLMixer.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDLTTF.cc b/SDL2pp/SDLTTF.cc index dfc067b..4a7ea9d 100644 --- a/SDL2pp/SDLTTF.cc +++ b/SDL2pp/SDLTTF.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SDLTTF.hh b/SDL2pp/SDLTTF.hh index 3c75fff..a944fed 100644 --- a/SDL2pp/SDLTTF.hh +++ b/SDL2pp/SDLTTF.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/StreamRWops.hh b/SDL2pp/StreamRWops.hh index 905f2e7..6215e30 100644 --- a/SDL2pp/StreamRWops.hh +++ b/SDL2pp/StreamRWops.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Surface.cc b/SDL2pp/Surface.cc index 7babeaf..0145803 100644 --- a/SDL2pp/Surface.cc +++ b/SDL2pp/Surface.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Surface.hh b/SDL2pp/Surface.hh index c6ea34a..17f9be3 100644 --- a/SDL2pp/Surface.hh +++ b/SDL2pp/Surface.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/SurfaceLock.cc b/SDL2pp/SurfaceLock.cc index 3f63de0..8f2d638 100644 --- a/SDL2pp/SurfaceLock.cc +++ b/SDL2pp/SurfaceLock.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Texture.cc b/SDL2pp/Texture.cc index 9218e2a..9b2e7ad 100644 --- a/SDL2pp/Texture.cc +++ b/SDL2pp/Texture.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Texture.hh b/SDL2pp/Texture.hh index 70f947d..155dd3a 100644 --- a/SDL2pp/Texture.hh +++ b/SDL2pp/Texture.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/TextureLock.cc b/SDL2pp/TextureLock.cc index 90ccec9..53d19f3 100644 --- a/SDL2pp/TextureLock.cc +++ b/SDL2pp/TextureLock.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Wav.cc b/SDL2pp/Wav.cc index 024299e..d034ccc 100644 --- a/SDL2pp/Wav.cc +++ b/SDL2pp/Wav.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Wav.hh b/SDL2pp/Wav.hh index 83f90a5..e1d540e 100644 --- a/SDL2pp/Wav.hh +++ b/SDL2pp/Wav.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Window.cc b/SDL2pp/Window.cc index 6413ff4..9417094 100644 --- a/SDL2pp/Window.cc +++ b/SDL2pp/Window.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2017 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/SDL2pp/Window.hh b/SDL2pp/Window.hh index 1679567..4ebf000 100644 --- a/SDL2pp/Window.hh +++ b/SDL2pp/Window.hh @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2017 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/audio_sine.cc b/examples/audio_sine.cc index e01770c..e460ddb 100644 --- a/examples/audio_sine.cc +++ b/examples/audio_sine.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/audio_wav.cc b/examples/audio_wav.cc index 3823abb..b4cd0a7 100644 --- a/examples/audio_wav.cc +++ b/examples/audio_wav.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/fill.cc b/examples/fill.cc index b43d636..77b41b7 100644 --- a/examples/fill.cc +++ b/examples/fill.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/image.cc b/examples/image.cc index a0f5e22..c3b70e0 100644 --- a/examples/image.cc +++ b/examples/image.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/lines.cc b/examples/lines.cc index 778ab13..41dcbc3 100644 --- a/examples/lines.cc +++ b/examples/lines.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/mixer.cc b/examples/mixer.cc index d0354b5..3c355e5 100644 --- a/examples/mixer.cc +++ b/examples/mixer.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/mixer_effects.cc b/examples/mixer_effects.cc index 8c2b508..5be2afd 100644 --- a/examples/mixer_effects.cc +++ b/examples/mixer_effects.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/mixer_music.cc b/examples/mixer_music.cc index 95520e0..44307e4 100644 --- a/examples/mixer_music.cc +++ b/examples/mixer_music.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/mixer_music_sine.cc b/examples/mixer_music_sine.cc index b91ad45..5bd4794 100644 --- a/examples/mixer_music_sine.cc +++ b/examples/mixer_music_sine.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/rendertarget.cc b/examples/rendertarget.cc index 550b019..ade3632 100644 --- a/examples/rendertarget.cc +++ b/examples/rendertarget.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/sprites.cc b/examples/sprites.cc index 22adcb9..597bf36 100644 --- a/examples/sprites.cc +++ b/examples/sprites.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/examples/ttf.cc b/examples/ttf.cc index 82eb662..1182f04 100644 --- a/examples/ttf.cc +++ b/examples/ttf.cc @@ -1,5 +1,5 @@ /* - libSDL2pp - C++11 bindings/wrapper for SDL2 + libSDL2pp - C++ bindings/wrapper for SDL2 Copyright (C) 2013-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied diff --git a/sdl2pp.pc.in b/sdl2pp.pc.in index 304f647..22b2e72 100644 --- a/sdl2pp.pc.in +++ b/sdl2pp.pc.in @@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib includedir=${prefix}/include Name: sdl2pp -Description: C++11 bindings/wrappers for SDL2 +Description: C++ bindings/wrappers for SDL2 Version: @SDL2PP_VERSION@ Requires: @SDL2_ALL_PKGCONFIG_MODULES@ Conflicts: