From 517b218b093708ff1a10c3ed2474cf3395564741 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Tue, 19 Dec 2017 21:39:21 +0100 Subject: Copyright stuff. --- src/game/assets.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/game/assets.cpp') diff --git a/src/game/assets.cpp b/src/game/assets.cpp index 241e3d7..03ca7d8 100644 --- a/src/game/assets.cpp +++ b/src/game/assets.cpp @@ -1,3 +1,20 @@ +/* +This file is part of Minitrem. + +Minitrem is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +Minitrem is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Minitrem. If not, see . +*/ + #include "game.hpp" namespace game::assets { -- cgit