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
diff --git a/ggsn/ggsn_vty.c b/ggsn/ggsn_vty.c
index f23a298..4a3e753 100644
--- a/ggsn/ggsn_vty.c
+++ b/ggsn/ggsn_vty.c
@@ -882,7 +882,7 @@
 	"There is NO WARRANTY, to the extent permitted by law.\r\n";
 
 struct vty_app_info g_vty_info = {
-	.name		= "OpenGGSN",
+	.name		= "OsmoGGSN",
 	.version	= PACKAGE_VERSION,
 	.copyright	= ggsn_copyright,
 	.go_parent_cb	= ggsn_vty_go_parent,