diff options
| author | Connor Lane Smith <[email protected]> | 2011-01-07 18:55:00 +0000 |
|---|---|---|
| committer | Connor Lane Smith <[email protected]> | 2011-01-07 18:55:00 +0000 |
| commit | 47e3e8be7b7df3ed37929dab8941f71cbee19fa9 (patch) | |
| tree | f3c366ed2cb5533752f95e3bce3feb4c43e823f0 | |
| parent | cache option in config.mk (diff) | |
| download | dmenu-47e3e8be7b7df3ed37929dab8941f71cbee19fa9.tar.gz dmenu-47e3e8be7b7df3ed37929dab8941f71cbee19fa9.tar.bz2 dmenu-47e3e8be7b7df3ed37929dab8941f71cbee19fa9.zip | |
update license
| -rw-r--r-- | LICENSE | 4 | ||||
| -rw-r--r-- | dmenu.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE index f44738e..25eb571 100644 --- 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 --- 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")) |