diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2019-07-23 18:08:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-23 18:08:58 +0000 |
commit | b67e1cfec0a180f2fe666d869fdddc5cabd37096 (patch) | |
tree | 33c0a244aea2a2a68406ca4ae1ccbbc3cf4b66a2 | |
parent | dc872fbb56f2881f45780056cb1137e14dfa4328 (diff) | |
parent | 505bf83b76eb80beca189c78bcbc0195b598eed6 (diff) |
Merge "Fix Non-ASCII character on module 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. |