diff options
author | Alex Shatov <alexs@att.com> | 2018-02-27 14:34:22 -0500 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-02-27 14:34:22 -0500 |
commit | dfd79f0cb9f8d418871b5fb7f3616554c3261800 (patch) | |
tree | 8a80cf2c3435d0feb94aeb4818f9c4826fce3481 /policyhandler | |
parent | d52c135012f098230ea74dd6135db4c557a15594 (diff) |
up the version to 2.1.0 for policy-handler
- removed #org.onap.dcae from license text
Change-Id: I07f11e60c4677109ccb826c4e969b47acb4c498a
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-347
Diffstat (limited to 'policyhandler')
-rw-r--r-- | policyhandler/__init__.py | 3 | ||||
-rw-r--r-- | policyhandler/config.py | 1 | ||||
-rw-r--r-- | policyhandler/deploy_handler.py | 1 | ||||
-rw-r--r-- | policyhandler/discovery.py | 1 | ||||
-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 | ||||
-rw-r--r-- | policyhandler/policy_consts.py | 1 | ||||
-rw-r--r-- | policyhandler/policy_handler.py | 1 | ||||
-rw-r--r-- | policyhandler/policy_receiver.py | 1 | ||||
-rw-r--r-- | policyhandler/policy_rest.py | 1 | ||||
-rw-r--r-- | policyhandler/policy_updater.py | 1 | ||||
-rw-r--r-- | policyhandler/policy_utils.py | 1 | ||||
-rw-r--r-- | policyhandler/web_server.py | 1 |
15 files changed, 3 insertions, 18 deletions
diff --git a/policyhandler/__init__.py b/policyhandler/__init__.py index a3220c4..e9d0246 100644 --- a/policyhandler/__init__.py +++ b/policyhandler/__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/config.py b/policyhandler/config.py index aa99f18..d7768fa 100644 --- a/policyhandler/config.py +++ b/policyhandler/config.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ diff --git a/policyhandler/deploy_handler.py b/policyhandler/deploy_handler.py index c839e5c..5792631 100644 --- a/policyhandler/deploy_handler.py +++ b/policyhandler/deploy_handler.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ diff --git a/policyhandler/discovery.py b/policyhandler/discovery.py index d7c6bfb..a7e3c56 100644 --- a/policyhandler/discovery.py +++ b/policyhandler/discovery.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ 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. # ================================================================================ diff --git a/policyhandler/policy_consts.py b/policyhandler/policy_consts.py index 5c47414..013ed2a 100644 --- a/policyhandler/policy_consts.py +++ b/policyhandler/policy_consts.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ diff --git a/policyhandler/policy_handler.py b/policyhandler/policy_handler.py index 4f8b784..8d5f360 100644 --- a/policyhandler/policy_handler.py +++ b/policyhandler/policy_handler.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ diff --git a/policyhandler/policy_receiver.py b/policyhandler/policy_receiver.py index d00cf6d..843dbd8 100644 --- a/policyhandler/policy_receiver.py +++ b/policyhandler/policy_receiver.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ diff --git a/policyhandler/policy_rest.py b/policyhandler/policy_rest.py index f689f7c..b11a79a 100644 --- a/policyhandler/policy_rest.py +++ b/policyhandler/policy_rest.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ diff --git a/policyhandler/policy_updater.py b/policyhandler/policy_updater.py index 4eb3151..01be550 100644 --- a/policyhandler/policy_updater.py +++ b/policyhandler/policy_updater.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ diff --git a/policyhandler/policy_utils.py b/policyhandler/policy_utils.py index edcfdc6..652f98b 100644 --- a/policyhandler/policy_utils.py +++ b/policyhandler/policy_utils.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ diff --git a/policyhandler/web_server.py b/policyhandler/web_server.py index d2f77c4..8efb51d 100644 --- a/policyhandler/web_server.py +++ b/policyhandler/web_server.py @@ -1,4 +1,3 @@ -# org.onap.dcae # ================================================================================ # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ |