Update the copyright year

This commit is contained in:
Marco d'Itri 2021-02-16 01:53:41 +01:00
parent 0a7685e7be
commit 6520b68285
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2019 Marco d'Itri <md@linux.it>.
* Copyright (C) 2001-2021 Marco d'Itri <md@linux.it>.
*
* 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.");
}

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 1999-2019 Marco d'Itri <md@linux.it>.
* Copyright (C) 1999-2021 Marco d'Itri <md@linux.it>.
*
* 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