From 504fd5c4fac2ef8d7df7ea61baccc00977ea4f7b Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Wed, 23 Feb 2011 21:42:51 +0100 Subject: updated year and copyright info --- src/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cc b/src/main.cc index ae7d89c..00fa51f 100644 --- a/src/main.cc +++ b/src/main.cc @@ -290,7 +290,7 @@ static void parseOptions(int argc, char** argv, Options& opts) { } else if (arg == "-help" || arg == "-h" || arg == "--help") { // print program usage and command line options printf(_FB_CONSOLETEXT(main, Usage, - "Fluxbox %s : (c) %s Henrik Kinnunen\n" + "Fluxbox %s : (c) %s Fluxbox Team\n" "Website: http://www.fluxbox.org/\n\n" "-display \t\tuse display connection.\n" "-screen \trun on specified screens only.\n" @@ -303,7 +303,7 @@ static void parseOptions(int argc, char** argv, Options& opts) { "-help\t\t\t\tdisplay this help text and exit.\n\n", "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), - __fluxbox_version, "2001-2010"); + __fluxbox_version, "2001-2011"); exit(EXIT_SUCCESS); } else if (arg == "-info" || arg == "-i" || arg == "--info") { showInfo(cout); -- cgit v0.11.2