[PATCH] osmo-iuh[master]: hnbgw: add copyright to vty_info

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Aug 18 01:26:41 UTC 2016


Review at  https://gerrit.osmocom.org/705

hnbgw: add copyright to vty_info

Change-Id: I702b606837199ab64c3590546900d4d30357b919
---
M src/hnbgw.c
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/05/705/1

diff --git a/src/hnbgw.c b/src/hnbgw.c
index 8608903..4211da9 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -56,6 +56,14 @@
 #include "hnbgw_cn.h"
 #include "context_map.h"
 
+static const char * const osmo_hnbgw_copyright =
+	"OsmoHNBGW - Osmocom Home Node B Gateway implementation\r\n"
+	"Copyright (C) 2016 by sysmocom s.f.m.c. GmbH <info at sysmocom.de>\r\n"
+	"Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr\r\n"
+	"License AGPLv3+: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl-3.0.html>\r\n"
+	"This is free software: you are free to change and redistribute it.\r\n"
+	"There is NO WARRANTY, to the extent permitted by law.\r\n";
+
 static void *tall_hnb_ctx;
 void *talloc_asn1_ctx;
 
@@ -397,7 +405,9 @@
 	if (rc < 0)
 		exit(1);
 
+	vty_info.copyright = osmo_hnbgw_copyright;
 	vty_init(&vty_info);
+
 	hnbgw_vty_init();
 
 	/* NOTE: if we add a config file, read the config before

-- 
To view, visit https://gerrit.osmocom.org/705
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I702b606837199ab64c3590546900d4d30357b919
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list