st -v: remove years and copyright text

master
Hiltjo Posthuma 2018-03-29 18:18:30 +02:00
parent 74cff67bd7
commit bd3f7fd842
1 changed files with 1 additions and 1 deletions

2
x.c
View File

@ -1925,7 +1925,7 @@ main(int argc, char *argv[])
opt_embed = EARGF(usage()); opt_embed = EARGF(usage());
break; break;
case 'v': case 'v':
die("%s " VERSION " (c) 2010-2016 st engineers\n", argv0); die("%s " VERSION "\n", argv0);
break; break;
default: default:
usage(); usage();