summaryrefslogtreecommitdiff
path: root/src/game/assets.cpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-12-19 21:39:21 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-12-19 21:42:08 +0100
commit517b218b093708ff1a10c3ed2474cf3395564741 (patch)
tree7ecd9155e132d1c5382a92c766877fd6de96853d /src/game/assets.cpp
parent6dc7ae4f49931f721ad072cc72038cada78b147e (diff)
Copyright stuff.
Diffstat (limited to 'src/game/assets.cpp')
-rw-r--r--src/game/assets.cpp17
1 files changed, 17 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+*/
+
#include "game.hpp"
namespace game::assets {