From 6b0b51326cbf08d7fc0e5978f1f3ccd0dc457c9d Mon Sep 17 00:00:00 2001 From: Matthias Schoepfer Date: Mon, 15 Apr 2024 17:41:33 +0200 Subject: [PATCH] Replacing BSD with BSD-3-Clause in package.xml 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 [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) Signed-off-by: Matthias Schoepfer --- ecl_build/package.xml | 2 +- ecl_license/package.xml | 2 +- ecl_tools/package.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ecl_build/package.xml b/ecl_build/package.xml index f114cc7..b6725f0 100644 --- a/ecl_build/package.xml +++ b/ecl_build/package.xml @@ -8,7 +8,7 @@ Daniel Stonier Daniel Stonier - BSD + BSD-3-Clause http://wiki.ros.org/ecl_build https://github.com/stonier/ecl_tools https://github.com/stonier/ecl_tools/issues diff --git a/ecl_license/package.xml b/ecl_license/package.xml index fc48687..1c48066 100644 --- a/ecl_license/package.xml +++ b/ecl_license/package.xml @@ -8,7 +8,7 @@ Daniel Stonier Daniel Stonier - BSD + BSD-3-Clause http://wiki.ros.org/ecl_license https://github.com/stonier/ecl_tools https://github.com/stonier/ecl_tools/issues diff --git a/ecl_tools/package.xml b/ecl_tools/package.xml index 21bbf24..3291207 100644 --- a/ecl_tools/package.xml +++ b/ecl_tools/package.xml @@ -7,7 +7,7 @@ Daniel Stonier Daniel Stonier - BSD + BSD-3-Clause http://www.ros.org/wiki/ecl_tools https://github.com/stonier/ecl_tools https://github.com/stonier/ecl_tools/issues