Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/mason.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ abstract = Powerful, high-performance templating for the web and beyond
main_module = lib/Mason.pm
author = Jonathan Swartz <[email protected]>
license = Perl_5
copyright_year = 2012
copyright_year = 2015
copyright_holder = Jonathan Swartz

version = 2.24
Expand Down
2 changes: 1 addition & 1 deletion lib/Mason/Compilation.pm
Original file line number Diff line number Diff line change
@@ -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.

Expand Down