aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-07-01 10:04:45 +0200
committerlaforge <laforge@osmocom.org>2020-07-01 08:07:03 +0000
commit9c8ee9361f546a7c4a17f7cdcd0259ac40838129 (patch)
tree39a94377a069c89ffbbeaf5f330fa377e88c0e51
parent6e027c2cb681c663d57709e6404f59023b903af8 (diff)
proto*.[ch]: Don't refer to GPL if license is LGPL
while at it, also change from physical address to URL. Change-Id: I60a25f802a7b4535f7d47bb04b9f36194ea4e290
-rw-r--r--include/osmocom/e1d/proto.h5
-rw-r--r--include/osmocom/e1d/proto_clnt.h5
-rw-r--r--include/osmocom/e1d/proto_srv.h5
-rw-r--r--src/proto.c5
-rw-r--r--src/proto_clnt.c5
-rw-r--r--src/proto_srv.c5
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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#include <string.h>
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 <http://www.gnu.org/licenses/>.
*/
#include <errno.h>
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 <http://www.gnu.org/licenses/>.
*/
#include <errno.h>