Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove further outside-of-package license links #204

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scenario_coverage/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>Robotics Scenario Execution Coverage Tools</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
<license file="../LICENSE">Apache-2.0</license>
<license>Apache-2.0</license>

<exec_depend>scenario_execution</exec_depend>
<test_depend>python3-pexpect</test_depend>
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>Scenario Execution</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
<license file="../LICENSE">Apache-2.0</license>
<license>Apache-2.0</license>

<exec_depend>py_trees</exec_depend>
<exec_depend>python3-yaml</exec_depend>
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>Scenario Execution Control</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
<license file="../LICENSE">Apache-2.0</license>
<license>Apache-2.0</license>

<exec_depend>scenario_execution_interfaces</exec_depend>
<exec_depend>std_srvs</exec_depend>
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>ROS2 Interfaces for Scenario Execution</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
<license file="../LICENSE">Apache-2.0</license>
<license>Apache-2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>rosidl_default_generators</build_depend>
Expand Down
4 changes: 2 additions & 2 deletions scenario_execution_rviz/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description>The scenario_execution_rviz package</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
<license file="../LICENSE">Apache-2.0</license>
<license file="LICENSE_MIT">MIT</license>
<license>Apache-2.0</license>
<license>MIT</license>

<depend>rclcpp</depend>
<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion simulation/gazebo/gazebo_static_camera/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>Spawn a static camera within a gazebo world</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
<license file="../../../LICENSE">Apache-2.0</license>
<license>Apache-2.0</license>

<exec_depend>rclpy</exec_depend>
<exec_depend>ros_gz_bridge</exec_depend>
Expand Down
2 changes: 1 addition & 1 deletion simulation/gazebo/gazebo_tf_publisher/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
<license file="../../../LICENSE">Apache-2.0</license>
<license>Apache-2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
2 changes: 1 addition & 1 deletion simulation/gazebo/tb4_sim_scenario/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>TurtleBot 4 Simulation Scenario Execution</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
<license file="../../../LICENSE">Apache-2.0</license>
<license>Apache-2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down