license: Add license info to all project files 03/28803/4
authorgoldammx <martinx.goldammer@intel.com>
Wed, 15 Feb 2017 15:15:11 +0000 (10:15 -0500)
committergoldammx <martinx.goldammer@intel.com>
Fri, 17 Feb 2017 15:51:08 +0000 (10:51 -0500)
All files were updated with license header. In case
of binary files is license stored in LICENSE file stored
in the same directory. Packages.txt was removed, because
file has not been used.List of packages differs according
OS distribution, all of neccesary packages are include in
instalation scripts

JIRA: VSPERF-489

Change-Id: I6ecae21b8db2a0f22fa5a66f9525352080f1fcc0
Signed-off-by: Martin Goldammer <martinx.goldammer@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Bill Michalowski <bmichalo@redhat.com>
Reviewed-by: Antonio Fischetti <antonio.fischetti@intel.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
36 files changed:
CONTRIBUTING.md
LICENSE
README.md
docs/configguide/LICENSE [new file with mode: 0644]
docs/design/LICENSE [new file with mode: 0644]
docs/requirements/LICENSE [new file with mode: 0644]
docs/requirements/ietf_draft/LICENSE [new file with mode: 0644]
fuel-plugin-vsperf/README.md
fuel-plugin-vsperf/deployment_scripts/deploy.sh
fuel-plugin-vsperf/deployment_scripts/puppet/manifests/vsperf-install.pp
fuel-plugin-vsperf/deployment_tasks.yaml
fuel-plugin-vsperf/environment_config.yaml
fuel-plugin-vsperf/node_roles.yaml
fuel-plugin-vsperf/pre_build_hook
fuel-plugin-vsperf/tasks.yaml
fuel-plugin-vsperf/vagrant/README.md
fuel-plugin-vsperf/vagrant/Vagrantfile
fuel-plugin-vsperf/vagrant/build_fuel_plugin.sh
jobs/README [deleted file]
jobs/README.md [new file with mode: 0644]
onboarding.txt
packages.txt [deleted file]
requirements.txt
src/README.md [moved from src/README with 90% similarity]
src/mk/README [deleted file]
src/mk/README.md [new file with mode: 0644]
src/package-list.mk
systems/README.md [moved from systems/README with 61% similarity]
testcases/README.md [moved from testcases/README with 74% similarity]
tools/README [deleted file]
tools/README.md [new file with mode: 0644]
tools/report/report.jinja
tools/report/report_foot.rst
tools/report/report_rst.jinja
vswitches/README [deleted file]
vswitches/README.md [new file with mode: 0644]

index 91dc6d2..1aa6108 100644 (file)
@@ -1,3 +1,8 @@
+<!---
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+-->
+
 # General Coding Style
 
 ## Code
diff --git a/LICENSE b/LICENSE
index eab0924..8523e6a 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,13 +1,13 @@
-Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
+Copyright 2015-2017 Open Platform for NFV Project, Inc. and its contributors
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
index 82c334d..9edb340 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+<!---
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+-->
+
 # VSPERF - vSwitch Performance Tests
 
 Documentation for this project including the [installation userguide] is contained
diff --git a/docs/configguide/LICENSE b/docs/configguide/LICENSE
new file mode 100644 (file)
index 0000000..7bc572c
--- /dev/null
@@ -0,0 +1,2 @@
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
diff --git a/docs/design/LICENSE b/docs/design/LICENSE
new file mode 100644 (file)
index 0000000..7bc572c
--- /dev/null
@@ -0,0 +1,2 @@
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
diff --git a/docs/requirements/LICENSE b/docs/requirements/LICENSE
new file mode 100644 (file)
index 0000000..7bc572c
--- /dev/null
@@ -0,0 +1,2 @@
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
diff --git a/docs/requirements/ietf_draft/LICENSE b/docs/requirements/ietf_draft/LICENSE
new file mode 100644 (file)
index 0000000..7fc9ae1
--- /dev/null
@@ -0,0 +1,12 @@
+Copyright (c) 2016 IETF Trust and the persons identified as the
+document authors.  All rights reserved.
+
+This document is subject to BCP 78 and the IETF Trust's Legal
+Provisions Relating to IETF Documents
+(http://trustee.ietf.org/license-info) in effect on the date of
+publication of this document.  Please review these documents
+carefully, as they describe your rights and restrictions with respect
+to this document.  Code Components extracted from this document must
+include Simplified BSD License text as described in Section 4.e of
+the Trust Legal Provisions and are provided without warranty as
+described in the Simplified BSD License.
index a7dca2c..5e7e934 100644 (file)
@@ -1,3 +1,8 @@
+<!---
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+-->
+
 fuel-plugin-vsperf
 ==================
 
index 6c82e46..084d1e3 100755 (executable)
@@ -1,4 +1,11 @@
 #!/bin/bash
 
+# Copyright (c) 2016-2017 Intel corporation.
+#
+# 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
+
 # It's a script which deploys your plugin
 
index 7d075ad..d5c9cc9 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2016-2017 Intel corporation.
+#
+# 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
+
 $fuel_settings = parseyaml(file('/etc/astute.yaml'))
 $master_ip = $::fuel_settings['master_ip']
 
index 02a7c56..d37f154 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright 2016-2017 Intel Corporation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# http://www.apache.org/licenses/LICENSE-2.0
+
 - id: vsperf
   type: group
   role: [vsperf]
index e69de29..5962e8c 100644 (file)
@@ -0,0 +1,6 @@
+# Copyright (c) 2016-2017 Intel corporation.
+#
+# 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
index 0f4f835..c2370fc 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2016-2017 Intel corporation.
+#
+# 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
+
 vsperf:
   name: "VSPERF"
   description: "Install VSPERF on nodes with this role"
index b4da204..ea7bc20 100755 (executable)
@@ -1,5 +1,12 @@
 #!/bin/bash
 
+# Copyright (c) 2016-2017 Intel corporation.
+#
+# 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
+
 # Add here any the actions which are required before plugin build
 # like packages building, packages downloading from mirrors and so on.
 # The script should return 0 if there were no errors.
index fe51488..c7f8121 100644 (file)
@@ -1 +1,8 @@
+# Copyright (c) 2016-2017 Intel corporation.
+#
+# 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
+
 []
index fa0fd82..c979e78 100644 (file)
@@ -1,3 +1,8 @@
+<!---
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+-->
+
 Build fuel plugin
 ==================
 
index d83ac4c..78128e8 100644 (file)
@@ -1,4 +1,11 @@
-# -*- mode: ruby -*-
+# Copyright (c) 2016-2017 Intel corporation.
+#
+# 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
+
+# # -*- mode: ruby -*-
 # vi: set ft=ruby :
 
 # Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
index 80fc335..cd3e622 100755 (executable)
@@ -1,4 +1,12 @@
 #!/bin/bash
+
+# Copyright (c) 2016-2017 Intel corporation.
+#
+# 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
+
 sudo apt-get update -y
 sudo apt-get install -y ruby-dev rubygems-integration python-pip rpm createrepo dpkg-dev
 sudo gem install fpm
diff --git a/jobs/README b/jobs/README
deleted file mode 100644 (file)
index 9620ca9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-This folder contains frequently used test configurations
diff --git a/jobs/README.md b/jobs/README.md
new file mode 100644 (file)
index 0000000..affed7c
--- /dev/null
@@ -0,0 +1,6 @@
+<!---
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+-->
+
+This folder contains frequently used test configurations
index a6a7fcc..9fa742b 100644 (file)
@@ -1,3 +1,6 @@
+# This work is licensed under a Creative Commons Attribution 4.0 International License.
+# http://creativecommons.org/licenses/by/4.0
+
 Get on board by filling this out and submitting it for review.
 This is all optional, it's just to give you a taste of the workflow.
 
diff --git a/packages.txt b/packages.txt
deleted file mode 100644 (file)
index 7d68021..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-python33-*
-pciutils
-gcc
-zlib
-zlib-devel
-glib2-devel
-pixman-devel
-socat
-sysstat
index fb8f1b0..80d72a9 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2015-2017 Intel corporation.
+#
+# 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
+
 pexpect==3.3
 tox==1.8.1
 jinja2==2.7.3
@@ -6,3 +13,4 @@ requests==2.8.1
 netaddr==0.7.18
 scapy-python3==0.18
 distro
+=======
similarity index 90%
rename from src/README
rename to src/README.md
index 0492fa1..0aeea04 100644 (file)
@@ -1,3 +1,8 @@
+<!---
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+-->
+
 ### Purpose of this folder - Quickview
 
 1. contains place holders for upstream source code package.
diff --git a/src/mk/README b/src/mk/README
deleted file mode 100644 (file)
index 52f8360..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-
-This folder contains top level makefile defintions
-
diff --git a/src/mk/README.md b/src/mk/README.md
new file mode 100644 (file)
index 0000000..6d39f2b
--- /dev/null
@@ -0,0 +1,7 @@
+<!---
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+-->
+
+This folder contains top level makefile defintions
+
index 6eb43b8..9334cd8 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2016-2017 Intel corporation.
+#
+# 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
+#
 # Upstream Package List
 #
 # Everything here is defined as its suggested default
similarity index 61%
rename from systems/README
rename to systems/README.md
index 1496710..d72aae6 100644 (file)
@@ -1,3 +1,8 @@
+<!---
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+-->
+
 This folder abstract out details among linux distros.
 
 One time setup:
similarity index 74%
rename from testcases/README
rename to testcases/README.md
index be6ffae..9a1eec4 100644 (file)
@@ -1,3 +1,8 @@
+<!---
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+-->
+
 ### This folder contains various test cases for performance test.
 
 * P2P:  packets flow from PHY -> vSwitch -> PHY
diff --git a/tools/README b/tools/README
deleted file mode 100644 (file)
index a10c2bb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-This folder contains various tool sets for vswitch performance
diff --git a/tools/README.md b/tools/README.md
new file mode 100644 (file)
index 0000000..dc00eac
--- /dev/null
@@ -0,0 +1,6 @@
+<!---
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+-->
+
+This folder contains various tool sets for vswitch performance
index c958856..90cd43d 100644 (file)
@@ -1,3 +1,8 @@
+{#
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+#}
+
 # CHARACTERIZE VSWITCH PERFORMANCE FOR TELCO NFV USE CASES LEVEL TEST REPORT
 
 ## Table of Contents
index f0e5187..5045e18 100644 (file)
@@ -1,3 +1,6 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+   http://creativecommons.org/licenses/by/4.0
+
 .. _rationale:
 
 Rationale for decisions
index 545dd49..e2cb4c8 100644 (file)
@@ -1,3 +1,12 @@
+{#
+ Copyright (c) 2016-2017 Intel corporation.
+
+ 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
+#}
+
 Test ID: {{ tests[0].ID }}
 --------------------------
 
diff --git a/vswitches/README b/vswitches/README
deleted file mode 100644 (file)
index 5af284e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-This folder contains various vswitches to be tested
-
-Required API for each vswitch:
-    add_switch
-    add_port
-    add_flow
diff --git a/vswitches/README.md b/vswitches/README.md
new file mode 100644 (file)
index 0000000..ea1e11f
--- /dev/null
@@ -0,0 +1,11 @@
+<!---
+This work is licensed under a Creative Commons Attribution 4.0 International License.
+http://creativecommons.org/licenses/by/4.0
+-->
+
+This folder contains various vswitches to be tested
+
+Required API for each vswitch:
+    add_switch
+    add_port
+    add_flow