Xinqi Bao's Git
projects
/
dmenu.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
d515d27
)
update license
author
Connor Lane Smith <
[email protected]
>
Fri, 7 Jan 2011 18:55:00 +0000
(18:55 +0000)
committer
Connor Lane Smith <
[email protected]
>
Fri, 7 Jan 2011 18:55:00 +0000
(18:55 +0000)
LICENSE
diff
|
blob
|
history
dmenu.c
diff
|
blob
|
history
diff --git
a/LICENSE
b/LICENSE
index
f44738e
..
25eb571
100644
(file)
--- a/
LICENSE
+++ b/
LICENSE
@@
-1,7
+1,7
@@
MIT/X Consortium License
-© 2010 Connor Lane Smith <
[email protected]
>
-© 2006-201
0
Anselm R Garbe <
[email protected]
>
+© 2010
-2011
Connor Lane Smith <
[email protected]
>
+© 2006-201
1
Anselm R Garbe <
[email protected]
>
© 2009 Gottox <
[email protected]
>
© 2009 Markus Schnalke <
[email protected]
>
© 2009 Evan Gates <
[email protected]
>
diff --git
a/dmenu.c
b/dmenu.c
index
a24dfe3
..
6ed025d
100644
(file)
--- a/
dmenu.c
+++ b/
dmenu.c
@@
-71,7
+71,7
@@
main(int argc, char *argv[]) {
for(i = 1; i < argc; i++)
/* single flags */
if(!strcmp(argv[i], "-v")) {
- fputs("dmenu-"VERSION", © 2006-201
0
dmenu engineers, see LICENSE for details\n", stdout);
+ fputs("dmenu-"VERSION", © 2006-201
1
dmenu engineers, see LICENSE for details\n", stdout);
exit(EXIT_SUCCESS);
}
else if(!strcmp(argv[i], "-b"))