laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/32772 )
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: I849a18a3bfd15aad00de3e103339540a7548e097 --- M include/osmocom/bsc/bts_sm.h M include/osmocom/bsc/nm_common_fsm.h M src/osmo-bsc/bts_osmobts.c M src/osmo-bsc/lchan.c M src/osmo-bsc/nm_bb_transc_fsm.c M src/osmo-bsc/nm_bts_fsm.c M src/osmo-bsc/nm_bts_sm_fsm.c M src/osmo-bsc/nm_channel_fsm.c M src/osmo-bsc/nm_common_fsm.c M src/osmo-bsc/nm_gprs_cell_fsm.c M src/osmo-bsc/nm_gprs_nse_fsm.c M src/osmo-bsc/nm_gprs_nsvc_fsm.c M src/osmo-bsc/nm_rcarrier_fsm.c M src/osmo-bsc/power_control.c 14 files changed, 23 insertions(+), 14 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/include/osmocom/bsc/bts_sm.h b/include/osmocom/bsc/bts_sm.h index 7ed7aba..e25b8da 100644 --- a/include/osmocom/bsc/bts_sm.h +++ b/include/osmocom/bsc/bts_sm.h @@ -1,6 +1,6 @@ /* BTS Site Manager */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2020 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved diff --git a/include/osmocom/bsc/nm_common_fsm.h b/include/osmocom/bsc/nm_common_fsm.h index 4c34300..91be644 100644 --- a/include/osmocom/bsc/nm_common_fsm.h +++ b/include/osmocom/bsc/nm_common_fsm.h @@ -1,7 +1,7 @@ /* Header for all NM FSM. Following 3GPP TS 12.21 Figure 2/GSM 12.21: GSM 12.21 Objects' Operational state and availability status behaviour during initialization */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2020 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved diff --git a/src/osmo-bsc/bts_osmobts.c b/src/osmo-bsc/bts_osmobts.c index 92c3340..9312a2a 100644 --- a/src/osmo-bsc/bts_osmobts.c +++ b/src/osmo-bsc/bts_osmobts.c @@ -1,7 +1,7 @@ /* Osmocom OsmoBTS specific code */
/* (C) 2010-2012 by Harald Welte laforge@gnumonks.org - * (C) 2021 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2021 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * * All Rights Reserved * diff --git a/src/osmo-bsc/lchan.c b/src/osmo-bsc/lchan.c index 262e2a5..45d8d96 100644 --- a/src/osmo-bsc/lchan.c +++ b/src/osmo-bsc/lchan.c @@ -1,4 +1,4 @@ -/* (C) 2022 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2022 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * (C) 2008-2018 by Harald Welte laforge@gnumonks.org * * All Rights Reserved diff --git a/src/osmo-bsc/nm_bb_transc_fsm.c b/src/osmo-bsc/nm_bb_transc_fsm.c index 3302918..f7d9e92 100644 --- a/src/osmo-bsc/nm_bb_transc_fsm.c +++ b/src/osmo-bsc/nm_bb_transc_fsm.c @@ -1,6 +1,6 @@ /* NM BaseBand Transceiver FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2020 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved diff --git a/src/osmo-bsc/nm_bts_fsm.c b/src/osmo-bsc/nm_bts_fsm.c index ea9fa5c..1cae6f4 100644 --- a/src/osmo-bsc/nm_bts_fsm.c +++ b/src/osmo-bsc/nm_bts_fsm.c @@ -1,6 +1,6 @@ /* NM BTS FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2020 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved diff --git a/src/osmo-bsc/nm_bts_sm_fsm.c b/src/osmo-bsc/nm_bts_sm_fsm.c index fb64a69..cb67099 100644 --- a/src/osmo-bsc/nm_bts_sm_fsm.c +++ b/src/osmo-bsc/nm_bts_sm_fsm.c @@ -1,6 +1,6 @@ /* NM BTS Site Manager FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2020 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved diff --git a/src/osmo-bsc/nm_channel_fsm.c b/src/osmo-bsc/nm_channel_fsm.c index e80d591..af201cf 100644 --- a/src/osmo-bsc/nm_channel_fsm.c +++ b/src/osmo-bsc/nm_channel_fsm.c @@ -1,6 +1,6 @@ /* NM Radio Channel FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2020 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved diff --git a/src/osmo-bsc/nm_common_fsm.c b/src/osmo-bsc/nm_common_fsm.c index 02e2c5e..9259a6e 100644 --- a/src/osmo-bsc/nm_common_fsm.c +++ b/src/osmo-bsc/nm_common_fsm.c @@ -1,6 +1,6 @@ /* NM FSM, common bits */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2020 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved diff --git a/src/osmo-bsc/nm_gprs_cell_fsm.c b/src/osmo-bsc/nm_gprs_cell_fsm.c index 3e61657..2f139a6 100644 --- a/src/osmo-bsc/nm_gprs_cell_fsm.c +++ b/src/osmo-bsc/nm_gprs_cell_fsm.c @@ -1,6 +1,6 @@ /* NM GPRS Cell FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2020 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved diff --git a/src/osmo-bsc/nm_gprs_nse_fsm.c b/src/osmo-bsc/nm_gprs_nse_fsm.c index 1403c5f..882dbaf 100644 --- a/src/osmo-bsc/nm_gprs_nse_fsm.c +++ b/src/osmo-bsc/nm_gprs_nse_fsm.c @@ -1,6 +1,6 @@ /* NM GPRS NSE FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2020 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved diff --git a/src/osmo-bsc/nm_gprs_nsvc_fsm.c b/src/osmo-bsc/nm_gprs_nsvc_fsm.c index 906ba2a..d441f58 100644 --- a/src/osmo-bsc/nm_gprs_nsvc_fsm.c +++ b/src/osmo-bsc/nm_gprs_nsvc_fsm.c @@ -1,6 +1,6 @@ /* NM GPRS NSVC FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2020 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Alexander Couzens lynxis@fe80.eu * * All Rights Reserved diff --git a/src/osmo-bsc/nm_rcarrier_fsm.c b/src/osmo-bsc/nm_rcarrier_fsm.c index bcf00b8..824b2ed 100644 --- a/src/osmo-bsc/nm_rcarrier_fsm.c +++ b/src/osmo-bsc/nm_rcarrier_fsm.c @@ -1,6 +1,6 @@ /* NM Radio Carrier FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH info@sysmocom.de +/* (C) 2020 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Pau Espin Pedrol pespin@sysmocom.de * * All Rights Reserved diff --git a/src/osmo-bsc/power_control.c b/src/osmo-bsc/power_control.c index e26b0d6..33b4c71 100644 --- a/src/osmo-bsc/power_control.c +++ b/src/osmo-bsc/power_control.c @@ -1,7 +1,7 @@ /* MS Power Control Loop L1 */
/* (C) 2014 by Holger Hans Peter Freyther - * (C) 2020-2021 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2020-2021 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * Author: Vadim Yanitskiy vyanitskiy@sysmocom.de * * All Rights Reserved