diff options
author | Eliezio Oliveira <eliezio.oliveira@est.tech> | 2019-07-23 09:38:16 +0100 |
---|---|---|
committer | Eliezio Oliveira <eliezio.oliveira@est.tech> | 2019-07-23 09:38:16 +0100 |
commit | 505bf83b76eb80beca189c78bcbc0195b598eed6 (patch) | |
tree | 08a6c9c20e84f0594c82b58c73b0fbbf5301f35a /components/scripts/python/ccsdk_netconf/common.py | |
parent | 6434d38dc045a10f17beec4d015348580ac09ddf (diff) |
Fix Non-ASCII character on module ccsdk_netconf/common.py
Change-Id: Id21362059f7fb3cfb6756f12adfc60d051764b5e
Issue-ID: CCSDK-1517
Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
Diffstat (limited to 'components/scripts/python/ccsdk_netconf/common.py')
-rw-r--r-- | components/scripts/python/ccsdk_netconf/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/scripts/python/ccsdk_netconf/common.py b/components/scripts/python/ccsdk_netconf/common.py index ad2057f32..896fb9128 100644 --- a/components/scripts/python/ccsdk_netconf/common.py +++ b/components/scripts/python/ccsdk_netconf/common.py @@ -1,5 +1,5 @@ # Copyright (c) 2019 Bell Canada. -# Modifications Copyright © 2018 - 2019 IBM, Bell Canada. +# Modifications Copyright (c) 2018 - 2019 IBM, Bell Canada. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |