aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-11 13:32:30 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-11 13:32:30 +0800
commit5f54075a8be6e041c8fbf56ff6281fc78a6d7929 (patch)
tree407cd6d1acb8ba7538220e96b5f3df9daec7aa4a /openbsc/src/mgcp
parent38158fb9418f7355a01b2a2affb3288cb227b04d (diff)
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.
Diffstat (limited to 'openbsc/src/mgcp')
-rw-r--r--openbsc/src/mgcp/mgcp_main.c12
1 files changed, 6 insertions, 6 deletions
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 <http://gnu.org/licenses/gpl.html>\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 <http://gnu.org/licenses/gpl.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 char *config_file = "mgcp.cfg";