diff options
Diffstat (limited to 'policyhandler/onap')
-rw-r--r-- | policyhandler/onap/CommonLogger.py | 3 | ||||
-rw-r--r-- | policyhandler/onap/__init__.py | 3 | ||||
-rw-r--r-- | policyhandler/onap/audit.py | 1 | ||||
-rw-r--r-- | policyhandler/onap/health.py | 1 |
4 files changed, 2 insertions, 6 deletions
diff --git a/policyhandler/onap/CommonLogger.py b/policyhandler/onap/CommonLogger.py index 15ab532..957b3aa 100644 --- a/policyhandler/onap/CommonLogger.py +++ b/policyhandler/onap/CommonLogger.py @@ -1,9 +1,8 @@ #!/usr/bin/python
# -*- indent-tabs-mode: nil -*- vi: set expandtab:
-# org.onap.dcae
# ================================================================================
-# Copyright (c) 2017-2018 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/__init__.py b/policyhandler/onap/__init__.py index a3220c4..e9d0246 100644 --- a/policyhandler/onap/__init__.py +++ b/policyhandler/onap/__init__.py @@ -1,6 +1,5 @@ -# 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 8ffd770..4e8378c 100644 --- a/policyhandler/onap/audit.py +++ b/policyhandler/onap/audit.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ diff --git a/policyhandler/onap/health.py b/policyhandler/onap/health.py index 3cb3e8f..485f422 100644 --- a/policyhandler/onap/health.py +++ b/policyhandler/onap/health.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ |