From c9c3445ca54514a851fcb427580eb54e37006e79 Mon Sep 17 00:00:00 2001 From: Tim Clephas Date: Thu, 15 Jan 2026 07:14:32 +0100 Subject: [PATCH] License in SPDX format I'm trying to setup pixi and it requires licenses to be in SPDX format --- asio_cmake_module/package.xml | 2 +- io_context/package.xml | 2 +- serial_driver/package.xml | 2 +- udp_driver/package.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/asio_cmake_module/package.xml b/asio_cmake_module/package.xml index acea0c07..f10b5d6f 100644 --- a/asio_cmake_module/package.xml +++ b/asio_cmake_module/package.xml @@ -5,7 +5,7 @@ 1.2.0 A CMake module for using the ASIO network library Esteve Fernandez - Apache License 2.0 + Apache-2.0 https://github.com/ros-drivers/transport_drivers https://github.com/ros-drivers/transport_drivers/issues diff --git a/io_context/package.xml b/io_context/package.xml index a7bb063d..971f7c28 100644 --- a/io_context/package.xml +++ b/io_context/package.xml @@ -5,7 +5,7 @@ 1.2.0 A library to write Synchronous and Asynchronous networking applications Joshua Whitley - Apache License 2.0 + Apache-2.0 https://github.com/ros-drivers/transport_drivers https://github.com/ros-drivers/transport_drivers/issues diff --git a/serial_driver/package.xml b/serial_driver/package.xml index d2eb92dc..3daf4eb3 100644 --- a/serial_driver/package.xml +++ b/serial_driver/package.xml @@ -5,7 +5,7 @@ 1.2.0 A template class and associated utilities which encapsulate basic reading from serial ports Joshua Whitley - Apache License 2.0 + Apache-2.0 https://github.com/ros-drivers/transport_drivers https://github.com/ros-drivers/transport_drivers/issues Apex.AI, Inc. diff --git a/udp_driver/package.xml b/udp_driver/package.xml index ef5903fe..3c7fca4f 100644 --- a/udp_driver/package.xml +++ b/udp_driver/package.xml @@ -5,7 +5,7 @@ 1.2.0 A library to write Synchronous and Asynchronous networking applications, ROS and ROS2 nodes Joshua Whitley - Apache License 2.0 + Apache-2.0 https://github.com/ros-drivers/transport_drivers https://github.com/ros-drivers/transport_drivers/issues