Update copyright year

This commit is contained in:
Gilles Darold 2020-08-12 09:07:31 +02:00
parent e4abc0868f
commit 8a84e2a74d
7 changed files with 10 additions and 10 deletions

2
README
View file

@ -1016,7 +1016,7 @@ AUTHOR
Gilles Darold <gilles @nospam@ darold.net>
COPYRIGHT
Copyright (c) 2002-2018 Gilles Darold - All rights reserved.
Copyright (c) 2002-2020 Gilles Darold - All rights reserved.
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,7 +1,7 @@
#!/usr/bin/perl
#
# SendmailAnalyzer: maillog parser and statistics reports tool for Sendmail
# Copyright (C) 2002-2018 Gilles Darold
# Copyright (C) 2002-2020 Gilles Darold
#
# 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
@ -38,7 +38,7 @@ my $LAST_PARSE_FILE = 'LAST_PARSED';
$SOFTWARE = "SendmailAnalyzer";
$VERSION = '9.4';
$AUTHOR = "Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "&copy; 2002-2018 - Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "&copy; 2002-2020 - Gilles Darold <gilles\@darold.net>";
our %TRANSLATE = ();
our %SMTP_ERROR_CODE = ();

2
debian/copyright vendored
View file

@ -3,7 +3,7 @@ Upstream-Name: SendmailAnalyzer
Source: https://github.com/darold/sendmailanalyzer
Files: *
Copyright: Copyright 2002-2018 Gilles Darold <gilles@darold.net>
Copyright: Copyright 2002-2020 Gilles Darold <gilles@darold.net>
License: GPL-3+
This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public

View file

@ -40,7 +40,7 @@ Gilles Darold <gilles @nospam@ darold.net>
=head1 COPYRIGHT
Copyright (c) 2002-2018 Gilles Darold - All rights reserved.
Copyright (c) 2002-2020 Gilles Darold - All rights reserved.
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

@ -1197,7 +1197,7 @@ Gilles Darold <gilles @nospam@ darold.net>
=head1 COPYRIGHT
Copyright (c) 2002-2018 Gilles Darold - All rights reserved.
Copyright (c) 2002-2020 Gilles Darold - All rights reserved.
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,7 +1,7 @@
#!/usr/bin/perl
#
# SendmailAnalyzer: maillog parser and statistics reports tool for Sendmail
# Copyright (C) 2002-2018 Gilles Darold
# Copyright (C) 2002-2020 Gilles Darold
#
# 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
@ -30,7 +30,7 @@ use Time::Local 'timelocal_nocheck';
$VERSION = '9.4';
$AUTHOR = "Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "(c) 2002-2018 - Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "(c) 2002-2020 - Gilles Darold <gilles\@darold.net>";
# Configuration storage hash
my %CONFIG = ();

View file

@ -1,7 +1,7 @@
#!/usr/bin/perl
#
# SendmailAnalyzer: maillog parser and statistics reports tool for Sendmail
# Copyright (C) 2002-2018 Gilles Darold
# Copyright (C) 2002-2020 Gilles Darold
#
# 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
@ -29,7 +29,7 @@ use IO::File;
$VERSION = '9.4';
$AUTHOR = "Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "(c) 2002-2018 - Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "(c) 2002-2020 - Gilles Darold <gilles\@darold.net>";
$SIG{'CHLD'} = 'DEFAULT';