adds copyright notice
This commit is contained in:
parent
18cdda6865
commit
5ba7b67270
14 changed files with 36 additions and 1 deletions
3
AUTHORS
Normal file
3
AUTHORS
Normal 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
2
LICENSE
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Copyright (C) 2015 CentraleSupélec
|
||||||
|
All rights reserved
|
|
@ -1,3 +1,6 @@
|
||||||
|
Copyright (C) 2015 CentraleSupélec
|
||||||
|
All rights reserved
|
||||||
|
|
||||||
An english version of this file is available (README.md)
|
An english version of this file is available (README.md)
|
||||||
|
|
||||||
Une version anglaise de ce fichier est disponible (README.md)
|
Une version anglaise de ce fichier est disponible (README.md)
|
||||||
|
|
|
@ -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 n’est qu’une traduction.
|
La documentation originale est en français : LISEZMOI.md. La documentation ci-dessous n’est qu’une traduction.
|
||||||
|
|
||||||
The original manual is the french "LISEZMOI.md", you read below a translation of this file.
|
The original manual is the french "LISEZMOI.md", you read below a translation of this file.
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Copyright (C) 2015 CentraleSupélec
|
||||||
|
# All rights reserved
|
||||||
PACKAGE = "hand_control"
|
PACKAGE = "hand_control"
|
||||||
from dynamic_reconfigure.parameter_generator_catkin import *
|
from dynamic_reconfigure.parameter_generator_catkin import *
|
||||||
gen = ParameterGenerator()
|
gen = ParameterGenerator()
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Copyright (C) 2015 CentraleSupélec
|
||||||
|
# All rights reserved
|
||||||
PACKAGE = "hand_control"
|
PACKAGE = "hand_control"
|
||||||
from dynamic_reconfigure.parameter_generator_catkin import *
|
from dynamic_reconfigure.parameter_generator_catkin import *
|
||||||
gen = ParameterGenerator()
|
gen = ParameterGenerator()
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Copyright (C) 2015 CentraleSupélec
|
||||||
|
# All rights reserved
|
||||||
PACKAGE = "hand_control"
|
PACKAGE = "hand_control"
|
||||||
from dynamic_reconfigure.parameter_generator_catkin import *
|
from dynamic_reconfigure.parameter_generator_catkin import *
|
||||||
gen = ParameterGenerator()
|
gen = ParameterGenerator()
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<maintainer email="contact@lgdubois.fr">Louis-Guillaume DUBOIS</maintainer>
|
<maintainer email="contact@lgdubois.fr">Louis-Guillaume DUBOIS</maintainer>
|
||||||
<maintainer email="paul.janin@supelec.fr">Paul JANIN</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="luc.absil@supelec.fr">Luc ABSIL</author>
|
||||||
<author email="contact@lgdubois.fr">Louis-Guillaume DUBOIS</author>
|
<author email="contact@lgdubois.fr">Louis-Guillaume DUBOIS</author>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
/* Copyright (C) 2015 CentraleSupélec
|
||||||
|
* All rights reserved
|
||||||
|
*/
|
||||||
#include <ros/ros.h>
|
#include <ros/ros.h>
|
||||||
#include <ros/time.h>
|
#include <ros/time.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
/* Copyright (C) 2015 CentraleSupélec
|
||||||
|
* All rights reserved
|
||||||
|
*/
|
||||||
// library to be used by "keyboard_cmd.cpp"
|
// library to be used by "keyboard_cmd.cpp"
|
||||||
#include <ncurses.h>
|
#include <ncurses.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
/* Copyright (C) 2015 CentraleSupélec
|
||||||
|
* All rights reserved
|
||||||
|
*/
|
||||||
// library to be used by "keyboard_cmd.cpp"
|
// library to be used by "keyboard_cmd.cpp"
|
||||||
#ifndef CURSES_DISPLAY
|
#ifndef CURSES_DISPLAY
|
||||||
#define CURSES_DISPLAY
|
#define CURSES_DISPLAY
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
/* Copyright (C) 2015 CentraleSupélec
|
||||||
|
* All rights reserved
|
||||||
|
*/
|
||||||
#include <ros/ros.h>
|
#include <ros/ros.h>
|
||||||
#include <pcl_ros/point_cloud.h>
|
#include <pcl_ros/point_cloud.h>
|
||||||
#include <pcl/point_types.h>
|
#include <pcl/point_types.h>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
/* Copyright (C) 2015 CentraleSupélec
|
||||||
|
* All rights reserved
|
||||||
|
*/
|
||||||
#include <ros/ros.h>
|
#include <ros/ros.h>
|
||||||
#include <pcl_ros/point_cloud.h>
|
#include <pcl_ros/point_cloud.h>
|
||||||
#include <pcl/point_types.h>
|
#include <pcl/point_types.h>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
/* Copyright (C) 2015 CentraleSupélec
|
||||||
|
* All rights reserved
|
||||||
|
*/
|
||||||
#include <ros/ros.h>
|
#include <ros/ros.h>
|
||||||
#include <ros/time.h>
|
#include <ros/time.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
Loading…
Reference in a new issue