aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/sprite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/sprite.cpp')
-rw-r--r--yage/core/sprite.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/yage/core/sprite.cpp b/yage/core/sprite.cpp
index 769c8b81..246d415d 100644
--- a/yage/core/sprite.cpp
+++ b/yage/core/sprite.cpp
@@ -1,13 +1,13 @@
/* ----------------------------------------------------------------------------
* sprite.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/sprite.h>
#include <yage/core/resourcemanager.h>
+#include <yage/core/sprite.h>
#include <yage/core/vertex.h>
#include <cstddef>