]> git.sur5r.net Git - i3/i3/commitdiff
update year in copyright notices to 2014
authorMarco Hunsicker <i3@hunsicker.de>
Fri, 24 Jan 2014 22:49:46 +0000 (23:49 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 26 Jan 2014 15:10:57 +0000 (16:10 +0100)
This patch updates the copyright year information the i3 and
i3bar binaries show to the user.

i3bar/src/main.c
src/main.c

index 9ae69e3c7d4efc12804d08e3eb2c503241851b9f..8c4cbf6dbe3007b115935b7201641fbefe2db5d2 100644 (file)
@@ -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':
index 878ea5bcf259314910490027c640ae0aa7a6accb..ec73955d7b178f605a0318991a4297d0f1a623a1 100644 (file)
@@ -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;