From b4a5d3d9a8d53e1b096c2c78d77cfae9ad1123ad Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 18 May 2023 18:46:29 +0700 Subject: [PATCH] copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH Change-Id: I9ad500784d1c99cc764b38729ac0d86ab8441379 --- include/osmocom/hnodeb/hnb_shutdown_fsm.h | 2 +- osmoappdesc.py | 2 +- src/osmo-hnodeb/hnb_shutdown_fsm.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 +/* (C) 2021 by sysmocom - s.f.m.c. GmbH * Author: Pau Espin Pedrol * * 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 +# (C) 2021 by sysmocom - s.f.m.c. GmbH # 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 +/* (C) 2021 by sysmocom - s.f.m.c. GmbH * Author: Pau Espin Pedrol * * All Rights Reserved