Re: [hackers] [tabbed] Bump year. || Christoph Lohmann

2016-01-01 Thread FRIGN
On Fri,  1 Jan 2016 14:19:29 +0100 (CET)
g...@suckless.org wrote:

> - die("tabbed-"VERSION", © 2009-2014"
> + die("tabbed-"VERSION", © 2009-2015"

You probably mean 2016.

-- 
FRIGN 



[hackers] [tabbed] Bump year. || Christoph Lohmann

2016-01-01 Thread git
commit 7f6085d42a4d57d3c9b3ea85a516782f7e80d1fe
Author: Christoph Lohmann <2...@r-36.net>
AuthorDate: Fri Jan 1 14:19:10 2016 +0100
Commit: Christoph Lohmann <2...@r-36.net>
CommitDate: Fri Jan 1 14:19:10 2016 +0100

Bump year.

diff --git a/tabbed.c b/tabbed.c
index ba69f21..1c7fc6d 100644
--- 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-2014"
+   die("tabbed-"VERSION", © 2009-2015"
" tabbed engineers, see LICENSE"
" for details.\n");
break;