aboutsummaryrefslogtreecommitdiffstats
path: root/x.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-03-29 18:18:30 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-03-29 18:18:30 +0200
commitbd3f7fd84270025696790512cf3c2dafaf5bc77f (patch)
tree290f17f0e698c026ce2d8afd3dcb9731e4a17376 /x.c
parent74cff67bd7746c2636ea7bc78a0b8af2f8c44838 (diff)
downloadst-bd3f7fd84270025696790512cf3c2dafaf5bc77f.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 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();
remember that computers suck.