sja2: fix cosmetic copy+paste and copyright statement errors

This commit is contained in:
Harald Welte 2023-05-26 16:12:33 +02:00
parent 379a0fe771
commit caa06046be
2 changed files with 5 additions and 5 deletions

View File

@ -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("")

View File

@ -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