aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authormathias <mathias>2007-03-22 20:20:26 (GMT)
committermathias <mathias>2007-03-22 20:20:26 (GMT)
commit9ee2ee0ff415007f4caf307baa79d79540bf7450 (patch)
tree8439d4a278339393aaeada7832175d8ed616e50e /src/main.cc
parenta744b152bbb6f56a0e56b578d73a17edb7a00c88 (diff)
downloadfluxbox-9ee2ee0ff415007f4caf307baa79d79540bf7450.zip
fluxbox-9ee2ee0ff415007f4caf307baa79d79540bf7450.tar.bz2
small update for the copyright date
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index 1c62744..1c5e283 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -230,7 +230,7 @@ int main(int argc, char **argv) {
230 } 230 }
231 } else if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) { 231 } else if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) {
232 // print current version string 232 // print current version string
233 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2006 Henrik Kinnunen " << endl << endl; 233 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2007 Henrik Kinnunen " << endl << endl;
234 exit(0); 234 exit(0);
235 } else if (strcmp(argv[i], "-log") == 0 ) { 235 } else if (strcmp(argv[i], "-log") == 0 ) {
236 if (i + 1 >= argc) { 236 if (i + 1 >= argc) {
@@ -252,7 +252,7 @@ int main(int argc, char **argv) {
252 "-help\t\t\t\tdisplay this help text and exit.\n\n", 252 "-help\t\t\t\tdisplay this help text and exit.\n\n",
253 253
254 "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), 254 "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(),
255 __fluxbox_version, "2001-2006"); 255 __fluxbox_version, "2001-2007");
256 exit(0); 256 exit(0);
257 } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { 257 } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) {
258 showInfo(cout); 258 showInfo(cout);