diff options
author | Ana C <ana.cunha@ericsson.com> | 2016-02-22 14:37:44 +0100 |
---|---|---|
committer | Ana Cunha <ana.cunha@ericsson.com> | 2016-02-23 08:28:11 +0000 |
commit | 7792cbdee9613310f8407484b445be2ef26e6e82 (patch) | |
tree | 2ca2030fa5179d515ac6e81ec82b0c26ef10b6dd /Dockerfile | |
parent | 56baf1f733ff6256719be4de418da2acb5b4d988 (diff) |
Add missing license files
This change adds missing license information.
Change-Id: I2ddc85e3fb7b92a86b8a0f054d4ee177af198c8f
Signed-off-by: Ana C <ana.cunha@ericsson.com>
(cherry picked from commit 555e5730514a36ec91eb7e1f944f7c427dec3b93)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 456626d44..92ce9bbcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2015 Ericsson AB and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + FROM ubuntu:14.04 MAINTAINER Hans Feldt <hans.feldt@ericsson.com> @@ -37,4 +46,3 @@ USER yardstick CMD bash --login ENV HOME /home/yardstick WORKDIR /home/yardstick - |