summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-03-17 22:48:35 -0700
committerblsaws <bs3131@att.com>2016-04-01 08:30:07 -0700
commitdcdeaabeedb899dd56efd46d6bd8fe37fddff23a (patch)
tree82026a7cc8e03cbf19b35ba0c6b68058f194ee26
parent843f3178d85e0edc7ada2c06b65c2aa1b2c943b3 (diff)
Correct coyright statements
JIRA: COPPER-2 Change-Id: If9d51a271d197e1e314cb17b65a1a0cf05e8019e Signed-off-by: blsaws <bryan.sullivan@att.com>
-rw-r--r--components/congress/ansible/README.txt1
-rw-r--r--components/congress/ansible/config.yml2
-rw-r--r--components/congress/ansible/roles/deploy/tasks/main.yml2
-rw-r--r--components/congress/ansible/roles/deploy/templates/congress-api.service2
-rw-r--r--components/congress/ansible/roles/deploy/templates/congress.conf2
-rw-r--r--components/congress/joid/clean_congress.sh2
-rw-r--r--components/congress/joid/install_congress_1.sh2
-rw-r--r--components/congress/joid/install_congress_2.sh2
-rw-r--r--components/congress/test-webapp/setup/clean_congress_testserver.sh2
-rw-r--r--components/congress/test-webapp/setup/install_congress_testserver_1.sh2
-rw-r--r--components/congress/test-webapp/setup/install_congress_testserver_2.sh2
-rw-r--r--components/congress/test-webapp/setup/restart_congress_testserver.sh2
-rw-r--r--components/congress/test-webapp/www/centos-httpd.conf2
-rw-r--r--components/congress/test-webapp/www/html/congress_translators.js2
-rw-r--r--components/congress/test-webapp/www/html/copper.css2
-rw-r--r--components/congress/test-webapp/www/html/copper.js2
-rw-r--r--components/congress/test-webapp/www/html/index.html2
-rw-r--r--components/congress/test-webapp/www/html/proxy/index.php2
-rw-r--r--components/congress/test-webapp/www/ubuntu-apache2.conf2
-rw-r--r--tests/adhoc/dmz01-clean.sh2
-rw-r--r--tests/adhoc/dmz01_1.sh2
-rw-r--r--tests/adhoc/dmz01_2.sh2
-rw-r--r--tests/adhoc/smoke01-clean.sh2
-rw-r--r--tests/adhoc/smoke01.sh2
24 files changed, 24 insertions, 23 deletions
diff --git a/components/congress/ansible/README.txt b/components/congress/ansible/README.txt
index a5f79fc..e664217 100644
--- a/components/congress/ansible/README.txt
+++ b/components/congress/ansible/README.txt
@@ -1,3 +1,4 @@
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
# This file contains instructions for installing Congress on a Centos7 OPNFV jumphost using Ansible
# Details are sparse so far - a user guide will be written
# Some of these instructions may already have been completed in the copper git Ansible installer files
diff --git a/components/congress/ansible/config.yml b/components/congress/ansible/config.yml
index 7fd127d..cf94414 100644
--- a/components/congress/ansible/config.yml
+++ b/components/congress/ansible/config.yml
@@ -1,5 +1,5 @@
---
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/ansible/roles/deploy/tasks/main.yml b/components/congress/ansible/roles/deploy/tasks/main.yml
index d057ffc..3806034 100644
--- a/components/congress/ansible/roles/deploy/tasks/main.yml
+++ b/components/congress/ansible/roles/deploy/tasks/main.yml
@@ -1,5 +1,5 @@
---
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/ansible/roles/deploy/templates/congress-api.service b/components/congress/ansible/roles/deploy/templates/congress-api.service
index 02ffd6f..224760b 100644
--- a/components/congress/ansible/roles/deploy/templates/congress-api.service
+++ b/components/congress/ansible/roles/deploy/templates/congress-api.service
@@ -1,4 +1,4 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/ansible/roles/deploy/templates/congress.conf b/components/congress/ansible/roles/deploy/templates/congress.conf
index da74ec0..86b78a9 100644
--- a/components/congress/ansible/roles/deploy/templates/congress.conf
+++ b/components/congress/ansible/roles/deploy/templates/congress.conf
@@ -1,4 +1,4 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/joid/clean_congress.sh b/components/congress/joid/clean_congress.sh
index 37b5320..4ab21a4 100644
--- a/components/congress/joid/clean_congress.sh
+++ b/components/congress/joid/clean_congress.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# CCopyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/joid/install_congress_1.sh b/components/congress/joid/install_congress_1.sh
index 818d89c..f93a1f9 100644
--- a/components/congress/joid/install_congress_1.sh
+++ b/components/congress/joid/install_congress_1.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/joid/install_congress_2.sh b/components/congress/joid/install_congress_2.sh
index b56079d..5c9ebb9 100644
--- a/components/congress/joid/install_congress_2.sh
+++ b/components/congress/joid/install_congress_2.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/test-webapp/setup/clean_congress_testserver.sh b/components/congress/test-webapp/setup/clean_congress_testserver.sh
index cdda9dd..debc05b 100644
--- a/components/congress/test-webapp/setup/clean_congress_testserver.sh
+++ b/components/congress/test-webapp/setup/clean_congress_testserver.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/test-webapp/setup/install_congress_testserver_1.sh b/components/congress/test-webapp/setup/install_congress_testserver_1.sh
index 154185f..9342bc7 100644
--- a/components/congress/test-webapp/setup/install_congress_testserver_1.sh
+++ b/components/congress/test-webapp/setup/install_congress_testserver_1.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/test-webapp/setup/install_congress_testserver_2.sh b/components/congress/test-webapp/setup/install_congress_testserver_2.sh
index 75ee060..009ff5e 100644
--- a/components/congress/test-webapp/setup/install_congress_testserver_2.sh
+++ b/components/congress/test-webapp/setup/install_congress_testserver_2.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/test-webapp/setup/restart_congress_testserver.sh b/components/congress/test-webapp/setup/restart_congress_testserver.sh
index 63a56de..b67abaf 100644
--- a/components/congress/test-webapp/setup/restart_congress_testserver.sh
+++ b/components/congress/test-webapp/setup/restart_congress_testserver.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/test-webapp/www/centos-httpd.conf b/components/congress/test-webapp/www/centos-httpd.conf
index 05241d7..701c99f 100644
--- a/components/congress/test-webapp/www/centos-httpd.conf
+++ b/components/congress/test-webapp/www/centos-httpd.conf
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/test-webapp/www/html/congress_translators.js b/components/congress/test-webapp/www/html/congress_translators.js
index 9390032..466379e 100644
--- a/components/congress/test-webapp/www/html/congress_translators.js
+++ b/components/congress/test-webapp/www/html/congress_translators.js
@@ -1,5 +1,5 @@
/*
- Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+ Copyright 2015-2016 AT&T Intellectual Property, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/components/congress/test-webapp/www/html/copper.css b/components/congress/test-webapp/www/html/copper.css
index 9d5c355..75c0fa2 100644
--- a/components/congress/test-webapp/www/html/copper.css
+++ b/components/congress/test-webapp/www/html/copper.css
@@ -1,5 +1,5 @@
/*
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/components/congress/test-webapp/www/html/copper.js b/components/congress/test-webapp/www/html/copper.js
index 5b4ee4d..cbdfaab 100644
--- a/components/congress/test-webapp/www/html/copper.js
+++ b/components/congress/test-webapp/www/html/copper.js
@@ -1,5 +1,5 @@
/*
- Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+ Copyright 2015-2016 AT&T Intellectual Property, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/components/congress/test-webapp/www/html/index.html b/components/congress/test-webapp/www/html/index.html
index 670e9c8..e056923 100644
--- a/components/congress/test-webapp/www/html/index.html
+++ b/components/congress/test-webapp/www/html/index.html
@@ -4,7 +4,7 @@
<title>OPNFV Congress Test</title>
<link rel='stylesheet' type='text/css' href='copper.css'/>
<!--
- Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+ Copyright 2015-2016 AT&T Intellectual Property, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/components/congress/test-webapp/www/html/proxy/index.php b/components/congress/test-webapp/www/html/proxy/index.php
index ad38ba8..d422acf 100644
--- a/components/congress/test-webapp/www/html/proxy/index.php
+++ b/components/congress/test-webapp/www/html/proxy/index.php
@@ -1,6 +1,6 @@
<?php
/*
- Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+ Copyright 2015-2016 AT&T Intellectual Property, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/components/congress/test-webapp/www/ubuntu-apache2.conf b/components/congress/test-webapp/www/ubuntu-apache2.conf
index 6561e4b..68b6285 100644
--- a/components/congress/test-webapp/www/ubuntu-apache2.conf
+++ b/components/congress/test-webapp/www/ubuntu-apache2.conf
@@ -1,4 +1,4 @@
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/adhoc/dmz01-clean.sh b/tests/adhoc/dmz01-clean.sh
index 69f8754..5a6ca7e 100644
--- a/tests/adhoc/dmz01-clean.sh
+++ b/tests/adhoc/dmz01-clean.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/adhoc/dmz01_1.sh b/tests/adhoc/dmz01_1.sh
index 3ec4839..0d6ca7e 100644
--- a/tests/adhoc/dmz01_1.sh
+++ b/tests/adhoc/dmz01_1.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/adhoc/dmz01_2.sh b/tests/adhoc/dmz01_2.sh
index dc5fdc4..a10b6e0 100644
--- a/tests/adhoc/dmz01_2.sh
+++ b/tests/adhoc/dmz01_2.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/adhoc/smoke01-clean.sh b/tests/adhoc/smoke01-clean.sh
index 9e1745c..645b9c1 100644
--- a/tests/adhoc/smoke01-clean.sh
+++ b/tests/adhoc/smoke01-clean.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/adhoc/smoke01.sh b/tests/adhoc/smoke01.sh
index 7ab27b8..2f6e84b 100644
--- a/tests/adhoc/smoke01.sh
+++ b/tests/adhoc/smoke01.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+# Copyright 2015-2016 AT&T Intellectual Property, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.