all repos — fluxbox @ 9ee2ee0ff415007f4caf307baa79d79540bf7450

custom fork of the fluxbox windowmanager

small update for the copyright date
mathias mathias
commit

9ee2ee0ff415007f4caf307baa79d79540bf7450

parent

a744b152bbb6f56a0e56b578d73a17edb7a00c88

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/main.ccsrc/main.cc

@@ -230,7 +230,7 @@ perror("putenv()");

} } 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 @@ "-log <filename>\t\t\tlog output to file.\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(), - __fluxbox_version, "2001-2006"); + __fluxbox_version, "2001-2007"); exit(0); } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { showInfo(cout);