Introduction
Introduction Statistics Contact Development Disclaimer Help
update years in copyright notices - tabbed - tab interface for application supp…
git clone git://git.suckless.org/tabbed
Log
Files
Refs
README
LICENSE
---
commit 0120447e0417e9f52b5c2ae081f07f922a2ea9c2
parent 7a15235114cb84af462776e6f908ffdc3e077652
Author: Markus Teich <[email protected]>
Date: Tue, 21 Jan 2014 23:12:08 +0100
update years in copyright notices
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M LICENSE | 2 +-
M tabbed.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LICENSE b/LICENSE
@@ -2,7 +2,7 @@ MIT/X Consortium License
© 2009-2011 Enno Boland <g s01 de>
© 2011 Connor Lane Smith <[email protected]>
-© 2012 Christoph Lohmann <[email protected]>
+© 2012-2014 Christoph Lohmann <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/tabbed.c b/tabbed.c
@@ -1253,7 +1253,7 @@ main(int argc, char *argv[]) {
normfgcolor = EARGF(usage());
break;
case 'v':
- die("tabbed-"VERSION", © 2009-2012"
+ die("tabbed-"VERSION", © 2009-2014"
" tabbed engineers, see LICENSE"
" for details.\n");
break;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.