Remove the copyright years from the sources files

This commit is contained in:
Marco d'Itri 2023-12-10 12:08:46 +01:00
parent 63f2a9abde
commit 8079ab6f52
4 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,5 +1,5 @@
/*
* Copyright 2009 by Marco d'Itri <md@linux.it>.
* Copyright (C) by Marco d'Itri <md@linux.it>.
*
* simple_recode was inspired by a similar function found in Simon
* Josefsson's libidn.

View File

@ -1,9 +1,9 @@
/*
* Copyright 1999-2008 by Marco d'Itri <md@linux.it>.
* Copyright by Marco d'Itri <md@linux.it>.
*
* 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

View File

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