Skip to content

Commit

Permalink
Added License Header
Browse files Browse the repository at this point in the history
  • Loading branch information
devyeshtandon committed Aug 9, 2016
1 parent f8bd134 commit a90a52c
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mbdynFMI.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
AUTHOR: Devyesh Tandon <[email protected]>
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"
Expand Down
11 changes: 11 additions & 0 deletions mbdynFMI.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
AUTHOR: Devyesh Tandon <[email protected]>
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 <stdlib.h>
#include <stdio.h>
#include <string>
Expand Down
10 changes: 10 additions & 0 deletions mbdynFMI_config.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
AUTHOR: Devyesh Tandon <[email protected]>
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 <stdio.h>
#include <string.h>
Expand Down
10 changes: 10 additions & 0 deletions mbdynFMI_config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
AUTHOR: Devyesh Tandon <[email protected]>
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
Expand Down
10 changes: 10 additions & 0 deletions module-FMU.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
AUTHOR: Devyesh Tandon <[email protected]>
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"

Expand Down
10 changes: 10 additions & 0 deletions module-FMU.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
AUTHOR: Devyesh Tandon <[email protected]>
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 <iostream>
Expand Down

0 comments on commit a90a52c

Please sign in to comment.