commit 47e3e8be7b7df3ed37929dab8941f71cbee19fa9
parent d515d2758fab55809ef9dcb9b1b8dfb18a5b1606
Author: Connor Lane Smith <[email protected]>
Date: Fri, 7 Jan 2011 18:55:00 +0000
update license
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,7 +1,7 @@
MIT/X Consortium License
-© 2010 Connor Lane Smith <[email protected]>
-© 2006-2010 Anselm R Garbe <[email protected]>
+© 2010-2011 Connor Lane Smith <[email protected]>
+© 2006-2011 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
@@ -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-2010 dmenu engineers, see LICENSE for details\n", stdout);
+ fputs("dmenu-"VERSION", © 2006-2011 dmenu engineers, see LICENSE for details\n", stdout);
exit(EXIT_SUCCESS);
}
else if(!strcmp(argv[i], "-b"))