Update year in copyright.
This commit is contained in:
parent
4f0b3a713b
commit
e7f986e44e
2
INSTALL
2
INSTALL
|
@ -160,7 +160,7 @@ AUTHOR
|
|||
Gilles DAROLD <gilles@darold.net>
|
||||
|
||||
COPYRIGHT
|
||||
Copyright (c) 2001-2017 Gilles DAROLD
|
||||
Copyright (c) 2001-2018 Gilles DAROLD
|
||||
|
||||
This package is free software and published under the GPL v3 or above
|
||||
license.
|
||||
|
|
4
README
4
README
|
@ -190,7 +190,7 @@ USAGE
|
|||
file will be preserved at end. Useful if you
|
||||
want to parse and old log file.
|
||||
--override-history : when skip-history is used the current history
|
||||
file will be overriden by the offset of the
|
||||
file will be overridden by the offset of the
|
||||
last log file parsed.
|
||||
|
||||
Log files to parse can be given as command line arguments or as a comma
|
||||
|
@ -551,7 +551,7 @@ AUTHOR
|
|||
Gilles DAROLD <gilles@darold.net>
|
||||
|
||||
COPYRIGHT
|
||||
Copyright (c) 2001-2017 Gilles DAROLD
|
||||
Copyright (c) 2001-2018 Gilles DAROLD
|
||||
|
||||
This package is free software and published under the GPL v3 or above
|
||||
license.
|
||||
|
|
|
@ -4,7 +4,7 @@ package SquidAnalyzer;
|
|||
# Name : SquidAnalyzer.pm
|
||||
# Language : Perl 5
|
||||
# OS : All
|
||||
# Copyright: Copyright (c) 2001-2017 Gilles Darold - All rights reserved.
|
||||
# Copyright: Copyright (c) 2001-2018 Gilles Darold - All rights reserved.
|
||||
# Licence : This program is free software; you can redistribute it
|
||||
# and/or modify it under the same terms as Perl itself.
|
||||
# Author : Gilles Darold, gilles _AT_ darold _DOT_ net
|
||||
|
@ -30,7 +30,7 @@ BEGIN {
|
|||
|
||||
# Set all internal variable
|
||||
$VERSION = '6.6';
|
||||
$COPYRIGHT = 'Copyright (c) 2001-2017 Gilles Darold - All rights reserved.';
|
||||
$COPYRIGHT = 'Copyright (c) 2001-2018 Gilles Darold - All rights reserved.';
|
||||
$AUTHOR = "Gilles Darold - gilles _AT_ darold _DOT_ net";
|
||||
|
||||
@ISA = qw(Exporter);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2001-2017 Gilles DAROLD
|
||||
Copyright (c) 2001-2018 Gilles DAROLD
|
||||
|
||||
This package is free software and published under the GPL v3 or above
|
||||
license.
|
||||
|
|
|
@ -194,7 +194,7 @@ Usage: squid-analyzer [ -c squidanalyzer.conf ] [logfile(s)]
|
|||
file will be preserved at end. Useful if you
|
||||
want to parse and old log file.
|
||||
--override-history : when skip-history is used the current history
|
||||
file will be overriden by the offset of the
|
||||
file will be overridden by the offset of the
|
||||
last log file parsed.
|
||||
|
||||
Log files to parse can be given as command line arguments or as a comma separated
|
||||
|
@ -591,7 +591,7 @@ Gilles DAROLD <gilles@darold.net>
|
|||
|
||||
=head1 COPYRIGHT
|
||||
|
||||
Copyright (c) 2001-2017 Gilles DAROLD
|
||||
Copyright (c) 2001-2018 Gilles DAROLD
|
||||
|
||||
This package is free software and published under the GPL v3 or above
|
||||
license.
|
||||
|
|
Loading…
Reference in New Issue