diff options
author | mathias <mathias> | 2005-01-18 19:06:04 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-01-18 19:06:04 (GMT) |
commit | 52a8360e5b44d84198d46b59ca51a79887812908 (patch) | |
tree | 41341a322ef58b534c3e1d6001f9a042695abdcb /src | |
parent | 05ecd47342606ad34e49f052e949e1084f063896 (diff) | |
download | fluxbox_lack-52a8360e5b44d84198d46b59ca51a79887812908.zip fluxbox_lack-52a8360e5b44d84198d46b59ca51a79887812908.tar.bz2 |
updated copyrights
Diffstat (limited to 'src')
-rw-r--r-- | src/fluxbox.hh | 2 | ||||
-rw-r--r-- | src/main.cc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index e850994..c456685 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -1,5 +1,5 @@ | |||
1 | // fluxbox.hh for Fluxbox Window Manager | 1 | // fluxbox.hh for Fluxbox Window Manager |
2 | // Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) | 2 | // Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at users.sourceforge.net) |
3 | // | 3 | // |
4 | // blackbox.hh for Blackbox - an X11 Window manager | 4 | // blackbox.hh for Blackbox - an X11 Window manager |
5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net) | 5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net) |
diff --git a/src/main.cc b/src/main.cc index b7fffc3..e114a5e 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -1,6 +1,6 @@ | |||
1 | // main.cc for Fluxbox Window manager | 1 | // main.cc for Fluxbox Window manager |
2 | // Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) | 2 | // Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at users.sourceforge.net) |
3 | // and 2003 Simon Bowden (rathnor at users.sourceforge.net) | 3 | // and 2003-2005 Simon Bowden (rathnor at users.sourceforge.net) |
4 | // | 4 | // |
5 | // Permission is hereby granted, free of charge, to any person obtaining a | 5 | // Permission is hereby granted, free of charge, to any person obtaining a |
6 | // copy of this software and associated documentation files (the "Software"), | 6 | // copy of this software and associated documentation files (the "Software"), |
@@ -200,7 +200,7 @@ int main(int argc, char **argv) { | |||
200 | } | 200 | } |
201 | } else if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) { | 201 | } else if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) { |
202 | // print current version string | 202 | // print current version string |
203 | cout<<"Fluxbox "<<__fluxbox_version<<" : (c) 2001-2004 Henrik Kinnunen "<<endl<<endl; | 203 | cout<<"Fluxbox "<<__fluxbox_version<<" : (c) 2001-2005 Henrik Kinnunen "<<endl<<endl; |
204 | exit(0); | 204 | exit(0); |
205 | } else if (strcmp(argv[i], "-log") == 0 ) { | 205 | } else if (strcmp(argv[i], "-log") == 0 ) { |
206 | if (i + 1 >= argc) { | 206 | if (i + 1 >= argc) { |