aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-03 17:40:55 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-03 17:40:55 (GMT)
commit11974fa40a69a2fb25598330afddbac4901592fc (patch)
tree48d6613dc710755b1f1aa3a05d49a2f0309372d4 /src
parent74df62b0812d33608b88ed74dc89c0d94c818613 (diff)
downloadfluxbox-11974fa40a69a2fb25598330afddbac4901592fc.zip
fluxbox-11974fa40a69a2fb25598330afddbac4901592fc.tar.bz2
Update copyright info
Diffstat (limited to 'src')
-rw-r--r--src/cli_options.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_options.cc b/src/cli_options.cc
index 6b24c22..3003070 100644
--- a/src/cli_options.cc
+++ b/src/cli_options.cc
@@ -109,7 +109,7 @@ int FluxboxCli::Options::parse(int argc, char** argv) {
109 } 109 }
110 } else if (arg == "-version" || arg == "-v" || arg == "--version") { 110 } else if (arg == "-version" || arg == "-v" || arg == "--version") {
111 // print current version string 111 // print current version string
112 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2014 Fluxbox Team " 112 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2015 Fluxbox Team "
113 << endl << endl; 113 << endl << endl;
114 return EXIT_SUCCESS; 114 return EXIT_SUCCESS;
115 } else if (arg == "-log" || arg == "--log") { 115 } else if (arg == "-log" || arg == "--log") {