Updates copyright date information in some binaries

This commit is contained in:
Mathias Gumz 2013-02-14 19:45:17 +01:00
parent 20c46d94d4
commit ac27c8cb42
2 changed files with 2 additions and 2 deletions

View file

@ -321,7 +321,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-2011");
__fluxbox_version, "2001-2013");
exit(EXIT_SUCCESS);
} else if (arg == "-info" || arg == "-i" || arg == "--info") {
showInfo(cout);

View file

@ -48,7 +48,7 @@ using std::endl;
using std::string;
void showUsage(const char *progname) {
cerr<<"fbrun 1.5 : (c) 2002-2004 Henrik Kinnunen"<<endl;
cerr<<"fbrun 1.5 : (c) 2002-2013 Henrik Kinnunen"<<endl;
cerr<<"Usage: "<<
progname<<" [arguments]"<<endl<<
"Arguments: "<<endl<<