From 9f34536c517d5c3966eda7a0f53d6be54177509a Mon Sep 17 00:00:00 2001 From: Alex Stancu Date: Thu, 14 Nov 2019 12:32:19 +0200 Subject: [PATCH] Add License info in Dockerfiles. Signed-off-by: Alex Stancu Change-Id: I7cc87ecfd9f47e06fca3ed236f1768a115fcd76d --- ntsimulator/deploy/Dockerfile | 16 ++++++++++++++++ ntsimulator/deploy/manager/Dockerfile | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/ntsimulator/deploy/Dockerfile b/ntsimulator/deploy/Dockerfile index f1234f2..eee8952 100644 --- a/ntsimulator/deploy/Dockerfile +++ b/ntsimulator/deploy/Dockerfile @@ -1,3 +1,19 @@ +################################################################################ +# +# Copyright 2019 highstreet technologies GmbH and others +# +# 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. +################################################################################ FROM ubuntu:18.04 MAINTAINER alexandru.stancu@highstreet-technologies.com diff --git a/ntsimulator/deploy/manager/Dockerfile b/ntsimulator/deploy/manager/Dockerfile index 528c9de..61c6040 100644 --- a/ntsimulator/deploy/manager/Dockerfile +++ b/ntsimulator/deploy/manager/Dockerfile @@ -1,3 +1,19 @@ +################################################################################ +# +# Copyright 2019 highstreet technologies GmbH and others +# +# 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. +################################################################################ FROM ubuntu:18.04 MAINTAINER alexandru.stancu@highstreet-technologies.com -- 2.16.6