fixup copyright for Static::Simple
Matt S Trout [Sun, 18 Oct 2009 18:12:27 +0000 (18:12 +0000)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index 04c129b..02cc98e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
+0.24   2009-10-18 19:10:00 BST
+        - Fixup copyright information
+
 0.23   2009-10-06 17:40:39
         - Move actions out of TestApp into a Root controller as
           this is now deprecated.
index a905e68..713d023 100644 (file)
@@ -9,7 +9,7 @@ use IO::File ();
 use MIME::Types ();
 use MRO::Compat;
 
-our $VERSION = '0.23';
+our $VERSION = '0.24';
 
 __PACKAGE__->mk_accessors( qw/_static_file _static_debug_message/ );
 
@@ -553,6 +553,12 @@ For the include_path code from Template Toolkit:
 
 =head1 COPYRIGHT
 
+Copyright (c) 2005 - 2009
+the Catalyst::Plugin::Static::Simple L</AUTHOR> and L</CONTRIBUTORS>
+as listed above.
+
+=head1 LICENSE
+
 This program is free software, you can redistribute it and/or modify it under
 the same terms as Perl itself.