diff options
Diffstat (limited to 'policyhandler')
-rw-r--r-- | policyhandler/config.py | 2 | ||||
-rw-r--r-- | policyhandler/discovery.py | 2 | ||||
-rw-r--r-- | policyhandler/onap/CommonLogger.py | 2 | ||||
-rw-r--r-- | policyhandler/onap/audit.py | 2 | ||||
-rw-r--r-- | policyhandler/onap/health.py | 2 | ||||
-rw-r--r-- | policyhandler/policy_handler.py | 2 | ||||
-rw-r--r-- | policyhandler/policy_receiver.py | 2 | ||||
-rw-r--r-- | policyhandler/policy_utils.py | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/policyhandler/config.py b/policyhandler/config.py index 12b5d05..aa99f18 100644 --- a/policyhandler/config.py +++ b/policyhandler/config.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2018 AT&T Intellectual Property. 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/policyhandler/discovery.py b/policyhandler/discovery.py index bfb4e9a..d7c6bfb 100644 --- a/policyhandler/discovery.py +++ b/policyhandler/discovery.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2018 AT&T Intellectual Property. 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/policyhandler/onap/CommonLogger.py b/policyhandler/onap/CommonLogger.py index 0ab64e4..15ab532 100644 --- a/policyhandler/onap/CommonLogger.py +++ b/policyhandler/onap/CommonLogger.py @@ -3,7 +3,7 @@ # org.onap.dcae
# ================================================================================
-# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017-2018 AT&T Intellectual Property. 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/policyhandler/onap/audit.py b/policyhandler/onap/audit.py index 8fd5ed3..8ffd770 100644 --- a/policyhandler/onap/audit.py +++ b/policyhandler/onap/audit.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2018 AT&T Intellectual Property. 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/policyhandler/onap/health.py b/policyhandler/onap/health.py index 4475575..3cb3e8f 100644 --- a/policyhandler/onap/health.py +++ b/policyhandler/onap/health.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2018 AT&T Intellectual Property. 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/policyhandler/policy_handler.py b/policyhandler/policy_handler.py index f838d34..4f8b784 100644 --- a/policyhandler/policy_handler.py +++ b/policyhandler/policy_handler.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2018 AT&T Intellectual Property. 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/policyhandler/policy_receiver.py b/policyhandler/policy_receiver.py index 080f544..d00cf6d 100644 --- a/policyhandler/policy_receiver.py +++ b/policyhandler/policy_receiver.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2018 AT&T Intellectual Property. 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/policyhandler/policy_utils.py b/policyhandler/policy_utils.py index 4623eba..edcfdc6 100644 --- a/policyhandler/policy_utils.py +++ b/policyhandler/policy_utils.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2018 AT&T Intellectual Property. 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. |