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",