[elbe-devel] [PATCH v2 05/11] tests: example-mapping: use proper IDs for exceptions

Thomas Weißschuh thomas.weissschuh at linutronix.de
Wed Jul 24 12:22:01 CEST 2024


This is a direct match.
As the example-mapping can also be used as reference by users, make sure
its useful.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 elbepack/tests/cyclonedx/example-mapping.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/elbepack/tests/cyclonedx/example-mapping.xml b/elbepack/tests/cyclonedx/example-mapping.xml
index c9c410034cb3..0350ce765afa 100644
--- a/elbepack/tests/cyclonedx/example-mapping.xml
+++ b/elbepack/tests/cyclonedx/example-mapping.xml
@@ -41,11 +41,11 @@
                 <mapping name='zlib'>Zlib</mapping>
                 <mapping name='MPL-2.0'>MPL-2.0</mapping>
                 <mapping name='Apache-2.0'>Apache-2.0</mapping>
-                <mapping name='GPL-3.0-with-GCC-exception'>GPL-3.0 WITH GCC-exception-3.1</mapping>
-                <mapping name='GPL-3+ with GCC-Runtime-3.1 exception'>GPL-3.0+ WITH GCC-exception-3.1</mapping>
+                <mapping name='GPL-3.0-with-GCC-exception'>GPL-3.0-only WITH GCC-exception-3.1</mapping>
+                <mapping name='GPL-3+ with GCC-Runtime-3.1 exception'>GPL-3.0-or-later WITH GCC-exception-3.1</mapping>
                 <mapping name='Artistic'>Artistic-1.0</mapping>
                 <mapping name='Artistic-2'>Artistic-2.0</mapping>
-                <mapping name='GPL-3+ with OpenSSL exception'>GPL-3.0+ WITH openvpn-openssl-exception</mapping>
+                <mapping name='GPL-3+ with OpenSSL exception'>GPL-3.0-or-later WITH openvpn-openssl-exception</mapping>
                 <mapping name='FTL'>FTL</mapping>
                 <mapping name='ISC'>ISC</mapping>
                 <mapping name='Gzip'>Zlib</mapping>

-- 
2.45.2



More information about the elbe-devel mailing list