Skip to content

Commit f3fdce1

Browse files
authored
Fix License -> BSD and update maintainers (Kinovarobotics#146)
- related to: ros/rosdistro#37893 - Fixes the license in the package.xml they should be BSD - The top level package is BSD - related to: ros2-gbp/ros2-gbp-github-org#291 - And to: ros2-gbp/ros2-gbp-github-org#294 - Adds @moriarty @felixmaisonneuve and @martinleroux Signed-off-by: Alexander Moriarty <[email protected]>
1 parent eb95d3f commit f3fdce1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

kortex_bringup/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<maintainer email="[email protected]">Marq Rasmussen</maintainer>
1111

12-
<license>Proprietary</license>
12+
<license>BSD</license>
1313

1414
<buildtool_depend>ament_cmake</buildtool_depend>
1515
<buildtool_depend>ament_cmake_python</buildtool_depend>

kortex_driver/package.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
<name>kortex_driver</name>
55
<version>0.0.0</version>
66
<description>ROS2 driver package for the Kinova Robot Hardware.</description>
7+
<maintainer email="[email protected]">Alex Moriarty</maintainer>
8+
<maintainer email="[email protected]">Felix Maisonneuve</maintainer>
9+
<maintainer email="[email protected]">Martin Leroux</maintainer>
710
<maintainer email="[email protected]">Marq Rasmussen</maintainer>
8-
<license>Proprietary</license>
11+
<license>BSD</license>
912

1013
<buildtool_depend>ament_cmake</buildtool_depend>
1114

0 commit comments

Comments
 (0)