From: Dana Jansens Date: Sat, 12 Jan 2008 17:34:55 +0000 (-0500) Subject: fix the copyright message formatting for --version X-Git-Tag: release-2.0.3~24 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=359d71becc188b49b051f70c608d9c47240776e6;p=dana%2Fobconf.git fix the copyright message formatting for --version --- diff --git a/src/main.c b/src/main.c index 7c08f7b..120dd9e 100644 --- a/src/main.c +++ b/src/main.c @@ -66,7 +66,8 @@ static void print_version() g_print(_("Copyright (c)")); g_print(" 2003-2007 Dana Jansens\n"); g_print(_("Copyright (c)")); - g_print(" 2003 Tim Riley\n\n"); + g_print(" 2003 Tim Riley\n"); + g_print(_("Copyright (c)")); g_print(" 2007 Javeed Shaikh\n\n"); g_print("This program comes with ABSOLUTELY NO WARRANTY.\n"); g_print("This is free software, and you are welcome to redistribute it\n");