diff --git a/THIRD-PARTY.md b/THIRD-PARTY.md index cce8331..2555c2c 100644 --- a/THIRD-PARTY.md +++ b/THIRD-PARTY.md @@ -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 | @@ -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 | diff --git a/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedCertificateMapper.java b/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedCertificateMapper.java index 49a7a60..500c183 100644 --- a/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedCertificateMapper.java +++ b/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedCertificateMapper.java @@ -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; diff --git a/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedIssuerMapper.java b/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedIssuerMapper.java index 7855056..5ae7b28 100644 --- a/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedIssuerMapper.java +++ b/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedIssuerMapper.java @@ -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; diff --git a/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedReferenceMapper.java b/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedReferenceMapper.java index 61f2703..12d674f 100644 --- a/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedReferenceMapper.java +++ b/src/main/java/eu/europa/ec/dgc/gateway/connector/mapper/TrustedReferenceMapper.java @@ -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; diff --git a/src/main/java/eu/europa/ec/dgc/gateway/connector/model/QueryParameter.java b/src/main/java/eu/europa/ec/dgc/gateway/connector/model/QueryParameter.java index 3920e3b..be1ffee 100644 --- a/src/main/java/eu/europa/ec/dgc/gateway/connector/model/QueryParameter.java +++ b/src/main/java/eu/europa/ec/dgc/gateway/connector/model/QueryParameter.java @@ -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; diff --git a/src/main/java/eu/europa/ec/dgc/gateway/connector/model/TrustedIssuer.java b/src/main/java/eu/europa/ec/dgc/gateway/connector/model/TrustedIssuer.java index 43284c9..290145e 100644 --- a/src/main/java/eu/europa/ec/dgc/gateway/connector/model/TrustedIssuer.java +++ b/src/main/java/eu/europa/ec/dgc/gateway/connector/model/TrustedIssuer.java @@ -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; diff --git a/src/main/java/eu/europa/ec/dgc/gateway/connector/model/TrustedReference.java b/src/main/java/eu/europa/ec/dgc/gateway/connector/model/TrustedReference.java index 38e1b11..7adee77 100644 --- a/src/main/java/eu/europa/ec/dgc/gateway/connector/model/TrustedReference.java +++ b/src/main/java/eu/europa/ec/dgc/gateway/connector/model/TrustedReference.java @@ -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;