surf

my build of surf
git clone git://git.ckyln.com/~cem/surf.git
Log | Files | Refs | README | LICENSE

commit 290114530161b0302d06f6934ce088771c272181
parent e23d5c1c45eeedb3e95219598981d8e1d6af8c15
Author: Quentin Rameau <quinq@fifth.space>
Date:   Tue,  2 May 2017 18:53:01 +0200

Simplify version message

Diffstat:
Msurf.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/surf.c b/surf.c @@ -1901,8 +1901,7 @@ main(int argc, char *argv[]) fulluseragent = EARGF(usage()); break; case 'v': - die("surf-"VERSION", ©2009-2017 surf engineers, " - "see LICENSE for details\n"); + die("surf-"VERSION", see LICENSE for © details\n"); case 'w': showxid = 1; break;