From 6520b68285fc0aa65829cb4b146908d99af0bef8 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Tue, 16 Feb 2021 01:53:41 +0100 Subject: [PATCH] Update the copyright year --- mkpasswd.c | 4 ++-- whois.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mkpasswd.c b/mkpasswd.c index 9d05786..426e93a 100644 --- a/mkpasswd.c +++ b/mkpasswd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2019 Marco d'Itri . + * Copyright (C) 2001-2021 Marco d'Itri . * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -522,7 +522,7 @@ void NORETURN display_help(int error) void display_version(void) { printf("mkpasswd %s\n\n", VERSION); - puts("Copyright (C) 2001-2019 Marco d'Itri\n" + puts("Copyright (C) 2001-2021 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."); } diff --git a/whois.c b/whois.c index b50d2b1..1833996 100644 --- a/whois.c +++ b/whois.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2019 Marco d'Itri . + * Copyright (C) 1999-2021 Marco d'Itri . * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by