diff --git a/bin/mason.pl b/bin/mason.pl index d967691e..7e36f5dc 100755 --- a/bin/mason.pl +++ b/bin/mason.pl @@ -60,7 +60,7 @@ =head1 AUTHOR =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2011 by Jonathan Swartz. +This software is copyright (c) 2011-2015 by Jonathan Swartz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/dist.ini b/dist.ini index 7ad71707..87c70f6f 100644 --- a/dist.ini +++ b/dist.ini @@ -3,7 +3,7 @@ abstract = Powerful, high-performance templating for the web and beyond main_module = lib/Mason.pm author = Jonathan Swartz license = Perl_5 -copyright_year = 2012 +copyright_year = 2015 copyright_holder = Jonathan Swartz version = 2.24 diff --git a/lib/Mason/Compilation.pm b/lib/Mason/Compilation.pm index ab0edabb..262fdf83 100644 --- a/lib/Mason/Compilation.pm +++ b/lib/Mason/Compilation.pm @@ -1,4 +1,4 @@ -# Copyright (c) 1998-2005 by Jonathan Swartz. All rights reserved. +# Copyright (c) 1998-2015 by Jonathan Swartz. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself.