projects
/
suckless
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74cff67
)
st -v: remove years and copyright text
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Thu, 29 Mar 2018 16:18:30 +0000
(18:18 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Thu, 29 Mar 2018 16:18:30 +0000
(18:18 +0200)
x.c
patch
|
blob
|
history
diff --git
a/x.c
b/x.c
index c343ba2bdaf446aba578a55cb219afb73cf00fda..f0195c900477b665bdada304cc9a48f4e04bf5c4 100644
(file)
--- 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();