aboutsummaryrefslogtreecommitdiffstats
path: root/src/rigidbody.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-07-27 22:20:32 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-07-27 22:20:32 +0100
commitb35be0d8a0636602076c9c09a1cc2b3c92cb4042 (patch)
treedb3a3321202dbd388824ee5aaca341c35002a6ec /src/rigidbody.cpp
parent3ed3b2395dc6943cddfaa4f6365077b27ef1f480 (diff)
downloadYAGE-b35be0d8a0636602076c9c09a1cc2b3c92cb4042.tar.gz
YAGE-b35be0d8a0636602076c9c09a1cc2b3c92cb4042.zip
Added MIT License to all files
Diffstat (limited to 'src/rigidbody.cpp')
-rw-r--r--src/rigidbody.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rigidbody.cpp b/src/rigidbody.cpp
index 62032b74..f2069c4a 100644
--- a/src/rigidbody.cpp
+++ b/src/rigidbody.cpp
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * rigidbody.cpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+ * See file LICENSE for more details
+ * ----------------------------------------------------------------------------
+ */
+
#include "Physics/rigidbody.hpp"
namespace yage