summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkpasswd.c4
-rw-r--r--whois.12
-rw-r--r--whois.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/mkpasswd.c b/mkpasswd.c
index 00e839b..f124556 100644
--- a/mkpasswd.c
+++ b/mkpasswd.c
@@ -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.");
}
diff --git a/whois.1 b/whois.1
index 2900674..0ed8ea2 100644
--- a/whois.1
+++ b/whois.1
@@ -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"
diff --git a/whois.c b/whois.c
index d9b6473..3e408f5 100644
--- a/whois.c
+++ b/whois.c
@@ -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