aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/texturecache.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-11-16 22:01:32 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-11-16 22:01:32 +0000
commit994e65e5a80c814c2ffe6da66a356228e37f35f4 (patch)
treebc1b09ff6781df3f2bd0cd6ee7c23b8668e5ce86 /yage/core/texturecache.cpp
parent714ed292b37a0d9baee69186bca38cf0f0c77c89 (diff)
downloadYAGE-994e65e5a80c814c2ffe6da66a356228e37f35f4.tar.gz
YAGE-994e65e5a80c814c2ffe6da66a356228e37f35f4.zip
Fixing license headers
Diffstat (limited to 'yage/core/texturecache.cpp')
-rw-r--r--yage/core/texturecache.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/yage/core/texturecache.cpp b/yage/core/texturecache.cpp
index af22c93e..d94340ff 100644
--- a/yage/core/texturecache.cpp
+++ b/yage/core/texturecache.cpp
@@ -1,13 +1,13 @@
/* ----------------------------------------------------------------------------
* texturecache.cpp
*
- * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
- * See file LICENSE for more details
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
+ * MIT License, see LICENSE file for more details.
* ----------------------------------------------------------------------------
*/
-#include <yage/core/texturecache.h>
#include <yage/core/imageloader.h>
+#include <yage/core/texturecache.h>
namespace yage
{