laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnodeb/+/32781 )
Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ......................................................................
copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
Change-Id: I9ad500784d1c99cc764b38729ac0d86ab8441379 --- M include/osmocom/hnodeb/hnb_shutdown_fsm.h M osmoappdesc.py M src/osmo-hnodeb/hnb_shutdown_fsm.c 3 files changed, 12 insertions(+), 3 deletions(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/include/osmocom/hnodeb/hnb_shutdown_fsm.h b/include/osmocom/hnodeb/hnb_shutdown_fsm.h index dc9b357..69f9f4b 100644 --- a/include/osmocom/hnodeb/hnb_shutdown_fsm.h +++ b/include/osmocom/hnodeb/hnb_shutdown_fsm.h @@ -1,6 +1,6 @@ /* hNodeB shutdown FSM */
-/* (C) 2021 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2021 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved diff --git a/osmoappdesc.py b/osmoappdesc.py index 3456fca..a68342e 100644 --- a/osmoappdesc.py +++ b/osmoappdesc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3
-# (C) 2021 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +# (C) 2021 by sysmocom - s.f.m.c. GmbH info@sysmocom.de # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/src/osmo-hnodeb/hnb_shutdown_fsm.c b/src/osmo-hnodeb/hnb_shutdown_fsm.c index 5583834..7c9eee8 100644 --- a/src/osmo-hnodeb/hnb_shutdown_fsm.c +++ b/src/osmo-hnodeb/hnb_shutdown_fsm.c @@ -1,6 +1,6 @@ /* hNodeB shutdown FSM */
-/* (C) 2021 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2021 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved