From da7f22173b3fd1396eb6c2dba612898cdcfe234e Mon Sep 17 00:00:00 2001 From: Ivo Mattus Date: Fri, 3 May 2024 16:07:42 +0300 Subject: [PATCH] SIVA-452 Update copyright message on two classes --- ...idationReportSoapResponseTransformerTest.java | 2 +- .../SignatureValidationDataProcessor.java | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/siva-parent/siva-webapp/src/test/java/ee/openeid/siva/webapp/soap/transformer/ValidationReportSoapResponseTransformerTest.java b/siva-parent/siva-webapp/src/test/java/ee/openeid/siva/webapp/soap/transformer/ValidationReportSoapResponseTransformerTest.java index 3696e88ec..e2fcdb997 100644 --- a/siva-parent/siva-webapp/src/test/java/ee/openeid/siva/webapp/soap/transformer/ValidationReportSoapResponseTransformerTest.java +++ b/siva-parent/siva-webapp/src/test/java/ee/openeid/siva/webapp/soap/transformer/ValidationReportSoapResponseTransformerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 - 2023 Riigi Infosüsteemi Amet + * Copyright 2020 - 2024 Riigi Infosüsteemi Amet * * Licensed under the EUPL, Version 1.1 or – as soon they will be approved by * the European Commission - subsequent versions of the EUPL (the "Licence"); diff --git a/validation-services-parent/validation-commons/src/main/java/ee/openeid/siva/validation/document/report/builder/SignatureValidationDataProcessor.java b/validation-services-parent/validation-commons/src/main/java/ee/openeid/siva/validation/document/report/builder/SignatureValidationDataProcessor.java index d10f7d447..c6a038c64 100644 --- a/validation-services-parent/validation-commons/src/main/java/ee/openeid/siva/validation/document/report/builder/SignatureValidationDataProcessor.java +++ b/validation-services-parent/validation-commons/src/main/java/ee/openeid/siva/validation/document/report/builder/SignatureValidationDataProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2024 Riigi Infosüsteemi Amet + * + * Licensed under the EUPL, Version 1.1 or – as soon they will be approved by + * the European Commission - subsequent versions of the EUPL (the "Licence"); + * You may not use this work except in compliance with the Licence. + * You may obtain a copy of the Licence at: + * + * https://joinup.ec.europa.eu/software/page/eupl + * + * Unless required by applicable law or agreed to in writing, software distributed under the Licence is + * distributed on an "AS IS" basis, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Licence for the specific language governing permissions and limitations under the Licence. + */ + package ee.openeid.siva.validation.document.report.builder; import ee.openeid.siva.validation.document.report.SignatureValidationData;