From 505bf83b76eb80beca189c78bcbc0195b598eed6 Mon Sep 17 00:00:00 2001 From: Eliezio Oliveira Date: Tue, 23 Jul 2019 09:38:16 +0100 Subject: Fix Non-ASCII character on module ccsdk_netconf/common.py Change-Id: Id21362059f7fb3cfb6756f12adfc60d051764b5e Issue-ID: CCSDK-1517 Signed-off-by: Eliezio Oliveira --- components/scripts/python/ccsdk_netconf/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.2.3-korg