[Bps-public-commit] r9706 - in bpsbuilder/BPB: . lib lib/BPB lib/BPB/Script
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Nov 20 15:53:11 EST 2007
Author: sunnavy
Date: Tue Nov 20 15:53:08 2007
New Revision: 9706
Modified:
bpsbuilder/BPB/README
bpsbuilder/BPB/lib/BPB.pm
bpsbuilder/BPB/lib/BPB/Backend.pm
bpsbuilder/BPB/lib/BPB/Backend/SVK.pm
bpsbuilder/BPB/lib/BPB/Config.pm
bpsbuilder/BPB/lib/BPB/Script.pm
bpsbuilder/BPB/lib/BPB/Script/Export.pm
bpsbuilder/BPB/lib/BPB/Script/Import.pm
Log:
fixed copyright declaration
Modified: bpsbuilder/BPB/README
==============================================================================
--- bpsbuilder/BPB/README (original)
+++ bpsbuilder/BPB/README Tue Nov 20 15:53:08 2007
@@ -19,7 +19,7 @@
COPYRIGHT AND LICENCE
-Copyright (C) 2007, sunnavy
+Copyright 2007 Best Practical Solutions.
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
Modified: bpsbuilder/BPB/lib/BPB.pm
==============================================================================
--- bpsbuilder/BPB/lib/BPB.pm (original)
+++ bpsbuilder/BPB/lib/BPB.pm Tue Nov 20 15:53:08 2007
@@ -83,8 +83,7 @@
=head1 LICENCE AND COPYRIGHT
-Copyright (c) 2007, sunnavy C<< <sunnavy at bestpractical.com> >>. All rights reserved.
-
-This module is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself. See L<perlartistic>.
+Copyright 2007 Best Practical Solutions.
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
Modified: bpsbuilder/BPB/lib/BPB/Backend.pm
==============================================================================
--- bpsbuilder/BPB/lib/BPB/Backend.pm (original)
+++ bpsbuilder/BPB/lib/BPB/Backend.pm Tue Nov 20 15:53:08 2007
@@ -75,8 +75,8 @@
=head1 LICENCE AND COPYRIGHT
-Copyright (c) 2007, sunnavy C<< <sunnavy at bestpractical.com> >>. All rights reserved.
+Copyright 2007 Best Practical Solutions.
-This module is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself. See L<perlartistic>.
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
Modified: bpsbuilder/BPB/lib/BPB/Backend/SVK.pm
==============================================================================
--- bpsbuilder/BPB/lib/BPB/Backend/SVK.pm (original)
+++ bpsbuilder/BPB/lib/BPB/Backend/SVK.pm Tue Nov 20 15:53:08 2007
@@ -130,8 +130,8 @@
=head1 LICENCE AND COPYRIGHT
-Copyright (c) 2007, sunnavy C<< <sunnavy at bestpractical.com> >>. All rights reserved.
+Copyright 2007 Best Practical Solutions.
-This module is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself. See L<perlartistic>.
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
Modified: bpsbuilder/BPB/lib/BPB/Config.pm
==============================================================================
--- bpsbuilder/BPB/lib/BPB/Config.pm (original)
+++ bpsbuilder/BPB/lib/BPB/Config.pm Tue Nov 20 15:53:08 2007
@@ -99,8 +99,8 @@
=head1 LICENCE AND COPYRIGHT
-Copyright (c) 2007, sunnavy C<< <sunnavy at bestpractical.com> >>. All rights reserved.
+Copyright 2007 Best Practical Solutions.
-This module is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself. See L<perlartistic>.
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
Modified: bpsbuilder/BPB/lib/BPB/Script.pm
==============================================================================
--- bpsbuilder/BPB/lib/BPB/Script.pm (original)
+++ bpsbuilder/BPB/lib/BPB/Script.pm Tue Nov 20 15:53:08 2007
@@ -5,3 +5,18 @@
use base qw/App::CLI/;
1;
+
+__END__
+
+=head1 AUTHOR
+
+sunnavy C<< <sunnavy at bestpractical.com> >>
+
+
+=head1 LICENCE AND COPYRIGHT
+
+Copyright 2007 Best Practical Solutions.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
Modified: bpsbuilder/BPB/lib/BPB/Script/Export.pm
==============================================================================
--- bpsbuilder/BPB/lib/BPB/Script/Export.pm (original)
+++ bpsbuilder/BPB/lib/BPB/Script/Export.pm Tue Nov 20 15:53:08 2007
@@ -26,8 +26,19 @@
}
+1;
+__END__
+=head1 AUTHOR
+sunnavy C<< <sunnavy at bestpractical.com> >>
+
+
+=head1 LICENCE AND COPYRIGHT
+
+Copyright 2007 Best Practical Solutions.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
-1;
Modified: bpsbuilder/BPB/lib/BPB/Script/Import.pm
==============================================================================
--- bpsbuilder/BPB/lib/BPB/Script/Import.pm (original)
+++ bpsbuilder/BPB/lib/BPB/Script/Import.pm Tue Nov 20 15:53:08 2007
@@ -27,3 +27,18 @@
1;
+
+__END__
+
+=head1 AUTHOR
+
+sunnavy C<< <sunnavy at bestpractical.com> >>
+
+
+=head1 LICENCE AND COPYRIGHT
+
+Copyright 2007 Best Practical Solutions.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
More information about the Bps-public-commit
mailing list