fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/32776 )
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: I81687235fedcbbb686db7def59318e891e00ced7 --- M include/osmocom/msc/cell_id_list.h M include/osmocom/msc/codec_filter.h M include/osmocom/msc/mncc_call.h M include/osmocom/msc/msc_a.h M include/osmocom/msc/msc_ho.h M src/libmsc/call_leg.c M src/libmsc/cell_id_list.c M src/libmsc/codec_filter.c M src/libmsc/codec_mapping.c M src/libmsc/e_link.c M src/libmsc/gsup_client_mux.c M src/libmsc/mncc_call.c M src/libmsc/msc_a.c M src/libmsc/msc_a_remote.c M src/libmsc/msc_ho.c M src/libmsc/msc_i.c M src/libmsc/msc_i_remote.c M src/libmsc/msc_t.c M src/libmsc/msc_t_remote.c M src/libmsc/msc_vty.c M src/libmsc/msub.c M src/libmsc/neighbor_ident.c M src/libmsc/paging.c M src/libmsc/ran_conn.c M src/libmsc/ran_infra.c M src/libmsc/ran_msg.c M src/libmsc/ran_msg_a.c M src/libmsc/ran_msg_iu.c M src/libmsc/ran_peer.c M src/libmsc/rtp_stream.c M src/libmsc/sccp_ran.c M src/libmsc/sdp_msg.c M src/libmsc/smsc_vty.c 33 files changed, 42 insertions(+), 33 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/76/32776/1
diff --git a/include/osmocom/msc/cell_id_list.h b/include/osmocom/msc/cell_id_list.h index c6a7cbb..4c0c6ea 100644 --- a/include/osmocom/msc/cell_id_list.h +++ b/include/osmocom/msc/cell_id_list.h @@ -1,6 +1,6 @@ /* Manage a list of struct gsm0808_cell_id */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/include/osmocom/msc/codec_filter.h b/include/osmocom/msc/codec_filter.h index 16315c7..b488e98 100644 --- a/include/osmocom/msc/codec_filter.h +++ b/include/osmocom/msc/codec_filter.h @@ -1,6 +1,6 @@ /* Filter/overlay codec selections for a voice call, across MS, RAN and CN limitations */ /* - * (C) 2019-2022 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019-2022 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/include/osmocom/msc/mncc_call.h b/include/osmocom/msc/mncc_call.h index e887cbe..084edd5 100644 --- a/include/osmocom/msc/mncc_call.h +++ b/include/osmocom/msc/mncc_call.h @@ -1,6 +1,6 @@ /* Handle an MNCC managed call (external MNCC). */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/include/osmocom/msc/msc_a.h b/include/osmocom/msc/msc_a.h index 3b11155..bb7b8f9 100644 --- a/include/osmocom/msc/msc_a.h +++ b/include/osmocom/msc/msc_a.h @@ -1,6 +1,6 @@ /* MSC-A role: main subscriber management */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/include/osmocom/msc/msc_ho.h b/include/osmocom/msc/msc_ho.h index ca5618e..aedb622 100644 --- a/include/osmocom/msc/msc_ho.h +++ b/include/osmocom/msc/msc_ho.h @@ -1,6 +1,6 @@ /* MSC Handover API */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/call_leg.c b/src/libmsc/call_leg.c index a8c5c41..2c75d96 100644 --- a/src/libmsc/call_leg.c +++ b/src/libmsc/call_leg.c @@ -1,6 +1,6 @@ /* Implementation to manage two RTP streams that make up an MO or MT call leg's RTP forwarding. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/cell_id_list.c b/src/libmsc/cell_id_list.c index 580b4f4..907f5f4 100644 --- a/src/libmsc/cell_id_list.c +++ b/src/libmsc/cell_id_list.c @@ -1,6 +1,6 @@ /* Manage a list of struct gsm0808_cell_id */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/codec_filter.c b/src/libmsc/codec_filter.c index c77aeb9..674d564 100644 --- a/src/libmsc/codec_filter.c +++ b/src/libmsc/codec_filter.c @@ -1,6 +1,6 @@ /* Filter/overlay codec selections for a voice call, across MS, RAN and CN limitations */ /* - * (C) 2019-2023 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019-2023 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/codec_mapping.c b/src/libmsc/codec_mapping.c index 69b8ed1..81ab79c 100644 --- a/src/libmsc/codec_mapping.c +++ b/src/libmsc/codec_mapping.c @@ -1,6 +1,6 @@ /* Routines for translation between codec representations: SDP, CC/BSSMAP variants, MGCP, MNCC */ /* - * (C) 2019-2023 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019-2023 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/e_link.c b/src/libmsc/e_link.c index 0a2be79..b26f53b 100644 --- a/src/libmsc/e_link.c +++ b/src/libmsc/e_link.c @@ -1,6 +1,6 @@ /* E-interface messaging over a GSUP connection */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/gsup_client_mux.c b/src/libmsc/gsup_client_mux.c index 3d88349..1900377 100644 --- a/src/libmsc/gsup_client_mux.c +++ b/src/libmsc/gsup_client_mux.c @@ -1,6 +1,6 @@ /* Directing individual GSUP messages to their respective handlers. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/mncc_call.c b/src/libmsc/mncc_call.c index 1cf0c3d..557f2d7 100644 --- a/src/libmsc/mncc_call.c +++ b/src/libmsc/mncc_call.c @@ -2,7 +2,7 @@ /* At the time of writing, this is only used for inter-MSC handover: forward a voice stream to a remote MSC. * Maybe it makes sense to also use it for all "normal" external call management at some point. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_a.c b/src/libmsc/msc_a.c index e8dc58b..917422e 100644 --- a/src/libmsc/msc_a.c +++ b/src/libmsc/msc_a.c @@ -1,6 +1,6 @@ /* Code to manage a subscriber's MSC-A role */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_a_remote.c b/src/libmsc/msc_a_remote.c index e4474f4..3b9693e 100644 --- a/src/libmsc/msc_a_remote.c +++ b/src/libmsc/msc_a_remote.c @@ -1,6 +1,6 @@ /* The MSC-A role implementation variant that forwards requests to/from a remote MSC. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_ho.c b/src/libmsc/msc_ho.c index d156cd0..7467287 100644 --- a/src/libmsc/msc_ho.c +++ b/src/libmsc/msc_ho.c @@ -1,6 +1,6 @@ /* MSC Handover implementation */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/msc_i.c b/src/libmsc/msc_i.c index f7aab0d..d3616f3 100644 --- a/src/libmsc/msc_i.c +++ b/src/libmsc/msc_i.c @@ -1,6 +1,6 @@ /* Code to manage a subscriber's MSC-I role */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_i_remote.c b/src/libmsc/msc_i_remote.c index 7b95984..c5d22a2 100644 --- a/src/libmsc/msc_i_remote.c +++ b/src/libmsc/msc_i_remote.c @@ -1,6 +1,6 @@ /* The MSC-I role implementation variant that forwards requests to/from a remote MSC. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_t.c b/src/libmsc/msc_t.c index 7f316a7..b3429ed 100644 --- a/src/libmsc/msc_t.c +++ b/src/libmsc/msc_t.c @@ -1,6 +1,6 @@ /* The MSC-T role, a transitional RAN connection during Handover. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_t_remote.c b/src/libmsc/msc_t_remote.c index 22c4e22..aea7633 100644 --- a/src/libmsc/msc_t_remote.c +++ b/src/libmsc/msc_t_remote.c @@ -1,6 +1,6 @@ /* The MSC-T role implementation variant that forwards requests to/from a remote MSC. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_vty.c b/src/libmsc/msc_vty.c index b28ed0d..5e3a222 100644 --- a/src/libmsc/msc_vty.c +++ b/src/libmsc/msc_vty.c @@ -1,5 +1,5 @@ /* MSC interface to quagga VTY */ -/* (C) 2016-2018 by sysmocom s.m.f.c. GmbH info@sysmocom.de +/* (C) 2016-2018 by sysmocom s.f.m.c. GmbH info@sysmocom.de * Based on OpenBSC interface to quagga VTY (libmsc/vty_interface_layer3.c) * (C) 2009-2017 by Harald Welte laforge@gnumonks.org * (C) 2009-2011 by Holger Hans Peter Freyther diff --git a/src/libmsc/msub.c b/src/libmsc/msub.c index e4dd332..ac93665 100644 --- a/src/libmsc/msub.c +++ b/src/libmsc/msub.c @@ -1,6 +1,6 @@ /* Manage all MSC roles of a connected subscriber (MSC-A, MSC-I, MSC-T) */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/neighbor_ident.c b/src/libmsc/neighbor_ident.c index 5120e16..b3cdf17 100644 --- a/src/libmsc/neighbor_ident.c +++ b/src/libmsc/neighbor_ident.c @@ -1,6 +1,6 @@ /* Manage identity of neighboring BSS cells for inter-MSC handover. */ /* - * (C) 2018-2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2018-2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/paging.c b/src/libmsc/paging.c index 8fbe810..9845f99 100644 --- a/src/libmsc/paging.c +++ b/src/libmsc/paging.c @@ -1,5 +1,5 @@ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/ran_conn.c b/src/libmsc/ran_conn.c index 8418c9e..0763801 100644 --- a/src/libmsc/ran_conn.c +++ b/src/libmsc/ran_conn.c @@ -1,7 +1,7 @@ /* MSC RAN connection implementation */
/* - * (C) 2016-2018 by sysmocom s.m.f.c. info@sysmocom.de + * (C) 2016-2018 by sysmocom s.f.m.c. info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/ran_infra.c b/src/libmsc/ran_infra.c index 35dfd61..6a17840 100644 --- a/src/libmsc/ran_infra.c +++ b/src/libmsc/ran_infra.c @@ -1,6 +1,6 @@ /* Lookup table for various RAN implementations */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/ran_msg.c b/src/libmsc/ran_msg.c index e050303..11564d8 100644 --- a/src/libmsc/ran_msg.c +++ b/src/libmsc/ran_msg.c @@ -1,6 +1,6 @@ /* Common bits for RAN message handling */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/ran_msg_a.c b/src/libmsc/ran_msg_a.c index 19402bc..a371e65 100644 --- a/src/libmsc/ran_msg_a.c +++ b/src/libmsc/ran_msg_a.c @@ -1,6 +1,6 @@ /* BSSAP/BSSMAP encoding and decoding for MSC */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/ran_msg_iu.c b/src/libmsc/ran_msg_iu.c index eb7fc93..13c43fe 100644 --- a/src/libmsc/ran_msg_iu.c +++ b/src/libmsc/ran_msg_iu.c @@ -1,6 +1,6 @@ /* RANAP encoding and decoding for MSC */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/ran_peer.c b/src/libmsc/ran_peer.c index fcb5f5a..038ef44 100644 --- a/src/libmsc/ran_peer.c +++ b/src/libmsc/ran_peer.c @@ -1,5 +1,5 @@ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/rtp_stream.c b/src/libmsc/rtp_stream.c index f28c71b..6c408af 100644 --- a/src/libmsc/rtp_stream.c +++ b/src/libmsc/rtp_stream.c @@ -1,5 +1,5 @@ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/sccp_ran.c b/src/libmsc/sccp_ran.c index 99317b5..9907f20 100644 --- a/src/libmsc/sccp_ran.c +++ b/src/libmsc/sccp_ran.c @@ -1,5 +1,5 @@ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/sdp_msg.c b/src/libmsc/sdp_msg.c index dba1541..d636222 100644 --- a/src/libmsc/sdp_msg.c +++ b/src/libmsc/sdp_msg.c @@ -1,6 +1,6 @@ /* Minimalistic SDP parse/compose implementation, focused on GSM audio codecs */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH info@sysmocom.de + * (C) 2019 by sysmocom - s.f.m.c. GmbH info@sysmocom.de * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/smsc_vty.c b/src/libmsc/smsc_vty.c index e99b236..f30907f 100644 --- a/src/libmsc/smsc_vty.c +++ b/src/libmsc/smsc_vty.c @@ -1,5 +1,5 @@ /* SMSC interface to VTY */ -/* (C) 2016-2018 by sysmocom s.m.f.c. GmbH info@sysmocom.de +/* (C) 2016-2018 by sysmocom s.f.m.c. GmbH info@sysmocom.de * Based on OpenBSC interface to quagga VTY (libmsc/vty_interface_layer3.c) * (C) 2009-2022 by Harald Welte laforge@gnumonks.org * (C) 2009-2011 by Holger Hans Peter Freyther