all repos — fluxbox @ 52a8360e5b44d84198d46b59ca51a79887812908

custom fork of the fluxbox windowmanager

updated copyrights
mathias mathias
commit

52a8360e5b44d84198d46b59ca51a79887812908

parent

05ecd47342606ad34e49f052e949e1084f063896

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

jump to
M src/fluxbox.hhsrc/fluxbox.hh

@@ -1,5 +1,5 @@

// fluxbox.hh for Fluxbox Window Manager -// Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) +// Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at users.sourceforge.net) // // blackbox.hh for Blackbox - an X11 Window manager // Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net)
M src/main.ccsrc/main.cc

@@ -1,6 +1,6 @@

// main.cc for Fluxbox Window manager -// Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) -// and 2003 Simon Bowden (rathnor at users.sourceforge.net) +// Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at users.sourceforge.net) +// and 2003-2005 Simon Bowden (rathnor at users.sourceforge.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),

@@ -200,7 +200,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-2004 Henrik Kinnunen "<<endl<<endl; + cout<<"Fluxbox "<<__fluxbox_version<<" : (c) 2001-2005 Henrik Kinnunen "<<endl<<endl; exit(0); } else if (strcmp(argv[i], "-log") == 0 ) { if (i + 1 >= argc) {