small update for the copyright date
This commit is contained in:
parent
a744b152bb
commit
9ee2ee0ff4
1 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ int main(int argc, char **argv) {
|
||||||
}
|
}
|
||||||
} else if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) {
|
} else if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) {
|
||||||
// print current version string
|
// print current version string
|
||||||
cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2006 Henrik Kinnunen " << endl << endl;
|
cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2007 Henrik Kinnunen " << endl << endl;
|
||||||
exit(0);
|
exit(0);
|
||||||
} else if (strcmp(argv[i], "-log") == 0 ) {
|
} else if (strcmp(argv[i], "-log") == 0 ) {
|
||||||
if (i + 1 >= argc) {
|
if (i + 1 >= argc) {
|
||||||
|
@ -252,7 +252,7 @@ int main(int argc, char **argv) {
|
||||||
"-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-2006");
|
__fluxbox_version, "2001-2007");
|
||||||
exit(0);
|
exit(0);
|
||||||
} else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) {
|
} else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) {
|
||||||
showInfo(cout);
|
showInfo(cout);
|
||||||
|
|
Loading…
Reference in a new issue