projects
/
dana
/
obconf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a04b93
)
fix the copyright message formatting for --version
author
Dana Jansens
<danakj@orodu.net>
Sat, 12 Jan 2008 17:34:55 +0000
(12:34 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 12 Jan 2008 17:34:55 +0000
(12:34 -0500)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index 7c08f7b66339e3e29d72b4b26dd8491fda2027ed..120dd9e5a04078a49bf2eb8de36f554316a3066c 100644
(file)
--- 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");