updated copyright notices in LICENSE and dmenu.c file 4c50e43d
Anselm R Garbe · 2014-05-29 18:03 2 file(s) · +2 −2
LICENSE +1 −1
1 1
MIT/X Consortium License
2 2
3 -
© 2006-2013 Anselm R Garbe <anselm@garbe.us>
3 +
© 2006-2014 Anselm R Garbe <anselm@garbe.us>
4 4
© 2010-2012 Connor Lane Smith <cls@lubutu.com>
5 5
© 2009 Gottox <gottox@s01.de>
6 6
© 2009 Markus Schnalke <meillo@marmaro.de>
dmenu.c +1 −1
69 69
	for(i = 1; i < argc; i++)
70 70
		/* these options take no arguments */
71 71
		if(!strcmp(argv[i], "-v")) {      /* prints version information */
72 -
			puts("dmenu-"VERSION", © 2006-2012 dmenu engineers, see LICENSE for details");
72 +
			puts("dmenu-"VERSION", © 2006-2014 dmenu engineers, see LICENSE for details");
73 73
			exit(EXIT_SUCCESS);
74 74
		}
75 75
		else if(!strcmp(argv[i], "-b"))   /* appears at the bottom of the screen */