dexter has uploaded this change for review.
cosmetic: fix company name in copyright header.
The correct abbreviated version of the company name is
"sysmocom - s.f.m.c. GmbH", i.e. lowercase and with dash.
Change-Id: Id768d2f4b78162ff83320a800e4e66f1bd324d6d
---
M pySim/card_handler.py
M pySim/card_key_provider.py
M pySim/global_platform/install_param.py
M pySim/javacard.py
M pySim/log.py
M pySim/profile.py
M tests/pySim-prog_test/pySim-prog_test.sh
M tests/pySim-trace_test/pySim-trace_test.sh
M tests/unittests/test_log.py
9 files changed, 9 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/67/41767/1
diff --git a/pySim/card_handler.py b/pySim/card_handler.py
index e7884ad..f081b90 100644
--- a/pySim/card_handler.py
+++ b/pySim/card_handler.py
@@ -7,7 +7,7 @@
"""
#
-# (C) 2019 by Sysmocom s.f.m.c. GmbH
+# (C) 2019 by sysmocom - s.f.m.c. GmbH
# All Rights Reserved
#
# This program is free software: you can redistribute it and/or modify
diff --git a/pySim/card_key_provider.py b/pySim/card_key_provider.py
index f614edc..227046c 100644
--- a/pySim/card_key_provider.py
+++ b/pySim/card_key_provider.py
@@ -10,7 +10,7 @@
operation with pySim-shell.
"""
-# (C) 2021-2025 by Sysmocom s.f.m.c. GmbH
+# (C) 2021-2025 by sysmocom - s.f.m.c. GmbH
# All Rights Reserved
#
# Author: Philipp Maier, Harald Welte
diff --git a/pySim/global_platform/install_param.py b/pySim/global_platform/install_param.py
index ec0ef66..89e6c7f 100644
--- a/pySim/global_platform/install_param.py
+++ b/pySim/global_platform/install_param.py
@@ -1,6 +1,6 @@
# GlobalPlatform install parameter generator
#
-# (C) 2024 by Sysmocom s.f.m.c. GmbH
+# (C) 2024 by sysmocom - s.f.m.c. GmbH
# All Rights Reserved
#
# This program is free software: you can redistribute it and/or modify
diff --git a/pySim/javacard.py b/pySim/javacard.py
index 2d4fd34..2c97fac 100644
--- a/pySim/javacard.py
+++ b/pySim/javacard.py
@@ -1,6 +1,6 @@
# JavaCard related utilities
#
-# (C) 2024 by Sysmocom s.f.m.c. GmbH
+# (C) 2024 by sysmocom - s.f.m.c. GmbH
# All Rights Reserved
#
# This program is free software: you can redistribute it and/or modify
diff --git a/pySim/log.py b/pySim/log.py
index a2325a6..c7e5239 100644
--- a/pySim/log.py
+++ b/pySim/log.py
@@ -4,7 +4,7 @@
"""
#
-# (C) 2025 by Sysmocom s.f.m.c. GmbH
+# (C) 2025 by sysmocom - s.f.m.c. GmbH
# All Rights Reserved
#
# Author: Philipp Maier <pmaier@sysmocom.de>
diff --git a/pySim/profile.py b/pySim/profile.py
index 360aa46..22db21c 100644
--- a/pySim/profile.py
+++ b/pySim/profile.py
@@ -4,7 +4,7 @@
"""
#
-# (C) 2021 by Sysmocom s.f.m.c. GmbH
+# (C) 2021 by sysmocom - s.f.m.c. GmbH
# All Rights Reserved
#
# This program is free software: you can redistribute it and/or modify
diff --git a/tests/pySim-prog_test/pySim-prog_test.sh b/tests/pySim-prog_test/pySim-prog_test.sh
index 9279c6c..6541acb 100755
--- a/tests/pySim-prog_test/pySim-prog_test.sh
+++ b/tests/pySim-prog_test/pySim-prog_test.sh
@@ -2,7 +2,7 @@
# Utility to verify the functionality of pySim-prog.py
#
-# (C) 2018 by Sysmocom s.f.m.c. GmbH
+# (C) 2018 by sysmocom - s.f.m.c. GmbH
# All Rights Reserved
#
# Author: Philipp Maier
diff --git a/tests/pySim-trace_test/pySim-trace_test.sh b/tests/pySim-trace_test/pySim-trace_test.sh
index ec23ad3..0a9fb47 100755
--- a/tests/pySim-trace_test/pySim-trace_test.sh
+++ b/tests/pySim-trace_test/pySim-trace_test.sh
@@ -2,7 +2,7 @@
# Utility to verify the functionality of pySim-trace.py
#
-# (C) 2023 by Sysmocom s.f.m.c. GmbH
+# (C) 2023 by sysmocom - s.f.m.c. GmbH
# All Rights Reserved
#
# Author: Philipp Maier
diff --git a/tests/unittests/test_log.py b/tests/unittests/test_log.py
index cc67b78..6a0f7ff 100755
--- a/tests/unittests/test_log.py
+++ b/tests/unittests/test_log.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# (C) 2025 by Sysmocom s.f.m.c. GmbH
+# (C) 2025 by sysmocom - s.f.m.c. GmbH
# All Rights Reserved
#
# Author: Philipp Maier <pmaier@sysmocom.de>
To view, visit change 41767. To unsubscribe, or for help writing mail filters, visit settings.