mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 14:15:56 -06:00
Update copyright year
This commit is contained in:
parent
e4abc0868f
commit
8a84e2a74d
7 changed files with 10 additions and 10 deletions
2
README
2
README
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = "© 2002-2018 - Gilles Darold <gilles\@darold.net>";
|
||||
$COPYRIGHT = "© 2002-2020 - Gilles Darold <gilles\@darold.net>";
|
||||
|
||||
our %TRANSLATE = ();
|
||||
our %SMTP_ERROR_CODE = ();
|
||||
|
|
|
|||
2
debian/copyright
vendored
2
debian/copyright
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
4
sa_cache
4
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 <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 = ();
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue