fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/32780 )
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: I2f8069c17d75a2c456485fc1ed22fec130c968d0
---
M osmoappdesc.py
M src/osmo-hnbgw/context_map_rua.c
M src/osmo-hnbgw/context_map_sccp.c
3 files changed, 12 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/80/32780/1
diff --git a/osmoappdesc.py b/osmoappdesc.py
index 8615b6e..631bce0 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(a)sysmocom.de>
+# (C) 2021 by sysmocom - s.f.m.c. GmbH <info(a)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-hnbgw/context_map_rua.c b/src/osmo-hnbgw/context_map_rua.c
index f5537f3..bc012f3 100644
--- a/src/osmo-hnbgw/context_map_rua.c
+++ b/src/osmo-hnbgw/context_map_rua.c
@@ -1,5 +1,5 @@
/* RUA side FSM of hnbgw_context_map */
-/* (C) 2023 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2023 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* All Rights Reserved
*
* SPDX-License-Identifier: AGPL-3.0+
diff --git a/src/osmo-hnbgw/context_map_sccp.c b/src/osmo-hnbgw/context_map_sccp.c
index 47297e7..8e04fba 100644
--- a/src/osmo-hnbgw/context_map_sccp.c
+++ b/src/osmo-hnbgw/context_map_sccp.c
@@ -1,5 +1,5 @@
/* SCCP side FSM of hnbgw_context_map */
-/* (C) 2023 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2023 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* All Rights Reserved
*
* SPDX-License-Identifier: AGPL-3.0+
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/32780
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I2f8069c17d75a2c456485fc1ed22fec130c968d0
Gerrit-Change-Number: 32780
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-mgw/+/32775 )
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: I0de7650ad119d9a5d2585e2af981c5f1ff8e7058
---
M debian/copyright
M src/libosmo-mgcp-client/mgcp_client_vty.c
2 files changed, 12 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/75/32775/1
diff --git a/debian/copyright b/debian/copyright
index 0849a79..b2690ed 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@
Copyright: 2009-2014 On-Waves
2009-2015 Holger Hans Peter Freyther <zecke(a)selfish.org>
2013 Jacob Erlbeck <jerlbeck(a)sysmocom.de>
- 2016-2017 sysmocom s.m.f.c. GmbH <info(a)sysmocom.de>
+ 2016-2017 sysmocom s.f.m.c. GmbH <info(a)sysmocom.de>
License: AGPL-3.0+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
@@ -22,7 +22,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
Files: src/libosmo-mgcp-client/* include/osmocom/mgcp_client/*
-Copyright: 2016 by sysmocom s.m.f.c. GmbH <info(a)sysmocom.de>
+Copyright: 2016 by sysmocom s.f.m.c. GmbH <info(a)sysmocom.de>
Based on OpenBSC interface to quagga VTY (libmsc/vty_interface_layer3.c)
2009 by Harald Welte <laforge(a)gnumonks.org>
2009-2011 by Holger Hans Peter Freyther
diff --git a/src/libosmo-mgcp-client/mgcp_client_vty.c b/src/libosmo-mgcp-client/mgcp_client_vty.c
index 2a221d3..336733b 100644
--- a/src/libosmo-mgcp-client/mgcp_client_vty.c
+++ b/src/libosmo-mgcp-client/mgcp_client_vty.c
@@ -1,5 +1,5 @@
/* MGCP client interface to quagga VTY */
-/* (C) 2016 by sysmocom s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2016 by sysmocom s.f.m.c. GmbH <info(a)sysmocom.de>
* Based on OpenBSC interface to quagga VTY (libmsc/vty_interface_layer3.c)
* (C) 2009 by Harald Welte <laforge(a)gnumonks.org>
* (C) 2009-2011 by Holger Hans Peter Freyther
--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/32775
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I0de7650ad119d9a5d2585e2af981c5f1ff8e7058
Gerrit-Change-Number: 32775
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange