all repos — fluxbox @ ac27c8cb4235b548ac1d1a5d5472d04a198bddf2

custom fork of the fluxbox windowmanager

Updates copyright date information in some binaries
Mathias Gumz akira at fluxbox dot org
commit

ac27c8cb4235b548ac1d1a5d5472d04a198bddf2

parent

20c46d94d420d36825902f3ab378ed0213db3ab0

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

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

@@ -321,7 +321,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-2011"); + __fluxbox_version, "2001-2013"); exit(EXIT_SUCCESS); } else if (arg == "-info" || arg == "-i" || arg == "--info") { showInfo(cout);
M util/fbrun/main.ccutil/fbrun/main.cc

@@ -48,7 +48,7 @@ using std::endl;

using std::string; void showUsage(const char *progname) { - cerr<<"fbrun 1.5 : (c) 2002-2004 Henrik Kinnunen"<<endl; + cerr<<"fbrun 1.5 : (c) 2002-2013 Henrik Kinnunen"<<endl; cerr<<"Usage: "<< progname<<" [arguments]"<<endl<< "Arguments: "<<endl<<