From 6ee7a1f29aed83cbf410fd0148014f927b42ed5a Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Tue, 23 Dec 2025 11:28:32 +0530 Subject: [PATCH 1/2] Create THIRD-PARTY-NOTICES Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- THIRD-PARTY-NOTICES | 137 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 THIRD-PARTY-NOTICES diff --git a/THIRD-PARTY-NOTICES b/THIRD-PARTY-NOTICES new file mode 100644 index 0000000..76d13ac --- /dev/null +++ b/THIRD-PARTY-NOTICES @@ -0,0 +1,137 @@ +THIRD-PARTY-NOTICES + +This project includes third-party packages that are distributed under various open-source licenses. Below is a list of packages and their associated licenses. + +================================================================================ +Package: Spring Boot (Starter Web, Starter Security, Starter Cache, Starter Data JPA) +Version: Not specified in SBOM +License: Apache License 2.0 +Homepage: https://spring.io/projects/spring-boot +================================================================================ + +================================================================================ +Package: Spring Cloud Starter Config +Version: Not specified in SBOM +License: Apache License 2.0 +Homepage: https://spring.io/projects/spring-cloud-config +================================================================================ + +================================================================================ +Package: SpringDoc OpenAPI (Starter WebMVC UI, Maven Plugin) +Version: 2.5.0 (UI), 0.2 (Plugin) +License: Apache License 2.0 +Homepage: https://springdoc.org +================================================================================ + +================================================================================ +Package: Micrometer (micrometer-core, micrometer-registry-prometheus) +Version: Not specified in SBOM +License: Apache License 2.0 +Homepage: https://micrometer.io +================================================================================ + +================================================================================ +Package: Gson (com.google.code.gson:gson) +Version: Not specified in SBOM +License: Apache License 2.0 (Inferred from project’s official repository) +Homepage: https://github.com/google/gson +================================================================================ + +================================================================================ +Package: JSON Simple (com.googlecode.json-simple:json-simple) +Version: Not specified in SBOM +License: Apache License 2.0 (Inferred from project’s official repository) +Homepage: https://github.com/fangyidong/json-simple +================================================================================ + +================================================================================ +Package: Mockito Core (org.mockito:mockito-core) +Version: Not specified in SBOM +License: MIT License +Homepage: https://github.com/mockito/mockito +================================================================================ + +================================================================================ +Package: PowerMock (powermock-api-mockito2, powermock-module-junit4) +Version: Not specified in SBOM +License: Apache License 2.0 (Inferred from project’s official repository) +Homepage: https://github.com/powermock/powermock +================================================================================ + +================================================================================ +Package: JUnit 4 (junit:junit) +Version: Not specified in SBOM +License: Eclipse Public License 1.0 +Homepage: https://junit.org/junit4/ +================================================================================ + +================================================================================ +Package: JUnit Vintage Engine (org.junit.vintage:junit-vintage-engine) +Version: Not specified in SBOM +License: Eclipse Public License 2.0 +Homepage: https://junit.org +================================================================================ + +================================================================================ +Package: JAXB API (javax.xml.bind:jaxb-api) +Version: Not specified in SBOM +License: CDDL 1.1 AND GPL v2 with Classpath Exception (Dual License) +Homepage: https://eclipse-ee4j.github.io/jaxb-ri/ +================================================================================ + +================================================================================ +Package: H2 Database (com.h2database:h2) +Version: Not specified in SBOM +License: EPL 1.0 or MPL 2.0 (Dual License) +Homepage: https://www.h2database.com +================================================================================ + +================================================================================ +Package: Apache Maven Compiler Plugin +Version: 3.11.0 +License: Apache License 2.0 +Homepage: https://maven.apache.org/plugins/maven-compiler-plugin/ +================================================================================ + +================================================================================ +Package: Apache Maven Source Plugin +Version: 2.2.1 +License: Apache License 2.0 +Homepage: https://maven.apache.org/plugins/maven-source-plugin/ +================================================================================ + +================================================================================ +Package: Apache Maven Jar Plugin +Version: 3.0.2 +License: Apache License 2.0 +Homepage: https://maven.apache.org/plugins/maven-jar-plugin/ +================================================================================ + +================================================================================ +Package: Apache Maven Javadoc Plugin +Version: 3.2.0 +License: Apache License 2.0 +Homepage: https://maven.apache.org/plugins/maven-javadoc-plugin/ +================================================================================ + +================================================================================ +Package: Apache Maven War Plugin +Version: 3.1.0 +License: Apache License 2.0 +Homepage: https://maven.apache.org/plugins/maven-war-plugin/ +================================================================================ + +================================================================================ +Package: Apache Maven GPG Plugin +Version: 1.5 +License: Apache License 2.0 +Homepage: https://maven.apache.org/plugins/maven-gpg-plugin/ +================================================================================ + +================================================================================ +Package: Apache Maven Surefire Plugin +Version: 2.22.0 +License: Apache License 2.0 +Homepage: https://maven.apache.org/surefire/maven-surefire-plugin/ +================================================================================ +Full license texts and additional details for each of the above packages are available in the license/ directory of this repository. Please refer to those files or the original source of each package for complete legal terms and conditions. From 9ca09876e269a25a5ef82a73b9433d4ad01a7511 Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:46:47 +0530 Subject: [PATCH 2/2] Update THIRD-PARTY-NOTICES Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- THIRD-PARTY-NOTICES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/THIRD-PARTY-NOTICES b/THIRD-PARTY-NOTICES index 76d13ac..a44ca80 100644 --- a/THIRD-PARTY-NOTICES +++ b/THIRD-PARTY-NOTICES @@ -75,14 +75,14 @@ Homepage: https://junit.org ================================================================================ Package: JAXB API (javax.xml.bind:jaxb-api) Version: Not specified in SBOM -License: CDDL 1.1 AND GPL v2 with Classpath Exception (Dual License) +License: CDDL 1.1 Homepage: https://eclipse-ee4j.github.io/jaxb-ri/ ================================================================================ ================================================================================ Package: H2 Database (com.h2database:h2) Version: Not specified in SBOM -License: EPL 1.0 or MPL 2.0 (Dual License) +License: MPL 2.0 (Dual License) Homepage: https://www.h2database.com ================================================================================