Update year in copyright
This commit is contained in:
parent
eb3eca38bd
commit
90a1306fc9
2
INSTALL
2
INSTALL
|
@ -236,7 +236,7 @@ AUTHOR
|
||||||
Gilles DAROLD <gilles@darold.net>
|
Gilles DAROLD <gilles@darold.net>
|
||||||
|
|
||||||
COPYRIGHT
|
COPYRIGHT
|
||||||
Copyright (c) 2001-2018 Gilles DAROLD
|
Copyright (c) 2001-2019 Gilles DAROLD
|
||||||
|
|
||||||
This package is free software and published under the GPL v3 or above
|
This package is free software and published under the GPL v3 or above
|
||||||
license.
|
license.
|
||||||
|
|
2
README
2
README
|
@ -580,7 +580,7 @@ AUTHOR
|
||||||
Gilles DAROLD <gilles@darold.net>
|
Gilles DAROLD <gilles@darold.net>
|
||||||
|
|
||||||
COPYRIGHT
|
COPYRIGHT
|
||||||
Copyright (c) 2001-2018 Gilles DAROLD
|
Copyright (c) 2001-2019 Gilles DAROLD
|
||||||
|
|
||||||
This package is free software and published under the GPL v3 or above
|
This package is free software and published under the GPL v3 or above
|
||||||
license.
|
license.
|
||||||
|
|
|
@ -4,7 +4,7 @@ package SquidAnalyzer;
|
||||||
# Name : SquidAnalyzer.pm
|
# Name : SquidAnalyzer.pm
|
||||||
# Language : Perl 5
|
# Language : Perl 5
|
||||||
# OS : All
|
# OS : All
|
||||||
# Copyright: Copyright (c) 2001-2018 Gilles Darold - All rights reserved.
|
# Copyright: Copyright (c) 2001-2019 Gilles Darold - All rights reserved.
|
||||||
# Licence : This program is free software; you can redistribute it
|
# Licence : This program is free software; you can redistribute it
|
||||||
# and/or modify it under the same terms as Perl itself.
|
# and/or modify it under the same terms as Perl itself.
|
||||||
# Author : Gilles Darold, gilles _AT_ darold _DOT_ net
|
# Author : Gilles Darold, gilles _AT_ darold _DOT_ net
|
||||||
|
@ -30,7 +30,7 @@ BEGIN {
|
||||||
|
|
||||||
# Set all internal variable
|
# Set all internal variable
|
||||||
$VERSION = '6.6';
|
$VERSION = '6.6';
|
||||||
$COPYRIGHT = 'Copyright (c) 2001-2018 Gilles Darold - All rights reserved.';
|
$COPYRIGHT = 'Copyright (c) 2001-2019 Gilles Darold - All rights reserved.';
|
||||||
$AUTHOR = "Gilles Darold - gilles _AT_ darold _DOT_ net";
|
$AUTHOR = "Gilles Darold - gilles _AT_ darold _DOT_ net";
|
||||||
|
|
||||||
@ISA = qw(Exporter);
|
@ISA = qw(Exporter);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2001-2018 Gilles DAROLD
|
Copyright (c) 2001-2019 Gilles DAROLD
|
||||||
|
|
||||||
This package is free software and published under the GPL v3 or above
|
This package is free software and published under the GPL v3 or above
|
||||||
license.
|
license.
|
||||||
|
|
|
@ -620,7 +620,7 @@ Gilles DAROLD <gilles@darold.net>
|
||||||
|
|
||||||
=head1 COPYRIGHT
|
=head1 COPYRIGHT
|
||||||
|
|
||||||
Copyright (c) 2001-2018 Gilles DAROLD
|
Copyright (c) 2001-2019 Gilles DAROLD
|
||||||
|
|
||||||
This package is free software and published under the GPL v3 or above
|
This package is free software and published under the GPL v3 or above
|
||||||
license.
|
license.
|
||||||
|
|
Loading…
Reference in New Issue