From 31216bcb72b61aeb8972244410c8726b306041a6 Mon Sep 17 00:00:00 2001 From: Theodoros Maikantis Date: Thu, 6 Jan 2022 19:21:21 +0200 Subject: [PATCH] Added copyright to ServiceCreationApplication --- .../structurecreation/ServiceCreationApplication.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/java/uom/smartclide/structurecreation/ServiceCreationApplication.java b/src/main/java/uom/smartclide/structurecreation/ServiceCreationApplication.java index 05d2288..047a43b 100644 --- a/src/main/java/uom/smartclide/structurecreation/ServiceCreationApplication.java +++ b/src/main/java/uom/smartclide/structurecreation/ServiceCreationApplication.java @@ -1,5 +1,15 @@ package uom.smartclide.structurecreation; +/* + * Copyright (C) 2021 UoM - University of Macedonia + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + */ + import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;