From 0124e2703a6bcfee4f4313e66432f7c46c9cfbef Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 18 Dec 2014 02:51:49 +0300 Subject: [PATCH] Update copyright years --- COPYING.txt | 2 +- README.md | 2 +- SDL2pp/Exception.cc | 2 +- SDL2pp/Exception.hh | 2 +- SDL2pp/Point.cc | 2 +- SDL2pp/Point.hh | 2 +- SDL2pp/Rect.cc | 2 +- SDL2pp/Rect.hh | 2 +- SDL2pp/Renderer.cc | 2 +- SDL2pp/Renderer.hh | 2 +- SDL2pp/SDL.cc | 2 +- SDL2pp/SDL.hh | 2 +- SDL2pp/SDL2pp.hh | 2 +- SDL2pp/Texture.cc | 2 +- SDL2pp/Texture.hh | 2 +- SDL2pp/TextureLock.cc | 2 +- SDL2pp/Window.cc | 2 +- SDL2pp/Window.hh | 2 +- demos/lines.cc | 2 +- demos/rendertarget.cc | 2 +- demos/sprites.cc | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/COPYING.txt b/COPYING.txt index 41a6058..496ee1c 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -1,6 +1,6 @@ libSDL2pp - C++ wrapper for libSDL2 -Copyright (C) 2013 Dmitry Marakasov +Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/README.md b/README.md index ccf712c..291397a 100644 --- a/README.md +++ b/README.md @@ -138,4 +138,4 @@ Projects using libSDL2pp: ## License ## -libSDL2pp comes under zlib license, the same license as SDL2. +libSDL2pp comes under zlib license, the same license as SDL2. See COPYING.txt. diff --git a/SDL2pp/Exception.cc b/SDL2pp/Exception.cc index b5d2cb0..6f3bd83 100644 --- a/SDL2pp/Exception.cc +++ b/SDL2pp/Exception.cc @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/Exception.hh b/SDL2pp/Exception.hh index d4ffc8e..904e018 100644 --- a/SDL2pp/Exception.hh +++ b/SDL2pp/Exception.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/Point.cc b/SDL2pp/Point.cc index 36cf6ae..38a0445 100644 --- a/SDL2pp/Point.cc +++ b/SDL2pp/Point.cc @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/Point.hh b/SDL2pp/Point.hh index f68c01c..9957afb 100644 --- a/SDL2pp/Point.hh +++ b/SDL2pp/Point.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/Rect.cc b/SDL2pp/Rect.cc index 55c636a..9b9f096 100644 --- a/SDL2pp/Rect.cc +++ b/SDL2pp/Rect.cc @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/Rect.hh b/SDL2pp/Rect.hh index 8ac52d9..8d5727b 100644 --- a/SDL2pp/Rect.hh +++ b/SDL2pp/Rect.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/Renderer.cc b/SDL2pp/Renderer.cc index f72730f..70a86de 100644 --- a/SDL2pp/Renderer.cc +++ b/SDL2pp/Renderer.cc @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/Renderer.hh b/SDL2pp/Renderer.hh index a58f582..38e86b3 100644 --- a/SDL2pp/Renderer.hh +++ b/SDL2pp/Renderer.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/SDL.cc b/SDL2pp/SDL.cc index d63f0a8..0875348 100644 --- a/SDL2pp/SDL.cc +++ b/SDL2pp/SDL.cc @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/SDL.hh b/SDL2pp/SDL.hh index cd63bb6..a110825 100644 --- a/SDL2pp/SDL.hh +++ b/SDL2pp/SDL.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/SDL2pp.hh b/SDL2pp/SDL2pp.hh index 8fa7c19..af42fba 100644 --- a/SDL2pp/SDL2pp.hh +++ b/SDL2pp/SDL2pp.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/Texture.cc b/SDL2pp/Texture.cc index 947f6d5..240dd37 100644 --- a/SDL2pp/Texture.cc +++ b/SDL2pp/Texture.cc @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/Texture.hh b/SDL2pp/Texture.hh index bb5eeac..b404d84 100644 --- a/SDL2pp/Texture.hh +++ b/SDL2pp/Texture.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/TextureLock.cc b/SDL2pp/TextureLock.cc index 325276b..13f4803 100644 --- a/SDL2pp/TextureLock.cc +++ b/SDL2pp/TextureLock.cc @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/Window.cc b/SDL2pp/Window.cc index e45a147..5ffb5ff 100644 --- a/SDL2pp/Window.cc +++ b/SDL2pp/Window.cc @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/SDL2pp/Window.hh b/SDL2pp/Window.hh index 5ceb894..e068d2a 100644 --- a/SDL2pp/Window.hh +++ b/SDL2pp/Window.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/demos/lines.cc b/demos/lines.cc index f1eed0f..5b682c5 100644 --- a/demos/lines.cc +++ b/demos/lines.cc @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/demos/rendertarget.cc b/demos/rendertarget.cc index 44cd01d..5ed5a05 100644 --- a/demos/rendertarget.cc +++ b/demos/rendertarget.cc @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/demos/sprites.cc b/demos/sprites.cc index 7da6331..afe1740 100644 --- a/demos/sprites.cc +++ b/demos/sprites.cc @@ -1,6 +1,6 @@ /* libSDL2pp - C++ wrapper for libSDL2 - Copyright (C) 2013 Dmitry Marakasov + Copyright (C) 2013-2014 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages