Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
st -v: remove years and copyright text
[st.git]
/
x.c
diff --git
a/x.c
b/x.c
index
c343ba2
..
f0195c9
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();