diff options
author | blsaws <bryan.sullivan@att.com> | 2016-03-17 22:48:35 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-03-17 22:48:35 -0700 |
commit | 3df70d5c53a7e9183f2d394af0fae9c3e3fd047d (patch) | |
tree | 82026a7cc8e03cbf19b35ba0c6b68058f194ee26 /components/congress/ansible | |
parent | c1b5d333ee859cc1f4463a7a788a64d2877a9e6f (diff) |
Correct coyright statements
JIRA: COPPER-2
Change-Id: If9d51a271d197e1e314cb17b65a1a0cf05e8019e
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/ansible')
5 files changed, 5 insertions, 4 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. |