From ca82ca879be7bda223782c99dcf163d3b361b9af Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Mar 2022 13:53:44 +0000 Subject: [PATCH] Update License Header and Third Party Notices --- .../gateway/service/PublishingService.java | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/java/eu/europa/ec/dgc/gateway/service/PublishingService.java b/src/main/java/eu/europa/ec/dgc/gateway/service/PublishingService.java index 0fb3d963..fe768bdc 100644 --- a/src/main/java/eu/europa/ec/dgc/gateway/service/PublishingService.java +++ b/src/main/java/eu/europa/ec/dgc/gateway/service/PublishingService.java @@ -1,3 +1,23 @@ +/*- + * ---license-start + * EU Digital Green Certificate Gateway Service / dgc-gateway + * --- + * Copyright (C) 2021 - 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.service; import com.fasterxml.jackson.core.JsonProcessingException;