Skip to content

Commit 7e1b00c

Browse files
fbaillyolivier-stasse
authored andcommitted
[Copyright, authors and date update]
1 parent 6f94e90 commit 7e1b00c

File tree

3 files changed

+20
-41
lines changed

3 files changed

+20
-41
lines changed

include/sot/core/logger.hh

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
/*
2-
* Copyright 2015, Andrea Del Prete, LAAS-CNRS
2+
* Copyright 2015, 2019
3+
* LAAS-CNRS
4+
* Andrea Del Prete, François Bailly,
35
*
4-
* This file is part of sot-torque-control.
5-
* sot-torque-control is free software: you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation, either version 3 of
8-
* the License, or (at your option) any later version.
9-
* sot-torque-control is distributed in the hope that it will be
10-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details. You should
13-
* have received a copy of the GNU Lesser General Public License along
14-
* with sot-torque-control. If not, see <http://www.gnu.org/licenses/>.
6+
* This file is part of sot-core.
7+
* See license file.
158
*/
169

1710
#ifndef __sot_torque_control_logger_H__

include/sot/core/robot-utils.hh

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
/*
2-
* Copyright 2017, A. Del Prete, T. Flayols, O. Stasse, LAAS-CNRS
2+
* Copyright 2017, 2019
3+
* LAAS-CNRS
4+
* A. Del Prete, T. Flayols, O. Stasse, F. Bailly
35
*
4-
* This file is part of sot-torque-control.
5-
* sot-torque-control is free software: you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation, either version 3 of
8-
* the License, or (at your option) any later version.
9-
* sot-torque-control is distributed in the hope that it will be
10-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details. You should
13-
* have received a copy of the GNU Lesser General Public License along
14-
* with sot-torque-control. If not, see <http://www.gnu.org/licenses/>.
6+
* This file is part of sot-core.
7+
* See license file.
158
*/
169

1710

@@ -24,12 +17,12 @@
2417

2518
#if defined (WIN32)
2619
# if defined (hrp2_common_EXPORTS)
27-
# define HRP2COMMON_EXPORT __declspec(dllexport)
20+
# define ROBOT_UTILS_COMMON_EXPORT __declspec(dllexport)
2821
# else
29-
# define HRP2COMMON_EXPORT __declspec(dllimport)
22+
# define ROBOT_UTILS_COMMON_EXPORT __declspec(dllimport)
3023
# endif
3124
#else
32-
# define HRP2COMMON_EXPORT
25+
# define ROBOT_UTILS_COMMON_EXPORT
3326
#endif
3427

3528

@@ -198,8 +191,8 @@ namespace dynamicgraph {
198191
/// The joint limits map.
199192
std::map<Index,JointLimits> m_limits_map;
200193

201-
/// The name of the joint IMU is attached to
202-
std::string m_imu_joint_name;
194+
/// The name of the joint IMU is attached to
195+
std::string m_imu_joint_name;
203196

204197
/// This method creates the map between id and name.
205198
/// It is called each time a new link between id and name is inserted

include/sot/core/signal-helper.hh

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
/*
2-
* Copyright 2011, Nicolas Mansard, LAAS-CNRS
2+
* Copyright 2011, 2019
3+
* LAAS-CNRS
4+
* Nicolas Mansard, François Bailly
35
*
4-
* This file is part of sot-torque-control.
5-
* sot-torque-control is free software: you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation, either version 3 of
8-
* the License, or (at your option) any later version.
9-
* sot-torque-control is distributed in the hope that it will be
10-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details. You should
13-
* have received a copy of the GNU Lesser General Public License along
14-
* with sot-torque-control. If not, see <http://www.gnu.org/licenses/>.
6+
* This file is part of sot-core.
7+
* See license file.
158
*/
169

1710
#ifndef __sot_torquecontrol_signal_helper_H__

0 commit comments

Comments
 (0)