Skip to content

Commit

Permalink
Update License Header and Third Party Notices
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 24, 2021
1 parent 91d8451 commit 3d442e7
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
12 changes: 12 additions & 0 deletions THIRD-PARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ThirdParty Licenses
| antlr:antlr:2.7.7 | BSD License |
| ch.qos.logback:logback-classic:1.2.3 | Eclipse Public License - v 1.0 GNU Lesser General Public License |
| ch.qos.logback:logback-core:1.2.3 | Eclipse Public License - v 1.0 GNU Lesser General Public License |
| com.damnhandy:handy-uri-templates:2.1.8 | The Apache Software License, Version 2.0 |
| com.fasterxml:classmate:1.5.1 | Apache License, Version 2.0 |
| com.fasterxml.jackson.core:jackson-annotations:2.11.4 | The Apache Software License, Version 2.0 |
| com.fasterxml.jackson.core:jackson-core:2.11.4 | The Apache Software License, Version 2.0 |
Expand All @@ -22,15 +23,24 @@ ThirdParty Licenses
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.4 | The Apache Software License, Version 2.0 |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.4 | The Apache Software License, Version 2.0 |
| com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.4 | The Apache Software License, Version 2.0 |
| com.github.everit-org.json-schema:org.everit.json.schema:1.12.3 | Apache License, Version 2.0 |
| com.github.peteroupc:numbers:1.7.4 | CC0 Universal |
| com.google.re2j:re2j:1.3 | Go License |
| com.h2database:h2:1.4.200 | MPL 2.0 or EPL 1.0 |
| com.jayway.jsonpath:json-path:2.4.0 | The Apache Software License, Version 2.0 |
| com.sun.activation:jakarta.activation:1.2.2 | EDL 1.0 |
| com.sun.istack:istack-commons-runtime:3.0.12 | Eclipse Distribution License - v 1.0 |
| com.upokecenter:cbor:4.4.3 | CC0-1.0 |
| com.vaadin.external.google:android-json:0.0.20131108.vaadin1 | Apache License 2.0 |
| com.vdurmont:semver4j:3.1.0 | The MIT License |
| com.zaxxer:HikariCP:3.4.5 | The Apache Software License, Version 2.0 |
| commons-codec:commons-codec:1.15 | Apache License, Version 2.0 |
| commons-collections:commons-collections:3.2.2 | Apache License, Version 2.0 |
| commons-digester:commons-digester:1.8.1 | The Apache Software License, Version 2.0 |
| commons-fileupload:commons-fileupload:1.4 | Apache License, Version 2.0 |
| commons-io:commons-io:2.8.0 | Apache License, Version 2.0 |
| commons-logging:commons-logging:1.2 | The Apache Software License, Version 2.0 |
| commons-validator:commons-validator:1.6 | Apache License, Version 2.0 |
| io.github.classgraph:classgraph:4.8.69 | The MIT License (MIT) |
| io.github.openfeign:feign-core:10.10.1 | The Apache Software License, Version 2.0 |
| io.github.openfeign:feign-httpclient:11.2 | The Apache Software License, Version 2.0 |
Expand All @@ -50,6 +60,7 @@ ThirdParty Licenses
| jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 | Eclipse Distribution License - v 1.0 |
| javax.activation:javax.activation-api:1.2.0 | CDDL/GPLv2+CE |
| javax.xml.bind:jaxb-api:2.3.1 | CDDL 1.1 GPL2 w/ CPE |
| joda-time:joda-time:2.10.2 | Apache 2 |
| mysql:mysql-connector-java:8.0.25 | The GNU General Public License, v2 with FOSS exception |
| net.bytebuddy:byte-buddy:1.10.22 | Apache License, Version 2.0 |
| net.bytebuddy:byte-buddy-agent:1.10.22 | Apache License, Version 2.0 |
Expand Down Expand Up @@ -79,6 +90,7 @@ ThirdParty Licenses
| org.javassist:javassist:3.27.0-GA | Apache License 2.0 LGPL 2.1 MPL 1.1 |
| org.jboss:jandex:2.2.3.Final | Apache License, Version 2.0 |
| org.jboss.logging:jboss-logging:3.4.2.Final | Apache License, version 2.0 |
| org.json:json:20201115 | The JSON License |
| org.junit.jupiter:junit-jupiter:5.7.2 | Eclipse Public License v2.0 |
| org.junit.jupiter:junit-jupiter-api:5.7.2 | Eclipse Public License v2.0 |
| org.junit.jupiter:junit-jupiter-engine:5.7.2 | Eclipse Public License v2.0 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* ---license-start
* EU Digital Green Certificate Gateway Service / dgc-gateway
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ---license-end
*/

package eu.europa.ec.dgc.gateway.config;

import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* ---license-start
* EU Digital Green Certificate Gateway Service / dgc-gateway
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ---license-end
*/

package eu.europa.ec.dgc.gateway.model;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
Expand Down

0 comments on commit 3d442e7

Please sign in to comment.