From 8a84e2a74d2334f94473c44fa0353c933226da38 Mon Sep 17 00:00:00 2001 From: Gilles Darold Date: Wed, 12 Aug 2020 09:07:31 +0200 Subject: [PATCH] Update copyright year --- README | 2 +- cgi-bin/sa_report.cgi | 4 ++-- debian/copyright | 2 +- doc/sa_cache.pod | 2 +- doc/sendmailanalyzer.pod | 2 +- sa_cache | 4 ++-- sendmailanalyzer | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index d1aad17..509e1e5 100644 --- a/README +++ b/README @@ -1016,7 +1016,7 @@ AUTHOR Gilles Darold 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 diff --git a/cgi-bin/sa_report.cgi b/cgi-bin/sa_report.cgi index 878c4e2..bb08d11 100755 --- a/cgi-bin/sa_report.cgi +++ b/cgi-bin/sa_report.cgi @@ -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 "; -$COPYRIGHT = "© 2002-2018 - Gilles Darold "; +$COPYRIGHT = "© 2002-2020 - Gilles Darold "; our %TRANSLATE = (); our %SMTP_ERROR_CODE = (); diff --git a/debian/copyright b/debian/copyright index 0031d9f..108c67e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: SendmailAnalyzer Source: https://github.com/darold/sendmailanalyzer Files: * -Copyright: Copyright 2002-2018 Gilles Darold +Copyright: Copyright 2002-2020 Gilles Darold License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/doc/sa_cache.pod b/doc/sa_cache.pod index 81631ac..774205e 100644 --- a/doc/sa_cache.pod +++ b/doc/sa_cache.pod @@ -40,7 +40,7 @@ Gilles Darold =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 diff --git a/doc/sendmailanalyzer.pod b/doc/sendmailanalyzer.pod index d4f7103..b53156c 100644 --- a/doc/sendmailanalyzer.pod +++ b/doc/sendmailanalyzer.pod @@ -1197,7 +1197,7 @@ Gilles Darold =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 diff --git a/sa_cache b/sa_cache index 8fd23a9..0619e1b 100755 --- a/sa_cache +++ b/sa_cache @@ -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 "; -$COPYRIGHT = "(c) 2002-2018 - Gilles Darold "; +$COPYRIGHT = "(c) 2002-2020 - Gilles Darold "; # Configuration storage hash my %CONFIG = (); diff --git a/sendmailanalyzer b/sendmailanalyzer index 2718fb2..23ca962 100755 --- a/sendmailanalyzer +++ b/sendmailanalyzer @@ -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 "; -$COPYRIGHT = "(c) 2002-2018 - Gilles Darold "; +$COPYRIGHT = "(c) 2002-2020 - Gilles Darold "; $SIG{'CHLD'} = 'DEFAULT';