Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
update year in copyright notices to 2014
Browse files Browse the repository at this point in the history
This patch updates the copyright year information the i3 and
i3bar binaries show to the user.
  • Loading branch information
Marco Hunsicker authored and stapelberg committed Jan 26, 2014
1 parent 23763ca commit 92868cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion i3bar/src/main.c
Expand Up @@ -112,7 +112,7 @@ int main(int argc, char **argv) {
socket_path = expand_path(optarg);
break;
case 'v':
printf("i3bar version " I3_VERSION " © 2010-2011 Axel Wagner and contributors\n");
printf("i3bar version " I3_VERSION " © 2010-2014 Axel Wagner and contributors\n");
exit(EXIT_SUCCESS);
break;
case 'b':
Expand Down
4 changes: 2 additions & 2 deletions src/main.c
Expand Up @@ -340,11 +340,11 @@ int main(int argc, char *argv[]) {
only_check_config = true;
break;
case 'v':
printf("i3 version " I3_VERSION " © 2009-2013 Michael Stapelberg and contributors\n");
printf("i3 version " I3_VERSION " © 2009-2014 Michael Stapelberg and contributors\n");
exit(EXIT_SUCCESS);
break;
case 'm':
printf("Binary i3 version: " I3_VERSION " © 2009-2013 Michael Stapelberg and contributors\n");
printf("Binary i3 version: " I3_VERSION " © 2009-2014 Michael Stapelberg and contributors\n");
display_running_version();
exit(EXIT_SUCCESS);
break;
Expand Down

0 comments on commit 92868cf

Please sign in to comment.