aboutsummarylogtreecommitdiffstats
path: root/x.c
diff options
context:
space:
mode:
authorHiltjo Posthuma2018-03-29 18:18:30 +0200
committerHiltjo Posthuma2018-03-29 18:18:30 +0200
commit22bbe2693b56777fc8c931315d533876a52e3a94 (patch)
tree49932ef88d011faa16b3dfa2c687ef8e5da9cea2 /x.c
parentbd84ffc71dc554ce358106cdd9f080e5061e1684 (diff)
downloadaur-22bbe2693b56777fc8c931315d533876a52e3a94.tar.gz
st -v: remove years and copyright text
Diffstat (limited to 'x.c')
-rw-r--r--x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x.c b/x.c
index c343ba2bdaf4..f0195c900477 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();