bump copyright years to 2013
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* vim:ts=4:sw=4:expandtab
|
||||
*
|
||||
* i3 - an improved dynamic tiling window manager
|
||||
* © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE)
|
||||
* © 2009-2013 Michael Stapelberg and contributors (see also: LICENSE)
|
||||
*
|
||||
* main.c: Initialization, main loop
|
||||
*
|
||||
@ -315,11 +315,11 @@ int main(int argc, char *argv[]) {
|
||||
only_check_config = true;
|
||||
break;
|
||||
case 'v':
|
||||
printf("i3 version " I3_VERSION " © 2009-2012 Michael Stapelberg and contributors\n");
|
||||
printf("i3 version " I3_VERSION " © 2009-2013 Michael Stapelberg and contributors\n");
|
||||
exit(EXIT_SUCCESS);
|
||||
break;
|
||||
case 'm':
|
||||
printf("Binary i3 version: " I3_VERSION " © 2009-2012 Michael Stapelberg and contributors\n");
|
||||
printf("Binary i3 version: " I3_VERSION " © 2009-2013 Michael Stapelberg and contributors\n");
|
||||
display_running_version();
|
||||
exit(EXIT_SUCCESS);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user