aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAna C <ana.cunha@ericsson.com>2016-02-22 14:37:44 +0100
committerAna C <ana.cunha@ericsson.com>2016-02-22 14:37:44 +0100
commit555e5730514a36ec91eb7e1f944f7c427dec3b93 (patch)
treec02088cb815079f46234d26b2bede63865f44117 /Dockerfile
parenteaf476bd9a780de256c4cab37cc3632b14bafec3 (diff)
Add missing license files
This change adds missing license information. Change-Id: I2ddc85e3fb7b92a86b8a0f054d4ee177af198c8f Signed-off-by: Ana C <ana.cunha@ericsson.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile10
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
-