update of copyright info
This commit is contained in:
parent
ff3635ad0a
commit
3696562aa8
3 changed files with 3 additions and 3 deletions
|
@ -292,7 +292,7 @@ static void parseOptions(int argc, char** argv, Options& opts) {
|
|||
}
|
||||
} else if (arg == "-version" || arg == "-v" || arg == "--version") {
|
||||
// print current version string
|
||||
cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2011 Fluxbox Team " << endl << endl;
|
||||
cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2014 Fluxbox Team " << endl << endl;
|
||||
exit(EXIT_SUCCESS);
|
||||
} else if (arg == "-log" || arg == "--log") {
|
||||
if (++i >= argc) {
|
||||
|
|
|
@ -48,7 +48,7 @@ using std::endl;
|
|||
using std::string;
|
||||
|
||||
void showUsage(const char *progname) {
|
||||
cerr<<"fbrun 1.5 : (c) 2002-2013 Henrik Kinnunen"<<endl;
|
||||
cerr<<"fbrun 1.5 : (c) 2002-2014 Henrik Kinnunen"<<endl;
|
||||
cerr<<"Usage: "<<
|
||||
progname<<" [arguments]"<<endl<<
|
||||
"Arguments: "<<endl<<
|
||||
|
|
|
@ -364,7 +364,7 @@ void fbsetroot::gradient() {
|
|||
*/
|
||||
void fbsetroot::usage(int exit_code) {
|
||||
_FB_USES_NLS;
|
||||
cout << m_app_name << " 2.3 : (c) 2003-2011 Fluxbox Development Team" << endl;
|
||||
cout << m_app_name << " 2.3 : (c) 2003-2014 Fluxbox Development Team" << endl;
|
||||
cout << m_app_name << " 2.1 : (c) 2002 Claes Nasten" << endl;
|
||||
cout << m_app_name << " 2.0 : (c) 1997-2000 Brad Hughes\n" << endl;
|
||||
cout << _FB_CONSOLETEXT(fbsetroot, Usage,
|
||||
|
|
Loading…
Reference in a new issue