From: Marco Hunsicker Date: Fri, 24 Jan 2014 22:49:46 +0000 (+0100) Subject: update year in copyright notices to 2014 X-Git-Tag: 4.8~133 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=92868cf6d349ffd36e09ebc98dc5b9da98c80cb6;p=i3%2Fi3 update year in copyright notices to 2014 This patch updates the copyright year information the i3 and i3bar binaries show to the user. --- diff --git a/i3bar/src/main.c b/i3bar/src/main.c index 9ae69e3c..8c4cbf6d 100644 --- a/i3bar/src/main.c +++ b/i3bar/src/main.c @@ -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': diff --git a/src/main.c b/src/main.c index 878ea5bc..ec73955d 100644 --- a/src/main.c +++ b/src/main.c @@ -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;