From 88f3594d80bad3bc3962ed48e1832da2bb17cce9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:28:58 +0100 Subject: [PATCH] Update 3rd Party Licenses (#2080) Signed-off-by: GitHub Action Co-authored-by: GitHub Action --- src/main/resources/static/3rdPartyLicenses.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/static/3rdPartyLicenses.json b/src/main/resources/static/3rdPartyLicenses.json index 4c60ddd3ce..252ef081a3 100644 --- a/src/main/resources/static/3rdPartyLicenses.json +++ b/src/main/resources/static/3rdPartyLicenses.json @@ -14,6 +14,13 @@ "moduleLicense": "GNU Lesser General Public License", "moduleLicenseUrl": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" }, + { + "moduleName": "com.adobe.xmp:xmpcore", + "moduleUrl": "https://www.adobe.com/devnet/xmp/library/eula-xmp-library-java.html", + "moduleVersion": "6.1.11", + "moduleLicense": "The BSD 3-Clause License (BSD3)", + "moduleLicenseUrl": "https://opensource.org/licenses/BSD-3-Clause" + }, { "moduleName": "com.bucket4j:bucket4j_jdk17-core", "moduleUrl": "http://github.com/bucket4j/bucket4j/bucket4j_jdk17-core", @@ -28,6 +35,13 @@ "moduleLicense": "MIT", "moduleLicenseUrl": "https://opensource.org/licenses/MIT" }, + { + "moduleName": "com.drewnoakes:metadata-extractor", + "moduleUrl": "https://drewnoakes.com/code/exif/", + "moduleVersion": "2.19.0", + "moduleLicense": "The Apache Software License, Version 2.0", + "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" + }, { "moduleName": "com.fasterxml.jackson.core:jackson-annotations", "moduleUrl": "https://github.com/FasterXML/jackson",