Skip to content

Commit f5e9349

Browse files
author
Matthias Schoepfer
committed
fixing license tag in package.xml to conform to SPDX
Updating the package.xml license tags to hold valid SPDX qualifiers. The rationale behind this is, that with [meta-ros](https://github.com/ros/meta-ros) and [superflore](https://github.com/ros-infrastructure/superflore) recipes get generated for the OpenEmbedded Linux build system. It will fetch the license tag and copy it over into the recipe. If no valid SPDX identifiers get found, it will issue an error, and a manual step to fix this is needed. See the SPDX identifiers [CC0-1.0](https://spdx.org/licenses/CC0-1.0) and [BSL-1.0](https://spdx.org/licenses/BSL-1.0.html) Signed-off-by: Matthias Schoepfer <[email protected]>
1 parent d740e5b commit f5e9349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tcb_span/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Implementation of C++20's std::span</description>
77
<maintainer email="[email protected]">Tyler Weaver</maintainer>
88

9-
<license>Boost Software License</license>
9+
<license>BSL-1.0</license>
1010
<url>https://github.com/tcbrindle/span</url>
1111

1212
<buildtool_depend>ament_cmake</buildtool_depend>

tl_expected/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<maintainer email="[email protected]">Tyler Weaver</maintainer>
88

99
<author>Sy Brand</author>
10-
<license>Creative Commons Zero v1.0 Universal</license>
10+
<license>CC0-1.0</license>
1111
<url>https://github.com/TartanLlama/expected</url>
1212

1313
<buildtool_depend>ament_cmake</buildtool_depend>

0 commit comments

Comments
 (0)