[hackers] [st] st -v: remove years and copyright text || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Thu, 29 Mar 2018 18:42:08 +0200 (CEST)

commit bd3f7fd84270025696790512cf3c2dafaf5bc77f
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Thu Mar 29 18:18:30 2018 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Thu Mar 29 18:18:30 2018 +0200

    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
_AT_@ -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();
Received on Thu Mar 29 2018 - 18:42:08 CEST

This archive was generated by hypermail 2.3.0 : Thu Mar 29 2018 - 18:48:35 CEST