From: Quentin Rameau Date: Tue, 2 May 2017 16:53:01 +0000 (+0200) Subject: Simplify version message X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=290114530161b0302d06f6934ce088771c272181 Simplify version message --- diff --git a/surf.c b/surf.c index 007f7b9..05d173e 100644 --- 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;