happy new year! d3e9bd15
Connor Lane Smith · 2012-01-01 20:33 2 file(s) · +3 −3
LICENSE +2 −2
1 1
MIT/X Consortium License
2 2
3 -
© 2010-2011 Connor Lane Smith <cls@lubutu.com>
4 -
© 2006-2011 Anselm R Garbe <anselm@garbe.us>
3 +
© 2010-2012 Connor Lane Smith <cls@lubutu.com>
4 +
© 2006-2012 Anselm R Garbe <anselm@garbe.us>
5 5
© 2009 Gottox <gottox@s01.de>
6 6
© 2009 Markus Schnalke <meillo@marmaro.de>
7 7
© 2009 Evan Gates <evan.gates@gmail.com>
dmenu.c +1 −1
72 72
	for(i = 1; i < argc; i++)
73 73
		/* these options take no arguments */
74 74
		if(!strcmp(argv[i], "-v")) {      /* prints version information */
75 -
			puts("dmenu-"VERSION", © 2006-2011 dmenu engineers, see LICENSE for details");
75 +
			puts("dmenu-"VERSION", © 2006-2012 dmenu engineers, see LICENSE for details");
76 76
			exit(EXIT_SUCCESS);
77 77
		}
78 78
		else if(!strcmp(argv[i], "-b"))   /* appears at the bottom of the screen */