From 7792cbdee9613310f8407484b445be2ef26e6e82 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 (cherry picked from commit 555e5730514a36ec91eb7e1f944f7c427dec3b93) --- Dockerfile | 10 +++++++++- LICENSE.rst | 12 ++++++++++++ README.rst | 5 +++++ docs/apidocs/index.rst | 5 ++++- docs/apidocs/modules.rst | 5 +++++ etc/yardstick/nodes/fuel_virtual/LICENSE.rst | 10 ++++++++++ samples/README | 5 ++++- yardstick/resources/README | 5 ++++- yardstick/resources/files/LICENSE.rst | 10 ++++++++++ 9 files changed, 63 insertions(+), 4 deletions(-) create mode 100644 LICENSE.rst create mode 100644 etc/yardstick/nodes/fuel_virtual/LICENSE.rst create mode 100644 yardstick/resources/files/LICENSE.rst 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 - diff --git a/LICENSE.rst b/LICENSE.rst new file mode 100644 index 000000000..0e9e77104 --- /dev/null +++ b/LICENSE.rst @@ -0,0 +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 + + +This license is related to the following files included in this directory: + +- ez_setup-py +- setup.py diff --git a/README.rst b/README.rst index 582622264..d1e403a27 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,8 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, Ericsson AB and others. + ========= Yardstick ========= diff --git a/docs/apidocs/index.rst b/docs/apidocs/index.rst index 594671556..8bd407341 100644 --- a/docs/apidocs/index.rst +++ b/docs/apidocs/index.rst @@ -1,9 +1,12 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 + ====================================== Yardstick Framework Code Documentation ====================================== .. toctree:: - :numbered: :maxdepth: 3 modules diff --git a/docs/apidocs/modules.rst b/docs/apidocs/modules.rst index 271ea147c..685889f87 100644 --- a/docs/apidocs/modules.rst +++ b/docs/apidocs/modules.rst @@ -1,3 +1,8 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 + + yardstick ========= diff --git a/etc/yardstick/nodes/fuel_virtual/LICENSE.rst b/etc/yardstick/nodes/fuel_virtual/LICENSE.rst new file mode 100644 index 000000000..e022f602a --- /dev/null +++ b/etc/yardstick/nodes/fuel_virtual/LICENSE.rst @@ -0,0 +1,10 @@ +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 + +This license is related to the following files included in this directory: + +- id_rsa diff --git a/samples/README b/samples/README index 3b31fbbca..9d778fde6 100644 --- a/samples/README +++ b/samples/README @@ -1,2 +1,5 @@ -This directory contains benchmarking samples using the yardstick framework. +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 +This directory contains benchmarking samples using the yardstick framework. diff --git a/yardstick/resources/README b/yardstick/resources/README index f7c6aad76..b683adbf8 100644 --- a/yardstick/resources/README +++ b/yardstick/resources/README @@ -1,4 +1,7 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 + This directory contains file resources (other then source code) that can be found and extracted using the pkg_resources module. This is currently used to locate ssh keys used when creating VMs and logging in to them. - diff --git a/yardstick/resources/files/LICENSE.rst b/yardstick/resources/files/LICENSE.rst new file mode 100644 index 000000000..bbda10645 --- /dev/null +++ b/yardstick/resources/files/LICENSE.rst @@ -0,0 +1,10 @@ +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 + +This license is related to the following files included in this directory: + +- yardstick_key -- cgit 1.2.3-korg