From b35be0d8a0636602076c9c09a1cc2b3c92cb4042 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 27 Jul 2017 22:20:32 +0100 Subject: Added MIT License to all files --- src/body.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/body.cpp') diff --git a/src/body.cpp b/src/body.cpp index e942d617..524a92ee 100644 --- a/src/body.cpp +++ b/src/body.cpp @@ -1,3 +1,11 @@ +/* ---------------------------------------------------------------------------- + * body.cpp + * + * Copyright (c) 2017 Yann Herklotz Grave -- MIT License + * See file LICENSE for more details + * ---------------------------------------------------------------------------- + */ + #include "Physics/body.hpp" namespace yage -- cgit