diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2013-02-14 18:45:17 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2013-02-14 18:45:17 (GMT) |
commit | ac27c8cb4235b548ac1d1a5d5472d04a198bddf2 (patch) | |
tree | 9fc1c97cbf3d926119f741dcbb75884d332b6cc6 | |
parent | 20c46d94d420d36825902f3ab378ed0213db3ab0 (diff) | |
download | fluxbox-ac27c8cb4235b548ac1d1a5d5472d04a198bddf2.zip fluxbox-ac27c8cb4235b548ac1d1a5d5472d04a198bddf2.tar.bz2 |
Updates copyright date information in some binaries
-rw-r--r-- | src/main.cc | 2 | ||||
-rw-r--r-- | util/fbrun/main.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc index a8d4608..0639e30 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -321,7 +321,7 @@ static void parseOptions(int argc, char** argv, Options& opts) { | |||
321 | "-help\t\t\t\tdisplay this help text and exit.\n\n", | 321 | "-help\t\t\t\tdisplay this help text and exit.\n\n", |
322 | 322 | ||
323 | "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), | 323 | "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), |
324 | __fluxbox_version, "2001-2011"); | 324 | __fluxbox_version, "2001-2013"); |
325 | exit(EXIT_SUCCESS); | 325 | exit(EXIT_SUCCESS); |
326 | } else if (arg == "-info" || arg == "-i" || arg == "--info") { | 326 | } else if (arg == "-info" || arg == "-i" || arg == "--info") { |
327 | showInfo(cout); | 327 | showInfo(cout); |
diff --git a/util/fbrun/main.cc b/util/fbrun/main.cc index af059d6..5b4156b 100644 --- a/util/fbrun/main.cc +++ b/util/fbrun/main.cc | |||
@@ -48,7 +48,7 @@ using std::endl; | |||
48 | using std::string; | 48 | using std::string; |
49 | 49 | ||
50 | void showUsage(const char *progname) { | 50 | void showUsage(const char *progname) { |
51 | cerr<<"fbrun 1.5 : (c) 2002-2004 Henrik Kinnunen"<<endl; | 51 | cerr<<"fbrun 1.5 : (c) 2002-2013 Henrik Kinnunen"<<endl; |
52 | cerr<<"Usage: "<< | 52 | cerr<<"Usage: "<< |
53 | progname<<" [arguments]"<<endl<< | 53 | progname<<" [arguments]"<<endl<< |
54 | "Arguments: "<<endl<< | 54 | "Arguments: "<<endl<< |