From: Mathieu Baudier Date: Sat, 7 Oct 2023 04:43:42 +0000 (+0200) Subject: Change JNA license X-Git-Tag: v2.3.8~4 X-Git-Url: https://git.argeo.org/?p=cc0%2Fargeo-build.git;a=commitdiff_plain;h=c89e00b9d7ebc0e5e447ef0baa53118d2781bdc9 Change JNA license --- diff --git a/src/org/argeo/build/Repackage.java b/src/org/argeo/build/Repackage.java index 1a1f5c1..e0f3d1d 100644 --- a/src/org/argeo/build/Repackage.java +++ b/src/org/argeo/build/Repackage.java @@ -1487,7 +1487,7 @@ public class Repackage { String spdxLicenseId = SPDX_LICENSE_IDENTIFIER.get(mapping); if (spdxLicenseId == null) { if (jarDir.getFileName().toString().startsWith("com.sun.jna")) - spdxLicenseId = "Apache-2.0 OR LGPL-2.1"; + spdxLicenseId = "LGPL-2.1 OR Apache-2.0"; else throw new IllegalStateException( "An SPDX license id must have beend defined for " + jarDir + " at this stage.");