From a90a52c5941dc136877f0e02df5d063566a2ac72 Mon Sep 17 00:00:00 2001 From: Devyesh Tandon Date: Tue, 9 Aug 2016 15:33:19 +0530 Subject: [PATCH] Added License Header --- mbdynFMI.cc | 9 +++++++++ mbdynFMI.h | 11 +++++++++++ mbdynFMI_config.cc | 10 ++++++++++ mbdynFMI_config.h | 10 ++++++++++ module-FMU.cc | 10 ++++++++++ module-FMU.h | 10 ++++++++++ 6 files changed, 60 insertions(+) diff --git a/mbdynFMI.cc b/mbdynFMI.cc index 8982524..b4f7df5 100644 --- a/mbdynFMI.cc +++ b/mbdynFMI.cc @@ -1,3 +1,12 @@ +/* + AUTHOR: Devyesh Tandon + Copyright (C) 2016(-2016) all rights reserved. + The copyright of this patch is transferred + to Pierangelo Masarati and Paolo Mantegazza + for use in the software MBDyn as described + in the GNU Public License version 2.1 + +*/ #include "mbconfig.h" #include "mbdynFMI.h" #include "stepsol.h" diff --git a/mbdynFMI.h b/mbdynFMI.h index 7028be3..eae7968 100644 --- a/mbdynFMI.h +++ b/mbdynFMI.h @@ -1,3 +1,14 @@ +/* + AUTHOR: Devyesh Tandon + Copyright (C) 2016(-2016) all rights reserved. + The copyright of this patch is transferred + to Pierangelo Masarati and Paolo Mantegazza + for use in the software MBDyn as described + in the GNU Public License version 2.1 + +*/ + + #include #include #include diff --git a/mbdynFMI_config.cc b/mbdynFMI_config.cc index 0de19a5..58b0dfc 100644 --- a/mbdynFMI_config.cc +++ b/mbdynFMI_config.cc @@ -1,3 +1,13 @@ +/* + AUTHOR: Devyesh Tandon + Copyright (C) 2016(-2016) all rights reserved. + The copyright of this patch is transferred + to Pierangelo Masarati and Paolo Mantegazza + for use in the software MBDyn as described + in the GNU Public License version 2.1 + +*/ + #include "mbdynFMI_config.h" #include #include diff --git a/mbdynFMI_config.h b/mbdynFMI_config.h index 848e1ed..e6fc686 100644 --- a/mbdynFMI_config.h +++ b/mbdynFMI_config.h @@ -1,3 +1,13 @@ +/* + AUTHOR: Devyesh Tandon + Copyright (C) 2016(-2016) all rights reserved. + The copyright of this patch is transferred + to Pierangelo Masarati and Paolo Mantegazza + for use in the software MBDyn as described + in the GNU Public License version 2.1 + +*/ + #include "mbdynFMI.h" #define BUFFER 1000 diff --git a/module-FMU.cc b/module-FMU.cc index 8f753de..026b0a0 100644 --- a/module-FMU.cc +++ b/module-FMU.cc @@ -1,3 +1,13 @@ +/* + AUTHOR: Devyesh Tandon + Copyright (C) 2016(-2016) all rights reserved. + The copyright of this patch is transferred + to Pierangelo Masarati and Paolo Mantegazza + for use in the software MBDyn as described + in the GNU Public License version 2.1 + +*/ + #include "module-FMU.h" #include "solver.h" diff --git a/module-FMU.h b/module-FMU.h index 218079e..12fba65 100644 --- a/module-FMU.h +++ b/module-FMU.h @@ -1,3 +1,13 @@ +/* + AUTHOR: Devyesh Tandon + Copyright (C) 2016(-2016) all rights reserved. + The copyright of this patch is transferred + to Pierangelo Masarati and Paolo Mantegazza + for use in the software MBDyn as described + in the GNU Public License version 2.1 + +*/ + #include "mbconfig.h" /* This goes first in every *.c,*.cc file */ #include