<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-msc/+/26556">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">treewide: remove FSF address<br><br>Remove the paragraph about writing to the Free Software Foundation's<br>mailing address. The FSF has changed addresses in the past, and may do<br>so again. In 2021 this is not useful, let's rather have a bit less<br>boilerplate at the start of source files.<br><br>Change-Id: I1b68e0aa26d81fbfe26abaa287d2bd5eec2cfd0f<br>---<br>M include/osmocom/msc/cell_id_list.h<br>M src/libmsc/call_leg.c<br>M src/libmsc/cell_id_list.c<br>M src/libmsc/gsup_client_mux.c<br>M src/libmsc/mncc_builtin.c<br>M src/libmsc/mncc_sock.c<br>M src/libmsc/msc_ho.c<br>M src/libmsc/ran_msg.c<br>M src/libmsc/ran_msg_a.c<br>M src/libmsc/ran_msg_iu.c<br>10 files changed, 0 insertions(+), 40 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/56/26556/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/msc/cell_id_list.h b/include/osmocom/msc/cell_id_list.h</span><br><span>index 83d05f5..c6a7cbb 100644</span><br><span>--- a/include/osmocom/msc/cell_id_list.h</span><br><span>+++ b/include/osmocom/msc/cell_id_list.h</span><br><span>@@ -16,10 +16,6 @@</span><br><span> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span><br><span> * GNU General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU General Public License along</span><br><span style="color: hsl(0, 100%, 40%);">- * with this program; if not, write to the Free Software Foundation, Inc.,</span><br><span style="color: hsl(0, 100%, 40%);">- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</span><br><span> */</span><br><span> </span><br><span> #pragma once</span><br><span>diff --git a/src/libmsc/call_leg.c b/src/libmsc/call_leg.c</span><br><span>index 056a392..6242a80 100644</span><br><span>--- a/src/libmsc/call_leg.c</span><br><span>+++ b/src/libmsc/call_leg.c</span><br><span>@@ -16,10 +16,6 @@</span><br><span> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span><br><span> * GNU General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU General Public License along</span><br><span style="color: hsl(0, 100%, 40%);">- * with this program; if not, write to the Free Software Foundation, Inc.,</span><br><span style="color: hsl(0, 100%, 40%);">- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</span><br><span> */</span><br><span> #include <osmocom/core/fsm.h></span><br><span> #include <osmocom/mgcp_client/mgcp_client_endpoint_fsm.h></span><br><span>diff --git a/src/libmsc/cell_id_list.c b/src/libmsc/cell_id_list.c</span><br><span>index ca7a6d4..580b4f4 100644</span><br><span>--- a/src/libmsc/cell_id_list.c</span><br><span>+++ b/src/libmsc/cell_id_list.c</span><br><span>@@ -16,10 +16,6 @@</span><br><span> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span><br><span> * GNU General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU General Public License along</span><br><span style="color: hsl(0, 100%, 40%);">- * with this program; if not, write to the Free Software Foundation, Inc.,</span><br><span style="color: hsl(0, 100%, 40%);">- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</span><br><span> */</span><br><span> </span><br><span> #include <osmocom/msc/cell_id_list.h></span><br><span>diff --git a/src/libmsc/gsup_client_mux.c b/src/libmsc/gsup_client_mux.c</span><br><span>index e425651..3d88349 100644</span><br><span>--- a/src/libmsc/gsup_client_mux.c</span><br><span>+++ b/src/libmsc/gsup_client_mux.c</span><br><span>@@ -16,10 +16,6 @@</span><br><span> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span><br><span> * GNU General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU General Public License along</span><br><span style="color: hsl(0, 100%, 40%);">- * with this program; if not, write to the Free Software Foundation, Inc.,</span><br><span style="color: hsl(0, 100%, 40%);">- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</span><br><span> */</span><br><span> #include <errno.h></span><br><span> </span><br><span>diff --git a/src/libmsc/mncc_builtin.c b/src/libmsc/mncc_builtin.c</span><br><span>index cc3f55d..a711e07 100644</span><br><span>--- a/src/libmsc/mncc_builtin.c</span><br><span>+++ b/src/libmsc/mncc_builtin.c</span><br><span>@@ -15,10 +15,6 @@</span><br><span> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span><br><span> * GNU General Public License for more details.</span><br><span> *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU General Public License along</span><br><span style="color: hsl(0, 100%, 40%);">- * with this program; if not, write to the Free Software Foundation, Inc.,</span><br><span style="color: hsl(0, 100%, 40%);">- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span> */</span><br><span> </span><br><span> </span><br><span>diff --git a/src/libmsc/mncc_sock.c b/src/libmsc/mncc_sock.c</span><br><span>index b76855f..7c65546 100644</span><br><span>--- a/src/libmsc/mncc_sock.c</span><br><span>+++ b/src/libmsc/mncc_sock.c</span><br><span>@@ -15,10 +15,6 @@</span><br><span> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span><br><span> * GNU General Public License for more details.</span><br><span> *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU General Public License along</span><br><span style="color: hsl(0, 100%, 40%);">- * with this program; if not, write to the Free Software Foundation, Inc.,</span><br><span style="color: hsl(0, 100%, 40%);">- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span> */</span><br><span> </span><br><span> #include <stdio.h></span><br><span>diff --git a/src/libmsc/msc_ho.c b/src/libmsc/msc_ho.c</span><br><span>index 6b8960e..7e7905b 100644</span><br><span>--- a/src/libmsc/msc_ho.c</span><br><span>+++ b/src/libmsc/msc_ho.c</span><br><span>@@ -16,10 +16,6 @@</span><br><span> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span><br><span> * GNU General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU General Public License along</span><br><span style="color: hsl(0, 100%, 40%);">- * with this program; if not, write to the Free Software Foundation, Inc.,</span><br><span style="color: hsl(0, 100%, 40%);">- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</span><br><span> */</span><br><span> </span><br><span> #include <osmocom/core/fsm.h></span><br><span>diff --git a/src/libmsc/ran_msg.c b/src/libmsc/ran_msg.c</span><br><span>index 46816a9..e050303 100644</span><br><span>--- a/src/libmsc/ran_msg.c</span><br><span>+++ b/src/libmsc/ran_msg.c</span><br><span>@@ -16,10 +16,6 @@</span><br><span> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span><br><span> * GNU General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU General Public License along</span><br><span style="color: hsl(0, 100%, 40%);">- * with this program; if not, write to the Free Software Foundation, Inc.,</span><br><span style="color: hsl(0, 100%, 40%);">- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</span><br><span> */</span><br><span> </span><br><span> #include <osmocom/core/utils.h></span><br><span>diff --git a/src/libmsc/ran_msg_a.c b/src/libmsc/ran_msg_a.c</span><br><span>index b50259d..be026e5 100644</span><br><span>--- a/src/libmsc/ran_msg_a.c</span><br><span>+++ b/src/libmsc/ran_msg_a.c</span><br><span>@@ -16,10 +16,6 @@</span><br><span> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span><br><span> * GNU General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU General Public License along</span><br><span style="color: hsl(0, 100%, 40%);">- * with this program; if not, write to the Free Software Foundation, Inc.,</span><br><span style="color: hsl(0, 100%, 40%);">- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</span><br><span> */</span><br><span> </span><br><span> #include <osmocom/core/byteswap.h></span><br><span>diff --git a/src/libmsc/ran_msg_iu.c b/src/libmsc/ran_msg_iu.c</span><br><span>index b894df2..c10df4d 100644</span><br><span>--- a/src/libmsc/ran_msg_iu.c</span><br><span>+++ b/src/libmsc/ran_msg_iu.c</span><br><span>@@ -16,10 +16,6 @@</span><br><span> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span><br><span> * GNU General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * You should have received a copy of the GNU General Public License along</span><br><span style="color: hsl(0, 100%, 40%);">- * with this program; if not, write to the Free Software Foundation, Inc.,</span><br><span style="color: hsl(0, 100%, 40%);">- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</span><br><span> */</span><br><span> </span><br><span> #include <asn1c/asn1helpers.h></span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-msc/+/26556">change 26556</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-msc/+/26556"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I1b68e0aa26d81fbfe26abaa287d2bd5eec2cfd0f </div>
<div style="display:none"> Gerrit-Change-Number: 26556 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>