diff options
| author | Dana Jansens <danakj@orodu.net> | 2012-09-30 12:27:26 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2012-09-30 14:50:21 -0400 |
| commit | fbc3e344cdbb0fc70b960c60153bd86d56b9eb43 (patch) | |
| tree | d62edc654930506bf3790745b002762f1d297442 /openbox/openbox.c | |
| parent | e27680e4205f5be210cd52660f495e67623e6260 (diff) | |
Just put copyright starting year in README so we don't need to keep updating it. Make --version match README.
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index fbc01fdd..4ac09cd6 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -515,9 +515,9 @@ static void print_version(void) { g_print("Openbox %s\n", PACKAGE_VERSION); g_print(_("Copyright (c)")); - g_print(" 2008-2011 Mikael Magnusson\n"); + g_print(" 2004 Mikael Magnusson\n"); g_print(_("Copyright (c)")); - g_print(" 2003-2011 Dana Jansens\n\n"); + g_print(" 2002 Dana Jansens\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"); g_print("under certain conditions. See the file COPYING for details.\n\n"); |
