diff options
author | Marco d'Itri <md@linux.it> | 2018-05-25 01:44:38 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2018-05-25 01:44:38 +0200 |
commit | fbeb327936555784bc2f783002e87067b5a0b5dc (patch) | |
tree | 82b79af0d04d97a9714e9ed0200c4168e63e0cb7 | |
parent | 4bf662069c3d2002aa4f195c3328a772f140c9a5 (diff) | |
download | whois-fbeb327936555784bc2f783002e87067b5a0b5dc.tar.gz |
mkpasswd: update the copyright year
-rw-r--r-- | mkpasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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."); } |