aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/Physics
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 /include/YAGE/Physics
parent3ed3b2395dc6943cddfaa4f6365077b27ef1f480 (diff)
downloadYAGE-b35be0d8a0636602076c9c09a1cc2b3c92cb4042.tar.gz
YAGE-b35be0d8a0636602076c9c09a1cc2b3c92cb4042.zip
Added MIT License to all files
Diffstat (limited to 'include/YAGE/Physics')
-rw-r--r--include/YAGE/Physics/body.hpp8
-rw-r--r--include/YAGE/Physics/collider.hpp8
-rw-r--r--include/YAGE/Physics/collisionbody.hpp8
-rw-r--r--include/YAGE/Physics/particlebody.hpp8
-rw-r--r--include/YAGE/Physics/physics.hpp8
-rw-r--r--include/YAGE/Physics/rectanglecollider.hpp8
-rw-r--r--include/YAGE/Physics/rigidbody.hpp8
7 files changed, 56 insertions, 0 deletions
diff --git a/include/YAGE/Physics/body.hpp b/include/YAGE/Physics/body.hpp
index 5a0e879e..49406278 100644
--- a/include/YAGE/Physics/body.hpp
+++ b/include/YAGE/Physics/body.hpp
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * body.hpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+ * See file LICENSE for more details
+ * ----------------------------------------------------------------------------
+ */
+
#ifndef YAGE_BODY_HPP
#define YAGE_BODY_HPP
diff --git a/include/YAGE/Physics/collider.hpp b/include/YAGE/Physics/collider.hpp
index 234ff57f..86b2a0c3 100644
--- a/include/YAGE/Physics/collider.hpp
+++ b/include/YAGE/Physics/collider.hpp
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * collider.hpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+ * See file LICENSE for more details
+ * ----------------------------------------------------------------------------
+ */
+
#ifndef YAGE_COLLIDER_HPP
#define YAGE_COLLIDER_HPP
diff --git a/include/YAGE/Physics/collisionbody.hpp b/include/YAGE/Physics/collisionbody.hpp
index c5f8e1f6..b7403e81 100644
--- a/include/YAGE/Physics/collisionbody.hpp
+++ b/include/YAGE/Physics/collisionbody.hpp
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * collisionbody.hpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+ * See file LICENSE for more details
+ * ----------------------------------------------------------------------------
+ */
+
#ifndef YAGE_COLLISION_BODY_HPP
#define YAGE_COLLISION_BODY_HPP
diff --git a/include/YAGE/Physics/particlebody.hpp b/include/YAGE/Physics/particlebody.hpp
index 62e6fc43..e107cb6a 100644
--- a/include/YAGE/Physics/particlebody.hpp
+++ b/include/YAGE/Physics/particlebody.hpp
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * particlebody.hpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+ * See file LICENSE for more details
+ * ----------------------------------------------------------------------------
+ */
+
#ifndef YAGE_PARTICLE_BODY_HPP
#define YAGE_PARTICLE_BODY_HPP
diff --git a/include/YAGE/Physics/physics.hpp b/include/YAGE/Physics/physics.hpp
index efcbefe4..8146672a 100644
--- a/include/YAGE/Physics/physics.hpp
+++ b/include/YAGE/Physics/physics.hpp
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * physics.hpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+ * See file LICENSE for more details
+ * ----------------------------------------------------------------------------
+ */
+
#ifndef YAGE_PHYSICS_HPP
#define YAGE_PHYSICS_HPP
diff --git a/include/YAGE/Physics/rectanglecollider.hpp b/include/YAGE/Physics/rectanglecollider.hpp
index b4762ea6..62f11100 100644
--- a/include/YAGE/Physics/rectanglecollider.hpp
+++ b/include/YAGE/Physics/rectanglecollider.hpp
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * rectanglecollider.hpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+ * See file LICENSE for more details
+ * ----------------------------------------------------------------------------
+ */
+
#ifndef YAGE_RECTANGLE_COLLIDER_HPP
#define YAGE_RECTANGLE_COLLIDER_HPP
diff --git a/include/YAGE/Physics/rigidbody.hpp b/include/YAGE/Physics/rigidbody.hpp
index 05d8d0ad..c8a2e497 100644
--- a/include/YAGE/Physics/rigidbody.hpp
+++ b/include/YAGE/Physics/rigidbody.hpp
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * rigidbody.hpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+ * See file LICENSE for more details
+ * ----------------------------------------------------------------------------
+ */
+
#ifndef YAGE_RIGID_BODY_HPP
#define YAGE_RIGID_BODY_HPP