Skip to content

Commit f07e6c9

Browse files
author
YH.Wang
committed
1.13.4 Modify all package.xml and setup.py to BSD-3-Clause license.
1 parent 4f6034b commit f07e6c9

File tree

21 files changed

+30
-21
lines changed

21 files changed

+30
-21
lines changed

custom_package/package.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<maintainer email="[email protected]">leo wu</maintainer>
99
<maintainer email="[email protected]">Yh Wang</maintainer>
1010

11-
<license>BSD</license>
11+
<license>BSD-3-Clause</license>
1212

1313
<buildtool_depend>ament_cmake</buildtool_depend>
1414
<build_depend>libopencv-dev</build_depend>

demo/package.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<maintainer email="[email protected]">leo wu</maintainer>
99
<maintainer email="[email protected]">Yh Wang</maintainer>
1010

11-
<license>BSD</license>
11+
<license>BSD-3-Clause</license>
1212

1313
<url type="repository">https://github.com/TechmanRobotInc/tmr_ros2</url>
1414

techman_robot_get_status/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<name>tm_get_status</name>
55
<version>1.0.0</version>
66
<description>techman robot get status python scripts</description>
7+
78
<maintainer email="[email protected]">leo wu</maintainer>
8-
<license>BSD</license>
9+
10+
<license>BSD-3-Clause</license>
911

1012
<exec_depend>rclpy</exec_depend>
1113
<exec_depend>std_msgs</exec_depend>

techman_robot_get_status/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
maintainer='leowu',
1818
maintainer_email='[email protected]',
1919
description='techman robot get status python scripts',
20-
license='BSD',
20+
license='BSD-3-Clause',
2121
tests_require=['pytest'],
2222
entry_points={
2323
'console_scripts': [

techman_robot_msgs/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<name>techman_robot_msgs</name>
55
<version>1.0.0</version>
66
<description>techman robot msgs</description>
7+
78
<maintainer email="[email protected]">leowu</maintainer>
8-
<license>BSD</license>
9+
10+
<license>BSD-3-Clause</license>
911

1012
<buildtool_depend>ament_cmake</buildtool_depend>
1113
<buildtool_depend>rosidl_default_generators</buildtool_depend>

tm_description/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<maintainer email="[email protected]">Ken Tsai</maintainer>
1111
<maintainer email="[email protected]">Yh Wang</maintainer>
1212

13-
<license>BSD</license>
13+
<license>BSD-3-Clause</license>
1414

1515
<buildtool_depend>ament_cmake</buildtool_depend>
1616

tm_driver/package.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<maintainer email="[email protected]">leo wu</maintainer>
1010
<maintainer email="[email protected]">Yh Wang</maintainer>
1111

12-
<license>BSD</license>
12+
<license>BSD-3-Clause</license>
1313

1414
<buildtool_depend>ament_cmake</buildtool_depend>
1515
<build_depend>rclcpp</build_depend>

tm_mod_urdf/package.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<maintainer email="[email protected]">Ken Tsai</maintainer>
99
<maintainer email="[email protected]">Yh Wang</maintainer>
1010

11-
<license>BSD</license>
11+
<license>BSD-3-Clause</license>
1212

1313
<test_depend>ament_copyright</test_depend>
1414
<test_depend>ament_flake8</test_depend>

tm_mod_urdf/setup.py

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
maintainer='Ken Tsai',
1717
maintainer_email='[email protected]',
1818
description='tm_mod_urdf',
19-
license='BSD',
19+
license='BSD-3-Clause',
2020
tests_require=['pytest'],
2121
entry_points={
2222
'console_scripts': [

tm_mod_urdf/tm_mod_urdf/modify_urdf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _gen_urdf(args=None):
6060
elif new_model == 'tm14-nominal' or specific_w == '-K14':
6161
tm_model = 'tm14-nominal'
6262
nominal_model_restore = True
63-
tm14_nominal_restore = True
63+
tm14_nominal_restore = True
6464
else:
6565
nominal_model_restore = False
6666
if nominal_model_restore is True:

tm_moveit_config_tm12/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<author email="[email protected]">YH Wang</author>
1010
<maintainer email="[email protected]">YH Wang</maintainer>
1111

12-
<license>BSD</license>
12+
<license>BSD-3-Clause</license>
1313

1414
<url type="website">http://moveit.ros.org/</url>
1515
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url>

tm_moveit_config_tm12x/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<author email="[email protected]">YH Wang</author>
1010
<maintainer email="[email protected]">YH Wang</maintainer>
1111

12-
<license>BSD</license>
12+
<license>BSD-3-Clause</license>
1313

1414
<url type="website">http://moveit.ros.org/</url>
1515
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url>

tm_moveit_config_tm14/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<author email="[email protected]">YH Wang</author>
1010
<maintainer email="[email protected]">YH Wang</maintainer>
1111

12-
<license>BSD</license>
12+
<license>BSD-3-Clause</license>
1313

1414
<url type="website">http://moveit.ros.org/</url>
1515
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url>

tm_moveit_config_tm14x/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<author email="[email protected]">YH Wang</author>
1010
<maintainer email="[email protected]">YH Wang</maintainer>
1111

12-
<license>BSD</license>
12+
<license>BSD-3-Clause</license>
1313

1414
<url type="website">http://moveit.ros.org/</url>
1515
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url>

tm_moveit_config_tm5-700/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<author email="[email protected]">YH Wang</author>
1010
<maintainer email="[email protected]">YH Wang</maintainer>
1111

12-
<license>BSD</license>
12+
<license>BSD-3-Clause</license>
1313

1414
<url type="website">http://moveit.ros.org/</url>
1515
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url>

tm_moveit_config_tm5-900/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<author email="[email protected]">Ken Tsai</author>
1010
<maintainer email="[email protected]">Ken Tsai</maintainer>
1111

12-
<license>BSD</license>
12+
<license>BSD-3-Clause</license>
1313

1414
<url type="website">http://moveit.ros.org/</url>
1515
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url>

tm_moveit_config_tm5x-700/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<author email="[email protected]">YH Wang</author>
1010
<maintainer email="[email protected]">YH Wang</maintainer>
1111

12-
<license>BSD</license>
12+
<license>BSD-3-Clause</license>
1313

1414
<url type="website">http://moveit.ros.org/</url>
1515
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url>

tm_moveit_config_tm5x-900/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<author email="[email protected]">YH Wang</author>
1010
<maintainer email="[email protected]">YH Wang</maintainer>
1111

12-
<license>BSD</license>
12+
<license>BSD-3-Clause</license>
1313

1414
<url type="website">http://moveit.ros.org/</url>
1515
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url>

tm_moveit_cpp_demo/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
<name>tm_moveit_cpp_demo</name>
55
<version>1.0.0</version>
66
<description>techman robot vs moveit demo</description>
7+
78
<maintainer email="[email protected]">Ken Tsai</maintainer>
89
<maintainer email="[email protected]">leowu</maintainer>
910
<maintainer email="[email protected]">Yh Wang</maintainer>
10-
<license>BSD</license>
11+
12+
<license>BSD-3-Clause</license>
1113

1214
<buildtool_depend>ament_cmake</buildtool_depend>
1315

tm_msgs/package.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<maintainer email="[email protected]">leo wu</maintainer>
1111
<maintainer email="[email protected]">Yh Wang</maintainer>
1212

13-
<license>BSD</license>
13+
<license>BSD-3-Clause</license>
1414

1515
<buildtool_depend>ament_cmake</buildtool_depend>
1616
<buildtool_depend>rosidl_default_generators</buildtool_depend>

ui_for_debug_and_demo/package.xml

100755100644
+4-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
<name>ui_for_debug_and_demo</name>
55
<version>1.1.1</version>
66
<description>TM DEMO GUI (ui_for_debug_and_demo) is a Qt-based framework used to quickly start connection debugging tools.</description>
7+
78
<maintainer email="[email protected]">leowu</maintainer>
89
<maintainer email="[email protected]">Yh Wang</maintainer>
9-
<license>BSD</license>
10+
11+
<license>BSD-3-Clause</license>
12+
1013
<url type="repository">https://github.com/TechmanRobotInc/tmr_ros2</url>
1114

1215
<buildtool_depend>ament_cmake</buildtool_depend>

0 commit comments

Comments
 (0)