Add License info in Dockerfiles. 92/1592/1
authorAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Thu, 14 Nov 2019 10:32:19 +0000 (12:32 +0200)
committerAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Thu, 14 Nov 2019 10:32:19 +0000 (12:32 +0200)
Signed-off-by: Alex Stancu <alexandru.stancu@highstreet-technologies.com>
Change-Id: I7cc87ecfd9f47e06fca3ed236f1768a115fcd76d

ntsimulator/deploy/Dockerfile
ntsimulator/deploy/manager/Dockerfile

index f1234f2..eee8952 100644 (file)
@@ -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
index 528c9de..61c6040 100644 (file)
@@ -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