bump copyright

This commit is contained in:
Michael Stapelberg 2011-07-21 23:11:13 +02:00
parent 53bf8bcb01
commit f1a33824e8

View File

@ -291,11 +291,11 @@ int main(int argc, char *argv[]) {
if ((char)o == 'c')
configfile = optarg;
else if ((char)o == 'h') {
printf("i3status " VERSION " © 2008-2010 Michael Stapelberg and contributors\n"
printf("i3status " VERSION " © 2008-2011 Michael Stapelberg and contributors\n"
"Syntax: %s [-c <configfile>] [-h] [-v]\n", argv[0]);
return 0;
} else if ((char)o == 'v') {
printf("i3status " VERSION " © 2008-2010 Michael Stapelberg and contributors\n");
printf("i3status " VERSION " © 2008-2011 Michael Stapelberg and contributors\n");
return 0;
}