--- x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x.c b/x.c index c343ba2..7df20f0 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 " (c) 2010-2018 st engineers\n", argv0); break; default: usage(); -- 2.11.0
- [hackers] [PATCH] update copyright year Daniel Tameling
- Re: [hackers] [PATCH] update copyright year Hiltjo Posthuma