Xinqi Bao's Git
projects
/
dmenu.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
deea1fb
)
corrections
author
arg@mig29 <unknown>
Tue, 2 Jan 2007 14:44:32 +0000
(15:44 +0100)
committer
arg@mig29 <unknown>
Tue, 2 Jan 2007 14:44:32 +0000
(15:44 +0100)
LICENSE
patch
|
blob
|
history
main.c
patch
|
blob
|
history
diff --git
a/LICENSE
b/LICENSE
index
d3a309d
..
2d25a17
100644
(file)
--- a/
LICENSE
+++ b/
LICENSE
@@
-1,7
+1,7
@@
MIT/X Consortium License
MIT/X Consortium License
-(C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
-(C)opyright MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com>
+(C)opyright MMVI
-MMVI
I Anselm R. Garbe <garbeam at gmail dot com>
+(C)opyright MMVI
-MMVI
I Sander van Dijk <a dot h dot vandijk at gmail dot com>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git
a/main.c
b/main.c
index
cb52c9c
..
573d7c3
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-373,7
+373,7
@@
main(int argc, char *argv[]) {
if(++i < argc) timeout.tv_sec = atoi(argv[i]);
}
else if(!strncmp(argv[i], "-v", 3)) {
if(++i < argc) timeout.tv_sec = atoi(argv[i]);
}
else if(!strncmp(argv[i], "-v", 3)) {
- fputs("dmenu-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", stdout);
+ fputs("dmenu-"VERSION", (C)opyright MMVI
-MMVI
I Anselm R. Garbe\n", stdout);
exit(EXIT_SUCCESS);
}
else
exit(EXIT_SUCCESS);
}
else