From 555e5730514a36ec91eb7e1f944f7c427dec3b93 Mon Sep 17 00:00:00 2001 From: Ana C Date: Mon, 22 Feb 2016 14:37:44 +0100 Subject: Add missing license files This change adds missing license information. Change-Id: I2ddc85e3fb7b92a86b8a0f054d4ee177af198c8f Signed-off-by: Ana C --- Dockerfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Dockerfile') 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 @@ -37,4 +46,3 @@ USER yardstick CMD bash --login ENV HOME /home/yardstick WORKDIR /home/yardstick - -- cgit 1.2.3-korg