~petersanchez/st

bd3f7fd84270025696790512cf3c2dafaf5bc77f — Hiltjo Posthuma 6 years ago 74cff67
st -v: remove years and copyright text
1 files changed, 1 insertions(+), 1 deletions(-)

M x.c
M x.c => x.c +1 -1
@@ 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();