aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2014-02-17 19:14:49 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2014-02-17 19:14:49 (GMT)
commit3696562aa87c7e68cb8b00b85f0e8d5cf2d199bf (patch)
tree665a78ad8601811411fbe43578a7e2c77005cbab /src/main.cc
parentff3635ad0aa55f781314ff8b43ed3183cfb12ab6 (diff)
downloadfluxbox-3696562aa87c7e68cb8b00b85f0e8d5cf2d199bf.zip
fluxbox-3696562aa87c7e68cb8b00b85f0e8d5cf2d199bf.tar.bz2
update of copyright info
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 435e9f4..f77e8e5 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -292,7 +292,7 @@ static void parseOptions(int argc, char** argv, Options& opts) {
292 } 292 }
293 } else if (arg == "-version" || arg == "-v" || arg == "--version") { 293 } else if (arg == "-version" || arg == "-v" || arg == "--version") {
294 // print current version string 294 // print current version string
295 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2011 Fluxbox Team " << endl << endl; 295 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2014 Fluxbox Team " << endl << endl;
296 exit(EXIT_SUCCESS); 296 exit(EXIT_SUCCESS);
297 } else if (arg == "-log" || arg == "--log") { 297 } else if (arg == "-log" || arg == "--log") {
298 if (++i >= argc) { 298 if (++i >= argc) {