From 5f54075a8be6e041c8fbf56ff6281fc78a6d7929 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 11 Sep 2010 13:32:30 +0800 Subject: vty: Use \r\n in the copyright messages We should use VTY_NEWLINE but our strings are static, always use \r\n as unix terminals can handle that as well. --- openbsc/src/mgcp/mgcp_main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'openbsc/src/mgcp') diff --git a/openbsc/src/mgcp/mgcp_main.c b/openbsc/src/mgcp/mgcp_main.c index a7a1a12f8..d1e22eadc 100644 --- a/openbsc/src/mgcp/mgcp_main.c +++ b/openbsc/src/mgcp/mgcp_main.c @@ -61,12 +61,12 @@ static int reset_endpoints = 0; static int daemonize = 0; const char *openbsc_copyright = - "Copyright (C) 2009-2010 Holger Freyther and On-Waves\n" - "Contributions by Daniel Willmann, Jan Lübbe,Stefan Schmidt\n" - "Dieter Spaar, Andreas Eversberg, Harald Welte\n\n" - "License GPLv2+: GNU GPL version 2 or later \n" - "This is free software: you are free to change and redistribute it.\n" - "There is NO WARRANTY, to the extent permitted by law.\n"; + "Copyright (C) 2009-2010 Holger Freyther and On-Waves\r\n" + "Contributions by Daniel Willmann, Jan Lübbe,Stefan Schmidt\r\n" + "Dieter Spaar, Andreas Eversberg, Harald Welte\r\n\r\n" + "License GPLv2+: 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"; static char *config_file = "mgcp.cfg"; -- cgit v1.2.3