From caa06046be8d024e5a1865b7e9446ccafaf130e2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 26 May 2023 16:12:33 +0200 Subject: [PATCH] sja2: fix cosmetic copy+paste and copyright statement errors --- sysmo-isim-tool.sja2.py | 6 +++--- sysmo_isim_sja2.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sysmo-isim-tool.sja2.py b/sysmo-isim-tool.sja2.py index ff62000..38a5b73 100755 --- a/sysmo-isim-tool.sja2.py +++ b/sysmo-isim-tool.sja2.py @@ -2,9 +2,9 @@ # -*- coding: utf-8 -*- """ -Commandline interface for sysmoUSIM-SJS1 +Commandline interface for sysmoISIM-SJA2 -(C) 2017 by Sysmocom s.f.m.c. GmbH +(C) 2019-2022 by sysmocom - s.f.m.c. GmbH All Rights Reserved Author: Philipp Maier @@ -37,7 +37,7 @@ class Application(Common): # Automatically executed by superclass def _banner(self): print("sysmoISIM-SJA2 parameterization tool") - print("Copyright (c)2019 Sysmocom s.f.m.c. GmbH") + print("Copyright (c) 2019-2022 sysmocom - s.f.m.c. GmbH") print("") diff --git a/sysmo_isim_sja2.py b/sysmo_isim_sja2.py index 13a26dd..4cdc731 100644 --- a/sysmo_isim_sja2.py +++ b/sysmo_isim_sja2.py @@ -2,9 +2,9 @@ # -*- coding: utf-8 -*- """ -Gadgets to modify SYSMO USIM SJA2 parameters +Gadgets to modify sysmoISIM-SJA2 parameters -(C) 2017 by Sysmocom s.f.m.c. GmbH +(C) 2017-2022 by sysmocom - s.f.m.c. GmbH All Rights Reserved Author: Philipp Maier