Skip to content

Commit

Permalink
Added license headers in user code TASTE models
Browse files Browse the repository at this point in the history
  • Loading branch information
RaquelJalvo committed Jan 16, 2019
1 parent 9e4d711 commit fad75c4
Show file tree
Hide file tree
Showing 15 changed files with 88 additions and 0 deletions.
6 changes: 6 additions & 0 deletions models/bodystate/test_bodystate/test_bodystate.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "test_bodystate.h"
Expand Down
6 changes: 6 additions & 0 deletions models/bodystate/vizkit3d_bodystate/vizkit3d_bodystate.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "vizkit3d_bodystate.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* Functions to be filled by the user (never overwritten by buildsupport tool) */

#include "vizkit3d_rigidbodystate.h"
Expand Down
6 changes: 6 additions & 0 deletions models/range/test_range/test_range.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "test_range.h"
Expand Down
6 changes: 6 additions & 0 deletions models/range/vizkit3d_depthmap/vizkit3d_depthmap.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "vizkit3d_depthmap.h"
Expand Down
6 changes: 6 additions & 0 deletions models/range/vizkit3d_laserscan/vizkit3d_laserscan.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "vizkit3d_laserscan.h"
Expand Down
6 changes: 6 additions & 0 deletions models/range/vizkit3d_pointcloud/vizkit3d_pointcloud.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "vizkit3d_pointcloud.h"
Expand Down
6 changes: 6 additions & 0 deletions models/range/vizkit3d_sonarbeam/vizkit3d_sonarbeam.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "vizkit3d_sonarbeam.h"
Expand Down
6 changes: 6 additions & 0 deletions models/robot/test_robot/test_robot.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "test_robot.h"
Expand Down
6 changes: 6 additions & 0 deletions models/robot/vizkit3d_robot/vizkit3d_robot.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "vizkit3d_robot.h"
Expand Down
6 changes: 6 additions & 0 deletions models/trajectory/test_trajectory/test_trajectory.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "test_trajectory.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "vizkit3d_motioncommand.h"
Expand Down
6 changes: 6 additions & 0 deletions models/trajectory/vizkit3d_trajectory/vizkit3d_trajectory.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "vizkit3d_trajectory.h"
Expand Down
6 changes: 6 additions & 0 deletions models/trajectory/vizkit3d_waypoint/vizkit3d_waypoint.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* H2020 ESROCOS Project
* Company: GMV Aerospace & Defence S.A.U.
* Licence: GPLv2
*/

/* User code: This file will not be overwritten by TASTE. */

#include "vizkit3d_waypoint.h"
Expand Down
4 changes: 4 additions & 0 deletions test/make-links.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/sh

# H2020 ESROCOS Project
# Company: GMV Aerospace & Defence S.A.U.
# Licence: GPLv2

# Run the script from the build folder.
#
# Makes symbolic links to the configuration and data files of the
Expand Down

0 comments on commit fad75c4

Please sign in to comment.