aboutsummaryrefslogtreecommitdiffstats
path: root/gtp
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-09-05 18:12:14 +0200
committerHarald Welte <laforge@gnumonks.org>2017-09-06 09:17:15 +0200
commit632e843e5f694ba258e716a7f0e0ceb39055f303 (patch)
tree8128db442c876e286c48d97a55d0b0370502f038 /gtp
parente80494726c5b36caef58a5999251613453d9e2f0 (diff)
Rename OpenGGSN to OsmoGGSN
Osmocom has maintained this program since about 7 years now, while the original author / copyright holder has completely disappeared. With the introduction of Osmocom-style CTRL and VTY interfaces, the way how the program is used and configured has substantially changed. In order to avoid confusion in terms of configuration file format etc, let's rename it to OsmoGGSN. Change-Id: I2da30f7d4828e185bfac1a4e2d8414b01cbe4f9d
Diffstat (limited to 'gtp')
-rw-r--r--gtp/gtp.c4
-rw-r--r--gtp/gtp.h2
-rw-r--r--gtp/gtpie.c2
-rw-r--r--gtp/gtpie.h2
-rw-r--r--gtp/pdp.c3
-rw-r--r--gtp/pdp.h3
-rw-r--r--gtp/queue.c3
-rw-r--r--gtp/queue.h2
8 files changed, 13 insertions, 8 deletions
diff --git a/gtp/gtp.c b/gtp/gtp.c
index 87ab075..27a07b1 100644
--- a/gtp/gtp.c
+++ b/gtp/gtp.c
@@ -1,6 +1,8 @@
/*
- * OpenGGSN - Gateway GPRS Support Node
+ * OsmoGGSN - Gateway GPRS Support Node
* Copyright (C) 2002, 2003, 2004 Mondru AB.
+ * Copyright (C) 2010-2011, 2016-2017 Harald Welte <laforge@gnumonks.org>
+ * Copyright (C) 2015-2017 sysmocom - s.f.m.c. GmbH
*
* The contents of this file may be used under the terms of the GNU
* General Public License Version 2, provided that the above copyright
diff --git a/gtp/gtp.h b/gtp/gtp.h
index 7fa9ae7..b40c6df 100644
--- a/gtp/gtp.h
+++ b/gtp/gtp.h
@@ -1,5 +1,5 @@
/*
- * OpenGGSN - Gateway GPRS Support Node
+ * OsmoGGSN - Gateway GPRS Support Node
* Copyright (C) 2002, 2003, 2004 Mondru AB.
*
* The contents of this file may be used under the terms of the GNU
diff --git a/gtp/gtpie.c b/gtp/gtpie.c
index c8db449..0744370 100644
--- a/gtp/gtpie.c
+++ b/gtp/gtpie.c
@@ -1,5 +1,5 @@
/*
- * OpenGGSN - Gateway GPRS Support Node
+ * OsmoGGSN - Gateway GPRS Support Node
* Copyright (C) 2002 Mondru AB.
*
* The contents of this file may be used under the terms of the GNU
diff --git a/gtp/gtpie.h b/gtp/gtpie.h
index fb8598e..9fe7943 100644
--- a/gtp/gtpie.h
+++ b/gtp/gtpie.h
@@ -1,5 +1,5 @@
/*
- * OpenGGSN - Gateway GPRS Support Node
+ * OsmoGGSN - Gateway GPRS Support Node
* Copyright (C) 2002, 2003, 2004 Mondru AB.
*
* The contents of this file may be used under the terms of the GNU
diff --git a/gtp/pdp.c b/gtp/pdp.c
index c576a4e..ff9c681 100644
--- a/gtp/pdp.c
+++ b/gtp/pdp.c
@@ -1,6 +1,7 @@
/*
- * OpenGGSN - Gateway GPRS Support Node
+ * OsmoGGSN - Gateway GPRS Support Node
* Copyright (C) 2002, 2003, 2004 Mondru AB.
+ * Copyright (C) 2017 Harald Welte <laforge@gnumonks.org>
*
* The contents of this file may be used under the terms of the GNU
* General Public License Version 2, provided that the above copyright
diff --git a/gtp/pdp.h b/gtp/pdp.h
index c51e9e2..cb98920 100644
--- a/gtp/pdp.h
+++ b/gtp/pdp.h
@@ -1,6 +1,7 @@
/*
- * OpenGGSN - Gateway GPRS Support Node
+ * OsmoGGSN - Gateway GPRS Support Node
* Copyright (C) 2002, 2003 Mondru AB.
+ * Copyright (C) 2017 Harald Welte <laforge@gnumonks.org>
*
* The contents of this file may be used under the terms of the GNU
* General Public License Version 2, provided that the above copyright
diff --git a/gtp/queue.c b/gtp/queue.c
index fbfa1ec..82cd7b4 100644
--- a/gtp/queue.c
+++ b/gtp/queue.c
@@ -1,7 +1,8 @@
/*
- * OpenGGSN - Gateway GPRS Support Node
+ * OsmoGGSN - Gateway GPRS Support Node
* Copyright (C) 2002, 2003, 2004 Mondru AB.
* Copyright (C) 2011 Harald Welte <laforge@gnumonks.org>
+ * Copyright (C) 2016 sysmocom - s.f.m.c. GmbH
*
* The contents of this file may be used under the terms of the GNU
* General Public License Version 2, provided that the above copyright
diff --git a/gtp/queue.h b/gtp/queue.h
index 556b6ef..2e253dd 100644
--- a/gtp/queue.h
+++ b/gtp/queue.h
@@ -1,5 +1,5 @@
/*
- * OpenGGSN - Gateway GPRS Support Node
+ * OsmoGGSN - Gateway GPRS Support Node
* Copyright (C) 2002 Mondru AB.
*
* The contents of this file may be used under the terms of the GNU