From: Hiltjo Posthuma Date: Thu, 29 Mar 2018 16:18:30 +0000 (+0200) Subject: st -v: remove years and copyright text X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;ds=sidebyside;h=bd3f7fd84270025696790512cf3c2dafaf5bc77f;hp=74cff67bd7746c2636ea7bc78a0b8af2f8c44838;p=st.git st -v: remove years and copyright text --- diff --git a/x.c b/x.c index c343ba2..f0195c9 100644 --- a/x.c +++ b/x.c @@ -1925,7 +1925,7 @@ main(int argc, char *argv[]) opt_embed = EARGF(usage()); break; case 'v': - die("%s " VERSION " (c) 2010-2016 st engineers\n", argv0); + die("%s " VERSION "\n", argv0); break; default: usage();