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 --- tools/dpdk_install.yml | 8 ++++++++ tools/yardstick-img-dpdk-finalize.sh | 9 +++++++++ 2 files changed, 17 insertions(+) (limited to 'tools') diff --git a/tools/dpdk_install.yml b/tools/dpdk_install.yml index 12c83e144..6216713f4 100644 --- a/tools/dpdk_install.yml +++ b/tools/dpdk_install.yml @@ -1,3 +1,11 @@ +############################################################################## +# Copyright (c) 2017 ZTE corporation 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 +############################################################################## heat_template_version: 2015-04-30 description: > diff --git a/tools/yardstick-img-dpdk-finalize.sh b/tools/yardstick-img-dpdk-finalize.sh index 7a450e269..d8214d52f 100644 --- a/tools/yardstick-img-dpdk-finalize.sh +++ b/tools/yardstick-img-dpdk-finalize.sh @@ -1,4 +1,13 @@ #!/bin/bash +############################################################################## +# Copyright (c) 2017 ZTE corporation 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 +############################################################################## + # installs dpdk and pktgen packages on modified image -- cgit 1.2.3-korg