diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-02-17 18:09:49 +0530 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-02-17 18:10:13 +0530 |
commit | a801b4c8c22f970be5c7a3e7b0001a1aad7ecca8 (patch) | |
tree | e13f3cba15df23c801090a014bafffb42f3590c4 /tools | |
parent | e610b655fa141e5ee5382f24a532283dbbace89e (diff) |
Update missing license headers
Change-Id: I063fd37fe25754c94d164ae5a209d15b69322093
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dpdk_install.yml | 8 | ||||
-rw-r--r-- | tools/yardstick-img-dpdk-finalize.sh | 9 |
2 files changed, 17 insertions, 0 deletions
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 |