From 9ee2ee0ff415007f4caf307baa79d79540bf7450 Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 22 Mar 2007 20:20:26 +0000 Subject: small update for the copyright date --- src/main.cc | 4 ++-- 1 file 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) { } } else if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) { // 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); } else if (strcmp(argv[i], "-log") == 0 ) { 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", "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); } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { showInfo(cout); -- cgit v0.11.2