tSimplify version message - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 290114530161b0302d06f6934ce088771c272181
 (DIR) parent e23d5c1c45eeedb3e95219598981d8e1d6af8c15
 (HTM) Author: Quentin Rameau <quinq@fifth.space>
       Date:   Tue,  2 May 2017 18:53:01 +0200
       
       Simplify version message
       
       Diffstat:
         M surf.c                              |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/surf.c b/surf.c
       t@@ -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;