diff --git a/INSTALL b/INSTALL index 06e6afc..e7efdff 100644 --- a/INSTALL +++ b/INSTALL @@ -160,7 +160,7 @@ AUTHOR Gilles DAROLD 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. diff --git a/README b/README index 41398a6..7ecad76 100644 --- a/README +++ b/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 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. diff --git a/SquidAnalyzer.pm b/SquidAnalyzer.pm index 45f4340..a473048 100644 --- a/SquidAnalyzer.pm +++ b/SquidAnalyzer.pm @@ -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); diff --git a/debian/copyright b/debian/copyright index 7adec91..9489fdd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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. diff --git a/doc/SquidAnalyzer.pod b/doc/SquidAnalyzer.pod index 33700d6..3dcf620 100644 --- a/doc/SquidAnalyzer.pod +++ b/doc/SquidAnalyzer.pod @@ -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 =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.