Xinqi Bao's Git

update license
authorConnor Lane Smith <[email protected]>
Fri, 7 Jan 2011 18:55:00 +0000 (18:55 +0000)
committerConnor Lane Smith <[email protected]>
Fri, 7 Jan 2011 18:55:00 +0000 (18:55 +0000)
LICENSE
dmenu.c

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-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
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-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"))