diff options
author | Alex Shatov <alexs@att.com> | 2018-02-05 13:01:14 -0500 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-02-05 13:01:14 -0500 |
commit | d80b5d5f79f6903ebbbe170352855c638009a345 (patch) | |
tree | 33f11f468d0284c9134e8a49a7907eff158e88ba /policyhandler | |
parent | ac779d374ca12099eaeb8e5d89e65df37fd8a8f4 (diff) |
fix copyright from 2018 to 2017-2018
Change-Id: I685c63758b7ce22766885d399f06e9ba14ca59f2
Issue-ID: DCAEGEN2-249
Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'policyhandler')
-rw-r--r-- | policyhandler/deploy_handler.py | 2 | ||||
-rw-r--r-- | policyhandler/policy_consts.py | 2 | ||||
-rw-r--r-- | policyhandler/policy_rest.py | 2 | ||||
-rw-r--r-- | policyhandler/policy_updater.py | 2 | ||||
-rw-r--r-- | policyhandler/web_server.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/policyhandler/deploy_handler.py b/policyhandler/deploy_handler.py index 306a637..c839e5c 100644 --- a/policyhandler/deploy_handler.py +++ b/policyhandler/deploy_handler.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 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/policy_consts.py b/policyhandler/policy_consts.py index bcac080..5c47414 100644 --- a/policyhandler/policy_consts.py +++ b/policyhandler/policy_consts.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 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/policy_rest.py b/policyhandler/policy_rest.py index 22ed640..f689f7c 100644 --- a/policyhandler/policy_rest.py +++ b/policyhandler/policy_rest.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 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/policy_updater.py b/policyhandler/policy_updater.py index 2bce30b..4eb3151 100644 --- a/policyhandler/policy_updater.py +++ b/policyhandler/policy_updater.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 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/web_server.py b/policyhandler/web_server.py index 17c06b4..d2f77c4 100644 --- a/policyhandler/web_server.py +++ b/policyhandler/web_server.py @@ -1,6 +1,6 @@ # org.onap.dcae # ================================================================================ -# Copyright (c) 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. |