Updates copyright date information in some binaries
This commit is contained in:
parent
20c46d94d4
commit
ac27c8cb42
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
"-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(),
|
"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);
|
exit(EXIT_SUCCESS);
|
||||||
} else if (arg == "-info" || arg == "-i" || arg == "--info") {
|
} else if (arg == "-info" || arg == "-i" || arg == "--info") {
|
||||||
showInfo(cout);
|
showInfo(cout);
|
||||||
|
|
|
@ -48,7 +48,7 @@ using std::endl;
|
||||||
using std::string;
|
using std::string;
|
||||||
|
|
||||||
void showUsage(const char *progname) {
|
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: "<<
|
cerr<<"Usage: "<<
|
||||||
progname<<" [arguments]"<<endl<<
|
progname<<" [arguments]"<<endl<<
|
||||||
"Arguments: "<<endl<<
|
"Arguments: "<<endl<<
|
||||||
|
|
Loading…
Reference in a new issue