From a801b4c8c22f970be5c7a3e7b0001a1aad7ecca8 Mon Sep 17 00:00:00 2001 From: Deepak S Date: Fri, 17 Feb 2017 18:09:49 +0530 Subject: Update missing license headers Change-Id: I063fd37fe25754c94d164ae5a209d15b69322093 Signed-off-by: Deepak S --- install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index e9b6035d9..375ca6e52 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,13 @@ +#!/bin/bash +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd 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 +############################################################################## + # install tools apt-get update && apt-get install -y \ wget \ -- cgit 1.2.3-korg