X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2FDockerfile;h=eee89520fc15cd4f0a0dbac44a5433ab33713a99;hp=f1234f291381da34e282fd13d8169682c3e10b1f;hb=9f34536c517d5c3966eda7a0f53d6be54177509a;hpb=0f82040e36cac5066e0d91572e14dc4dfa9cc7af 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