Update the copyright year everywhere

This commit is contained in:
Marco d'Itri 2019-06-17 16:25:01 +02:00
parent 5b31f7b0e7
commit 830c3e3a7c
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2001-2018 Marco d'Itri <md@linux.it>.
* Copyright (C) 2001-2019 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
@ -513,7 +513,7 @@ void NORETURN display_help(int error)
void display_version(void)
{
printf("mkpasswd %s\n\n", VERSION);
puts("Copyright (C) 2001-2018 Marco d'Itri\n"
puts("Copyright (C) 2001-2019 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,4 +1,4 @@
.TH "WHOIS" "1" "20 December 2009" "Marco d'Itri" "Debian GNU/Linux"
.TH "WHOIS" "1" "17 June 2019" "Marco d'Itri" "Debian GNU/Linux"
.SH "NAME"
whois \- client for the whois directory service
.SH "SYNOPSIS"

View File

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