From 9c8ee9361f546a7c4a17f7cdcd0259ac40838129 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 1 Jul 2020 10:04:45 +0200 Subject: [PATCH] proto*.[ch]: Don't refer to GPL if license is LGPL while at it, also change from physical address to URL. Change-Id: I60a25f802a7b4535f7d47bb04b9f36194ea4e290 --- include/osmocom/e1d/proto.h | 5 ++--- include/osmocom/e1d/proto_clnt.h | 5 ++--- include/osmocom/e1d/proto_srv.h | 5 ++--- src/proto.c | 5 ++--- src/proto_clnt.c | 5 ++--- src/proto_srv.c | 5 ++--- 6 files changed, 12 insertions(+), 18 deletions(-) diff --git a/include/osmocom/e1d/proto.h b/include/osmocom/e1d/proto.h index ef95d0c..56064b8 100644 --- a/include/osmocom/e1d/proto.h +++ b/include/osmocom/e1d/proto.h @@ -17,9 +17,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, see . */ #pragma once diff --git a/include/osmocom/e1d/proto_clnt.h b/include/osmocom/e1d/proto_clnt.h index 9288af9..0914de7 100644 --- a/include/osmocom/e1d/proto_clnt.h +++ b/include/osmocom/e1d/proto_clnt.h @@ -17,9 +17,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, see . */ #pragma once diff --git a/include/osmocom/e1d/proto_srv.h b/include/osmocom/e1d/proto_srv.h index c5faec8..e794725 100644 --- a/include/osmocom/e1d/proto_srv.h +++ b/include/osmocom/e1d/proto_srv.h @@ -17,9 +17,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, see . */ #pragma once diff --git a/src/proto.c b/src/proto.c index 6a32bb7..85f5115 100644 --- a/src/proto.c +++ b/src/proto.c @@ -17,9 +17,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - ** 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, see . */ #include diff --git a/src/proto_clnt.c b/src/proto_clnt.c index f378f5b..7c6df27 100644 --- a/src/proto_clnt.c +++ b/src/proto_clnt.c @@ -17,9 +17,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, see . */ #include diff --git a/src/proto_srv.c b/src/proto_srv.c index c74e043..6ec7397 100644 --- a/src/proto_srv.c +++ b/src/proto_srv.c @@ -17,9 +17,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, see . */ #include