Bump year. - tabbed - tab interface for application supporting Xembed
HTML git clone git://git.suckless.org/tabbed
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 7f6085d42a4d57d3c9b3ea85a516782f7e80d1fe
DIR parent 9d4b71ecadd5b3c2c777b273fa4d2c0cc0c3a464
HTML Author: Christoph Lohmann <20h@r-36.net>
Date: Fri, 1 Jan 2016 14:19:10 +0100
Bump year.
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-2014"
+ die("tabbed-"VERSION", © 2009-2015"
" tabbed engineers, see LICENSE"
" for details.\n");
break;