adds copyright notice

This commit is contained in:
Louis-Guillaume DUBOIS 2015-08-21 20:39:01 +02:00
parent 18cdda6865
commit 5ba7b67270
14 changed files with 36 additions and 1 deletions

3
AUTHORS Normal file
View file

@ -0,0 +1,3 @@
Luc ABSIL <luc.absil@supelec.fr>
Louis-Guillaume DUBOIS <contact@lgdubois.fr>
Paul JANIN <paul.janin@supelec.fr>

2
LICENSE Normal file
View file

@ -0,0 +1,2 @@
Copyright (C) 2015 CentraleSupélec
All rights reserved

View file

@ -1,3 +1,6 @@
Copyright (C) 2015 CentraleSupélec
All rights reserved
An english version of this file is available (README.md)
Une version anglaise de ce fichier est disponible (README.md)

View file

@ -1,3 +1,6 @@
Copyright (C) 2015 CentraleSupélec
All rights reserved
La documentation originale est en français : LISEZMOI.md. La documentation ci-dessous nest quune traduction.
The original manual is the french "LISEZMOI.md", you read below a translation of this file.

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python
# Copyright (C) 2015 CentraleSupélec
# All rights reserved
PACKAGE = "hand_control"
from dynamic_reconfigure.parameter_generator_catkin import *
gen = ParameterGenerator()

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python
# Copyright (C) 2015 CentraleSupélec
# All rights reserved
PACKAGE = "hand_control"
from dynamic_reconfigure.parameter_generator_catkin import *
gen = ParameterGenerator()

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python
# Copyright (C) 2015 CentraleSupélec
# All rights reserved
PACKAGE = "hand_control"
from dynamic_reconfigure.parameter_generator_catkin import *
gen = ParameterGenerator()

View file

@ -8,7 +8,7 @@
<maintainer email="contact@lgdubois.fr">Louis-Guillaume DUBOIS</maintainer>
<maintainer email="paul.janin@supelec.fr">Paul JANIN</maintainer>
<license>BSD</license>
<license>All rights reserved</license>
<author email="luc.absil@supelec.fr">Luc ABSIL</author>
<author email="contact@lgdubois.fr">Louis-Guillaume DUBOIS</author>

View file

@ -1,3 +1,6 @@
/* Copyright (C) 2015 CentraleSupélec
* All rights reserved
*/
#include <ros/ros.h>
#include <ros/time.h>
#include <locale.h>

View file

@ -1,3 +1,6 @@
/* Copyright (C) 2015 CentraleSupélec
* All rights reserved
*/
// library to be used by "keyboard_cmd.cpp"
#include <ncurses.h>
#include <string>

View file

@ -1,3 +1,6 @@
/* Copyright (C) 2015 CentraleSupélec
* All rights reserved
*/
// library to be used by "keyboard_cmd.cpp"
#ifndef CURSES_DISPLAY
#define CURSES_DISPLAY

View file

@ -1,3 +1,6 @@
/* Copyright (C) 2015 CentraleSupélec
* All rights reserved
*/
#include <ros/ros.h>
#include <pcl_ros/point_cloud.h>
#include <pcl/point_types.h>

View file

@ -1,3 +1,6 @@
/* Copyright (C) 2015 CentraleSupélec
* All rights reserved
*/
#include <ros/ros.h>
#include <pcl_ros/point_cloud.h>
#include <pcl/point_types.h>

View file

@ -1,3 +1,6 @@
/* Copyright (C) 2015 CentraleSupélec
* All rights reserved
*/
#include <ros/ros.h>
#include <ros/time.h>
#include <locale.h>