URI:
       Bumping up the year. - tabbed - my small fork of tabbed
  HTML git clone https://git.drkhsh.at/tabbed.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit df8261e89f7e98c822328d8f261c46fa55f3cf86
   DIR parent 7f6085d42a4d57d3c9b3ea85a516782f7e80d1fe
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun,  3 Jan 2016 09:01:20 +0100
       
       Bumping up the year.
       
       Thanks for the bug report, FRIGN!
       
       Diffstat:
         M tabbed.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/tabbed.c b/tabbed.c
       @@ -1307,7 +1307,7 @@ main(int argc, char *argv[]) {
                        urgfgcolor = EARGF(usage());
                        break;
                case 'v':
       -                die("tabbed-"VERSION", © 2009-2015"
       +                die("tabbed-"VERSION", © 2009-2016"
                                " tabbed engineers, see LICENSE"
                                " for details.\n");
                        break;