mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Remove the copyright years from the sources files
This commit is contained in:
parent
63f2a9abde
commit
8079ab6f52
@ -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.");
|
||||
}
|
||||
|
||||
@ -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.
|
||||
|
||||
6
utils.c
6
utils.c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user