Update the year. - xssstate - a simple utility to get the X screensaver state
 (HTM) git clone git://git.suckless.org/xssstate
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit be0fb159e43e972d3cc1dafd23041c51b5f32086
 (DIR) parent f58232beb295b70a15a93c75414781a80fe542cd
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 27 Feb 2016 23:18:54 +0100
       
       Update the year.
       
       Diffstat:
         M LICENSE                             |       2 +-
         M xssstate.c                          |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/LICENSE b/LICENSE
       @@ -1,7 +1,7 @@
        MIT/X Consortium License
        
        © 2008 Kai Hendry <hendry@webconverger.com>
       -© 2012 Christoph Lohmann <20h@r-36.net> 
       +© 2012-2016 Christoph Lohmann <20h@r-36.net> 
        
        Permission is hereby granted, free of charge, to any person obtaining a
        copy of this software and associated documentation files (the "Software"),
 (DIR) diff --git a/xssstate.c b/xssstate.c
       @@ -52,7 +52,7 @@ main(int argc, char *argv[]) {
                        showtill = true;
                        break;
                case 'v':
       -                die("xssstate-"VERSION", © 2008-2012 xssstate engineers"
       +                die("xssstate-"VERSION", © 2008-2016 xssstate engineers"
                                        ", see LICENSE for details.\n");
                default:
                        usage();