Skip to content

Commit 484c334

Browse files
authored
Merge pull request #3 from DasRoteSkelett/main
fixing license tag in package.xml to conform to SPDX
2 parents d740e5b + f5e9349 commit 484c334

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)