From 8079ab6f52e2d3ee20e0d3bb4b5fc322e4dd65d7 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Sun, 10 Dec 2023 12:08:46 +0100 Subject: [PATCH] Remove the copyright years from the sources files --- mkpasswd.c | 4 ++-- simple_recode.c | 2 +- utils.c | 6 +++--- whois.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mkpasswd.c b/mkpasswd.c index fce3ab3..175d262 100644 --- a/mkpasswd.c +++ b/mkpasswd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2021 Marco d'Itri . + * Copyright (C) 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 @@ -542,7 +542,7 @@ void NORETURN display_help(int error) void display_version(void) { printf("mkpasswd %s\n\n", VERSION); - puts("Copyright (C) 2001-2021 Marco d'Itri\n" + puts("Copyright (C) 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/simple_recode.c b/simple_recode.c index 5989bef..d4b0072 100644 --- a/simple_recode.c +++ b/simple_recode.c @@ -1,5 +1,5 @@ /* - * Copyright 2009 by Marco d'Itri . + * Copyright (C) by Marco d'Itri . * * simple_recode was inspired by a similar function found in Simon * Josefsson's libidn. diff --git a/utils.c b/utils.c index 4ade650..5b56928 100644 --- a/utils.c +++ b/utils.c @@ -1,9 +1,9 @@ /* - * Copyright 1999-2008 by Marco d'Itri . + * Copyright by Marco d'Itri . * * do_nofail and merge_args come from the module-init-tools package. - * Copyright 2001 by Rusty Russell. - * Copyright 2002, 2003 by Rusty Russell, IBM Corporation. + * Copyright by Rusty Russell. + * Copyright by Rusty Russell, IBM Corporation. * * 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 diff --git a/whois.c b/whois.c index 5c3a979..fe6aa9a 100644 --- a/whois.c +++ b/whois.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2022 Marco d'Itri . + * Copyright (C) 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