From fbeb327936555784bc2f783002e87067b5a0b5dc Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Fri, 25 May 2018 01:44:38 +0200 Subject: mkpasswd: update the copyright year --- mkpasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkpasswd.c b/mkpasswd.c index 8f5aa80..0eb89f3 100644 --- a/mkpasswd.c +++ b/mkpasswd.c @@ -462,7 +462,7 @@ void NORETURN display_help(int error) void display_version(void) { printf("mkpasswd %s\n\n", VERSION); - puts("Copyright (C) 2001-2008 Marco d'Itri\n" + puts("Copyright (C) 2001-2018 Marco d'Itri\n" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."); } -- cgit v1.2.3