Update copyright year.

This commit is contained in:
Gilles Darold 2018-01-28 17:32:36 +01:00
parent 8194e534c1
commit 6ab535bf8e
7 changed files with 10 additions and 10 deletions

2
README
View file

@ -965,7 +965,7 @@ AUTHOR
Gilles Darold <gilles @nospam@ darold.net>
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

View file

@ -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 <gilles\@darold.net>";
$COPYRIGHT = "&copy; 2002-2017 - Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "&copy; 2002-2018 - 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-2017 Gilles Darold <gilles@darold.net>
Copyright: Copyright 2002-2018 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-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

View file

@ -1150,7 +1150,7 @@ Gilles Darold <gilles @nospam@ darold.net>
=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

View file

@ -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 <gilles\@darold.net>";
$COPYRIGHT = "(c) 2002-2017 - Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "(c) 2002-2018 - 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-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 <gilles\@darold.net>";
$COPYRIGHT = "(c) 2002-2017 - Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "(c) 2002-2018 - Gilles Darold <gilles\@darold.net>";
$SIG{'CHLD'} = 'DEFAULT';