bump copyright year
This commit is contained in:
parent
7d6e80b5ef
commit
78d4d18477
|
@ -231,7 +231,7 @@ int main(int argc, char *argv[], char *env[]) {
|
|||
only_check_config = true;
|
||||
break;
|
||||
case 'v':
|
||||
printf("i3 version " I3_VERSION " © 2009 Michael Stapelberg and contributors\n");
|
||||
printf("i3 version " I3_VERSION " © 2009-2010 Michael Stapelberg and contributors\n");
|
||||
exit(EXIT_SUCCESS);
|
||||
case 'V':
|
||||
set_verbosity(true);
|
||||
|
|
Loading…
Reference in New Issue