aboutsummaryrefslogtreecommitdiffstats
path: root/src/spritebatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spritebatch.cpp')
-rw-r--r--src/spritebatch.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/spritebatch.cpp b/src/spritebatch.cpp
index a530a0ac..4018b3e2 100644
--- a/src/spritebatch.cpp
+++ b/src/spritebatch.cpp
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * spritebatch.cpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+ * See file LICENSE for more details
+ * ----------------------------------------------------------------------------
+ */
+
#include "spritebatch.hpp"
#include <algorithm>