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 Mar 2, 2022
1 parent 447ee75 commit 6d147eb
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 8 deletions.
16 changes: 8 additions & 8 deletions THIRD-PARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ ThirdParty Licenses
| commons-fileupload:commons-fileupload:1.4 | Apache License, Version 2.0 |
| commons-io:commons-io:2.11.0 | Apache License, Version 2.0 |
| commons-logging:commons-logging:1.2 | The Apache Software License, Version 2.0 |
| io.github.openfeign:feign-core:11.7 | The Apache Software License, Version 2.0 |
| io.github.openfeign:feign-core:11.8 | The Apache Software License, Version 2.0 |
| io.github.openfeign:feign-httpclient:11.7 | The Apache Software License, Version 2.0 |
| io.github.openfeign:feign-slf4j:11.7 | The Apache Software License, Version 2.0 |
| io.github.openfeign:feign-slf4j:11.8 | The Apache Software License, Version 2.0 |
| io.github.openfeign.form:feign-form:3.8.0 | The Apache Software License, Version 2.0 |
| io.github.openfeign.form:feign-form-spring:3.8.0 | The Apache Software License, Version 2.0 |
| jakarta.activation:jakarta.activation-api:1.2.2 | EDL 1.0 |
Expand Down Expand Up @@ -86,16 +86,16 @@ ThirdParty Licenses
| org.springframework.boot:spring-boot-autoconfigure:2.6.3 | Apache License, Version 2.0 |
| org.springframework.boot:spring-boot-configuration-processor:2.6.3 | Apache License, Version 2.0 |
| org.springframework.boot:spring-boot-starter:2.6.3 | Apache License, Version 2.0 |
| org.springframework.boot:spring-boot-starter-aop:2.6.1 | Apache License, Version 2.0 |
| org.springframework.boot:spring-boot-starter-aop:2.6.3 | Apache License, Version 2.0 |
| org.springframework.boot:spring-boot-starter-logging:2.6.3 | Apache License, Version 2.0 |
| org.springframework.boot:spring-boot-starter-test:2.6.3 | Apache License, Version 2.0 |
| org.springframework.boot:spring-boot-test:2.6.3 | Apache License, Version 2.0 |
| org.springframework.boot:spring-boot-test-autoconfigure:2.6.3 | Apache License, Version 2.0 |
| org.springframework.cloud:spring-cloud-commons:3.1.0 | Apache License, Version 2.0 |
| org.springframework.cloud:spring-cloud-context:3.1.0 | Apache License, Version 2.0 |
| org.springframework.cloud:spring-cloud-openfeign-core:3.1.0 | Apache License, Version 2.0 |
| org.springframework.cloud:spring-cloud-starter:3.1.0 | Apache License, Version 2.0 |
| org.springframework.cloud:spring-cloud-starter-openfeign:3.1.0 | Apache License, Version 2.0 |
| org.springframework.cloud:spring-cloud-commons:3.1.1 | Apache License, Version 2.0 |
| org.springframework.cloud:spring-cloud-context:3.1.1 | Apache License, Version 2.0 |
| org.springframework.cloud:spring-cloud-openfeign-core:3.1.1 | Apache License, Version 2.0 |
| org.springframework.cloud:spring-cloud-starter:3.1.1 | Apache License, Version 2.0 |
| org.springframework.cloud:spring-cloud-starter-openfeign:3.1.1 | Apache License, Version 2.0 |
| org.springframework.security:spring-security-crypto:5.5.1 | Apache License, Version 2.0 |
| org.springframework.security:spring-security-rsa:1.0.10.RELEASE | Apache 2.0 |
| org.xmlunit:xmlunit-core:2.8.4 | The Apache Software License, Version 2.0 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* ---license-start
* WHO Digital Documentation Covid Certificate Gateway Service / ddcc-gateway-lib
* ---
* Copyright (C) 2022 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.connector.mapper;

import eu.europa.ec.dgc.gateway.connector.dto.TrustListItemDto;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* ---license-start
* WHO Digital Documentation Covid Certificate Gateway Service / ddcc-gateway-lib
* ---
* Copyright (C) 2022 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.connector.mapper;

import eu.europa.ec.dgc.gateway.connector.dto.TrustedIssuerDto;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* ---license-start
* WHO Digital Documentation Covid Certificate Gateway Service / ddcc-gateway-lib
* ---
* Copyright (C) 2022 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.connector.mapper;

import eu.europa.ec.dgc.gateway.connector.dto.TrustedReferenceDto;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* ---license-start
* WHO Digital Documentation Covid Certificate Gateway Service / ddcc-gateway-lib
* ---
* Copyright (C) 2022 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.connector.model;

import java.io.Serializable;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* ---license-start
* WHO Digital Documentation Covid Certificate Gateway Service / ddcc-gateway-lib
* ---
* Copyright (C) 2022 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.connector.model;

import java.time.ZonedDateTime;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* ---license-start
* WHO Digital Documentation Covid Certificate Gateway Service / ddcc-gateway-lib
* ---
* Copyright (C) 2022 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.connector.model;

import lombok.Getter;
Expand Down

0 comments on commit 6d147eb

Please sign in to comment.