<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-e1d/+/19084">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">proto*.[ch]: Don'r refer to GPL if license is LGPL<br><br>while at it, also change from physical address to URL.<br><br>Change-Id: I60a25f802a7b4535f7d47bb04b9f36194ea4e290<br>---<br>M include/osmocom/e1d/proto.h<br>M include/osmocom/e1d/proto_clnt.h<br>M include/osmocom/e1d/proto_srv.h<br>M src/proto.c<br>M src/proto_clnt.c<br>M src/proto_srv.c<br>6 files changed, 12 insertions(+), 18 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/84/19084/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/e1d/proto.h b/include/osmocom/e1d/proto.h</span><br><span>index ef95d0c..56064b8 100644</span><br><span>--- a/include/osmocom/e1d/proto.h</span><br><span>+++ b/include/osmocom/e1d/proto.h</span><br><span>@@ -17,9 +17,8 @@</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(120, 100%, 40%);">+ * You should have received a copy of the GNU Lesser General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, see <http://www.gnu.org/licenses/>.</span><br><span>  */</span><br><span> </span><br><span> #pragma once</span><br><span>diff --git a/include/osmocom/e1d/proto_clnt.h b/include/osmocom/e1d/proto_clnt.h</span><br><span>index 9288af9..0914de7 100644</span><br><span>--- a/include/osmocom/e1d/proto_clnt.h</span><br><span>+++ b/include/osmocom/e1d/proto_clnt.h</span><br><span>@@ -17,9 +17,8 @@</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(120, 100%, 40%);">+ * You should have received a copy of the GNU Lesser General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, see <http://www.gnu.org/licenses/>.</span><br><span>  */</span><br><span> </span><br><span> #pragma once</span><br><span>diff --git a/include/osmocom/e1d/proto_srv.h b/include/osmocom/e1d/proto_srv.h</span><br><span>index c5faec8..e794725 100644</span><br><span>--- a/include/osmocom/e1d/proto_srv.h</span><br><span>+++ b/include/osmocom/e1d/proto_srv.h</span><br><span>@@ -17,9 +17,8 @@</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(120, 100%, 40%);">+ * You should have received a copy of the GNU Lesser General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, see <http://www.gnu.org/licenses/>.</span><br><span>  */</span><br><span> </span><br><span> #pragma once</span><br><span>diff --git a/src/proto.c b/src/proto.c</span><br><span>index 6a32bb7..85f5115 100644</span><br><span>--- a/src/proto.c</span><br><span>+++ b/src/proto.c</span><br><span>@@ -17,9 +17,8 @@</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(120, 100%, 40%);">+ * You should have received a copy of the GNU Lesser General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, see <http://www.gnu.org/licenses/>.</span><br><span>  */</span><br><span> </span><br><span> #include <string.h></span><br><span>diff --git a/src/proto_clnt.c b/src/proto_clnt.c</span><br><span>index f378f5b..7c6df27 100644</span><br><span>--- a/src/proto_clnt.c</span><br><span>+++ b/src/proto_clnt.c</span><br><span>@@ -17,9 +17,8 @@</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(120, 100%, 40%);">+ * You should have received a copy of the GNU Lesser General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, see <http://www.gnu.org/licenses/>.</span><br><span>  */</span><br><span> </span><br><span> #include <errno.h></span><br><span>diff --git a/src/proto_srv.c b/src/proto_srv.c</span><br><span>index c74e043..6ec7397 100644</span><br><span>--- a/src/proto_srv.c</span><br><span>+++ b/src/proto_srv.c</span><br><span>@@ -17,9 +17,8 @@</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(120, 100%, 40%);">+ * You should have received a copy of the GNU Lesser General Public License</span><br><span style="color: hsl(120, 100%, 40%);">+ * along with this program; if not, see <http://www.gnu.org/licenses/>.</span><br><span>  */</span><br><span> </span><br><span> #include <errno.h></span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-e1d/+/19084">change 19084</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-e1d/+/19084"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-e1d </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I60a25f802a7b4535f7d47bb04b9f36194ea4e290 </div>
<div style="display:none"> Gerrit-Change-Number: 19084 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>