From b0bb7f1f254f1330975c8ba4331846bba6f6624b Mon Sep 17 00:00:00 2001 From: Zyx-2000 Date: Sun, 31 Jan 2016 11:13:56 +0100 Subject: [PATCH] copyright stuff --- client/SDLRWwrapper.cpp | 10 ++++++++++ client/SDLRWwrapper.h | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/client/SDLRWwrapper.cpp b/client/SDLRWwrapper.cpp index 2ce1a1e96..6e1a98b7a 100644 --- a/client/SDLRWwrapper.cpp +++ b/client/SDLRWwrapper.cpp @@ -1,3 +1,13 @@ +/* + * SDLRWwrapper.cpp, part of VCMI engine + * + * Authors: listed in file AUTHORS in main folder + * + * License: GNU General Public License v2.0 or later + * Full text of license available in license.txt file, in main folder + * + */ + #include "StdInc.h" #include "SDLRWwrapper.h" #include "../lib/filesystem/CInputStream.h" diff --git a/client/SDLRWwrapper.h b/client/SDLRWwrapper.h index e5b7c2bb5..1ed37ccf8 100644 --- a/client/SDLRWwrapper.h +++ b/client/SDLRWwrapper.h @@ -1,5 +1,15 @@ #pragma once +/* + * SDLRWwrapper.h, part of VCMI engine + * + * Authors: listed in file AUTHORS in main folder + * + * License: GNU General Public License v2.0 or later + * Full text of license available in license.txt file, in main folder + * + */ + struct SDL_RWops; class CInputStream;