Changeset 10618

Show
Ignore:
Timestamp:
02/08/10 03:19:53 (7 months ago)
Author:
azawawi
Message:

Added copyright and version to Padre::Util::SVN

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Util/SVN.pm

    r10615 r10618  
    88use strict; 
    99use warnings; 
     10 
     11our $VERSION = '0.56'; 
    1012 
    1113my $PADRE = undef; 
     
    5052 
    51531; 
     54 
     55=pod 
     56 
     57=head1 COPYRIGHT & LICENSE 
     58 
     59Copyright 2008-2010 The Padre development team as listed in Padre.pm. 
     60 
     61This program is free software; you can redistribute 
     62it and/or modify it under the same terms as Perl itself. 
     63 
     64The full text of the license can be found in the 
     65LICENSE file included with this module. 
     66 
     67=cut 
     68 
     69# Copyright 2008-2010 The Padre development team as listed in Padre.pm. 
     70# LICENSE 
     71# This program is free software; you can redistribute it and/or 
     72# modify it under the same terms as Perl 5 itself.