From 6ab535bf8e37fae72e162ade1bcff744051b5bec Mon Sep 17 00:00:00 2001 From: Gilles Darold Date: Sun, 28 Jan 2018 17:32:36 +0100 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 18860cf..87864f0 100644 --- a/README +++ b/README @@ -965,7 +965,7 @@ AUTHOR Gilles Darold COPYRIGHT - Copyright (c) 2002-2017 Gilles Darold - All rights reserved. + Copyright (c) 2002-2018 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 3f94ea5..ba566f1 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-2017 Gilles Darold +# Copyright (C) 2002-2018 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.2'; $AUTHOR = "Gilles Darold "; -$COPYRIGHT = "© 2002-2017 - Gilles Darold "; +$COPYRIGHT = "© 2002-2018 - Gilles Darold "; our %TRANSLATE = (); our %SMTP_ERROR_CODE = (); diff --git a/debian/copyright b/debian/copyright index e7bb565..0031d9f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: SendmailAnalyzer Source: https://github.com/darold/sendmailanalyzer Files: * -Copyright: Copyright 2002-2017 Gilles Darold +Copyright: Copyright 2002-2018 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 9312ea6..81631ac 100644 --- a/doc/sa_cache.pod +++ b/doc/sa_cache.pod @@ -40,7 +40,7 @@ Gilles Darold =head1 COPYRIGHT -Copyright (c) 2002-2017 Gilles Darold - All rights reserved. +Copyright (c) 2002-2018 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 6524820..1e02e98 100644 --- a/doc/sendmailanalyzer.pod +++ b/doc/sendmailanalyzer.pod @@ -1150,7 +1150,7 @@ Gilles Darold =head1 COPYRIGHT -Copyright (c) 2002-2017 Gilles Darold - All rights reserved. +Copyright (c) 2002-2018 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 ca80cef..13676a0 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-2017 Gilles Darold +# Copyright (C) 2002-2018 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.2'; $AUTHOR = "Gilles Darold "; -$COPYRIGHT = "(c) 2002-2017 - Gilles Darold "; +$COPYRIGHT = "(c) 2002-2018 - Gilles Darold "; # Configuration storage hash my %CONFIG = (); diff --git a/sendmailanalyzer b/sendmailanalyzer index 96425dc..dfa5a03 100755 --- a/sendmailanalyzer +++ b/sendmailanalyzer @@ -1,7 +1,7 @@ #!/usr/bin/perl # # SendmailAnalyzer: maillog parser and statistics reports tool for Sendmail -# Copyright (C) 2002-2017 Gilles Darold +# Copyright (C) 2002-2018 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.2'; $AUTHOR = "Gilles Darold "; -$COPYRIGHT = "(c) 2002-2017 - Gilles Darold "; +$COPYRIGHT = "(c) 2002-2018 - Gilles Darold "; $SIG{'CHLD'} = 'DEFAULT';