Changeset 10614

Show
Ignore:
Timestamp:
02/08/10 01:01:36 (7 months ago)
Author:
azawawi
Message:

Added missing copyright notice to Padre::Project::Temp

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Project/Temp.pm

    r10502 r10614  
    3434 
    35351; 
     36 
     37=pod 
     38 
     39=head1 COPYRIGHT & LICENSE 
     40 
     41Copyright 2008-2010 The Padre development team as listed in Padre.pm. 
     42 
     43This program is free software; you can redistribute 
     44it and/or modify it under the same terms as Perl itself. 
     45 
     46The full text of the license can be found in the 
     47LICENSE file included with this module. 
     48 
     49=cut 
     50 
     51# Copyright 2008-2010 The Padre development team as listed in Padre.pm. 
     52# LICENSE 
     53# This program is free software; you can redistribute it and/or 
     54# modify it under the same terms as Perl 5 itself.