aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authormathias <mathias>2005-01-18 19:06:04 (GMT)
committermathias <mathias>2005-01-18 19:06:04 (GMT)
commit52a8360e5b44d84198d46b59ca51a79887812908 (patch)
tree41341a322ef58b534c3e1d6001f9a042695abdcb /src/main.cc
parent05ecd47342606ad34e49f052e949e1084f063896 (diff)
downloadfluxbox-52a8360e5b44d84198d46b59ca51a79887812908.zip
fluxbox-52a8360e5b44d84198d46b59ca51a79887812908.tar.bz2
updated copyrights
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc6
1 files changed, 3 insertions, 3 deletions
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) {