From b25f93df4aa5069789c71baf131e5a91559fe31d Mon Sep 17 00:00:00 2001 From: DavidPurcell Date: Fri, 27 Jan 2017 12:46:27 -0500 Subject: [PATCH] Fixed AT&T Copyright statements Change-Id: Ic3a78bb5393e2fb11ea8382c6cfa6258d1ce4ad6 --- patrole_tempest_plugin/config.py | 2 +- patrole_tempest_plugin/plugin.py | 2 +- patrole_tempest_plugin/rbac_auth.py | 2 +- patrole_tempest_plugin/rbac_exceptions.py | 2 +- patrole_tempest_plugin/rbac_role_converter.py | 2 +- patrole_tempest_plugin/rbac_rule_validation.py | 2 +- patrole_tempest_plugin/rbac_utils.py | 2 +- .../tests/api/image/v2/test_images_member_rbac.py | 2 +- patrole_tempest_plugin/tests/api/image/v2/test_images_rbac.py | 2 +- patrole_tempest_plugin/tests/api/network/rbac_base.py | 4 +++- .../tests/api/network/test_networks_rbac.py | 2 +- setup.py | 3 ++- tests/base.py | 2 +- tests/test_patrole.py | 3 ++- tests/test_rbac_role_converter.py | 3 ++- tests/test_rbac_utils.py | 3 ++- 16 files changed, 22 insertions(+), 16 deletions(-) diff --git a/patrole_tempest_plugin/config.py b/patrole_tempest_plugin/config.py index a0ca30761..6ee15287 100644 --- a/patrole_tempest_plugin/config.py +++ b/patrole_tempest_plugin/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 AT&T inc. +# Copyright 2017 AT&T Corporation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/patrole_tempest_plugin/plugin.py b/patrole_tempest_plugin/plugin.py index 1bc4d046..3abf4aa5 100644 --- a/patrole_tempest_plugin/plugin.py +++ b/patrole_tempest_plugin/plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 AT&T inc. +# Copyright 2017 AT&T Corporation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/patrole_tempest_plugin/rbac_auth.py b/patrole_tempest_plugin/rbac_auth.py index 78cc9511..1afc7aee 100644 --- a/patrole_tempest_plugin/rbac_auth.py +++ b/patrole_tempest_plugin/rbac_auth.py @@ -1,4 +1,4 @@ -# Copyright 2017 AT&T Corp +# Copyright 2017 AT&T Corporation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/patrole_tempest_plugin/rbac_exceptions.py b/patrole_tempest_plugin/rbac_exceptions.py index 94e6bdd5..c6165ff8 100644 --- a/patrole_tempest_plugin/rbac_exceptions.py +++ b/patrole_tempest_plugin/rbac_exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2017 AT&T Corp +# Copyright 2017 AT&T Corporation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/patrole_tempest_plugin/rbac_role_converter.py b/patrole_tempest_plugin/rbac_role_converter.py index 65e3f27d..420de7f1 100644 --- a/patrole_tempest_plugin/rbac_role_converter.py +++ b/patrole_tempest_plugin/rbac_role_converter.py @@ -1,4 +1,4 @@ -# Copyright 2016 AT&T Corp +# Copyright 2017 AT&T Corporation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/patrole_tempest_plugin/rbac_rule_validation.py b/patrole_tempest_plugin/rbac_rule_validation.py index ee32f78d..4b85187e 100644 --- a/patrole_tempest_plugin/rbac_rule_validation.py +++ b/patrole_tempest_plugin/rbac_rule_validation.py @@ -1,4 +1,4 @@ -# Copyright 2017 AT&T Corp +# Copyright 2017 AT&T Corporation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/patrole_tempest_plugin/rbac_utils.py b/patrole_tempest_plugin/rbac_utils.py index 11504163..48d5b4c0 100644 --- a/patrole_tempest_plugin/rbac_utils.py +++ b/patrole_tempest_plugin/rbac_utils.py @@ -1,4 +1,4 @@ -# Copyright 2017 AT&T Corp +# Copyright 2017 AT&T Corporation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/patrole_tempest_plugin/tests/api/image/v2/test_images_member_rbac.py b/patrole_tempest_plugin/tests/api/image/v2/test_images_member_rbac.py index bcfeea70..d6a6d629 100644 --- a/patrole_tempest_plugin/tests/api/image/v2/test_images_member_rbac.py +++ b/patrole_tempest_plugin/tests/api/image/v2/test_images_member_rbac.py @@ -1,4 +1,4 @@ -# Copyright 2016 ATT Corporation. +# Copyright 2017 AT&T Corporation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/patrole_tempest_plugin/tests/api/image/v2/test_images_rbac.py b/patrole_tempest_plugin/tests/api/image/v2/test_images_rbac.py index 39b4cd97..5e20612f 100644 --- a/patrole_tempest_plugin/tests/api/image/v2/test_images_rbac.py +++ b/patrole_tempest_plugin/tests/api/image/v2/test_images_rbac.py @@ -1,4 +1,4 @@ -# Copyright 2016 ATT Corporation. +# Copyright 2017 AT&T Corporation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/patrole_tempest_plugin/tests/api/network/rbac_base.py b/patrole_tempest_plugin/tests/api/network/rbac_base.py index 3bbe8b6b..18a80a1a 100644 --- a/patrole_tempest_plugin/tests/api/network/rbac_base.py +++ b/patrole_tempest_plugin/tests/api/network/rbac_base.py @@ -1,4 +1,6 @@ -# Copyright 2017 at&t +# Copyright 2017 AT&T Corporation. +# All Rights Reserved. +# # 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 diff --git a/patrole_tempest_plugin/tests/api/network/test_networks_rbac.py b/patrole_tempest_plugin/tests/api/network/test_networks_rbac.py index 77d042d8..eb5c42aa 100644 --- a/patrole_tempest_plugin/tests/api/network/test_networks_rbac.py +++ b/patrole_tempest_plugin/tests/api/network/test_networks_rbac.py @@ -1,4 +1,4 @@ -# Copyright 2016 AT&T Corp +# Copyright 2017 AT&T Corporation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/setup.py b/setup.py index 3dccac18..f7305460 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ -# Copyright (c) 2016 AT&T inc. +# Copyright 2017 ATT Corporation. +# All Rights Reserved. # # 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/base.py b/tests/base.py index 14872acf..d73ff43f 100644 --- a/tests/base.py +++ b/tests/base.py @@ -1,6 +1,6 @@ # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. -# Copyright (c) 2016 AT&T Inc +# Copyright 2017 AT&T 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 diff --git a/tests/test_patrole.py b/tests/test_patrole.py index 3e851422..d374e20a 100644 --- a/tests/test_patrole.py +++ b/tests/test_patrole.py @@ -1,4 +1,5 @@ -# Copyright (c) 2016 AT&T Inc +# Copyright 2017 AT&T Corporation. +# All Rights Reserved. # # 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 diff --git a/tests/test_rbac_role_converter.py b/tests/test_rbac_role_converter.py index 4d4f673a..04eb6268 100644 --- a/tests/test_rbac_role_converter.py +++ b/tests/test_rbac_role_converter.py @@ -1,4 +1,5 @@ -# Copyright 2017 AT&T Inc. +# Copyright 2017 AT&T Corporation. +# All Rights Reserved. # # 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 diff --git a/tests/test_rbac_utils.py b/tests/test_rbac_utils.py index 657b3896..3c645f80 100644 --- a/tests/test_rbac_utils.py +++ b/tests/test_rbac_utils.py @@ -1,4 +1,5 @@ -# Copyright 2017 AT&T Inc. +# Copyright 2017 AT&T Corporation. +# All Rights Reserved. # # 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