From d1e340f0be94a10a96d5da1d5e4d50c6523aaf77 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 17 Jan 2013 12:24:29 +0100 Subject: [PATCH] VTY: complete the copyright message --- src/pcu_vty.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pcu_vty.c b/src/pcu_vty.c index c55a9ee6..3ab6865c 100644 --- a/src/pcu_vty.c +++ b/src/pcu_vty.c @@ -274,7 +274,8 @@ DEFUN(cfg_pcu_gamma, } static const char pcu_copyright[] = - "Copyright (C) 2012 by ...\r\n" + "Copyright (C) 2012 by Ivan Kluchnikov and \r\n" + " Andreas Eversberg \r\n" "License GNU GPL version 2 or later\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";