fixed attributions, copyright and license pod
Robert 'phaylon' Sedlacek [Thu, 30 Aug 2012 19:12:05 +0000 (19:12 +0000)]
lib/File/Tree/Snapshot.pm

index e2021d3..bdcf39a 100644 (file)
@@ -1,4 +1,4 @@
-# lots of this stuff was sponsored by socialflow.com
+# most of this was sponsored by socialflow.com
 
 package File::Tree::Snapshot;
 use Moo;
@@ -212,8 +212,26 @@ Will commit the changes made to the tree to the Git repository.
 
 Rolls back the changes since the last snapshot.
 
-=head1 SPONSORED
+=head1 AUTHOR
+
+ phaylon - Robert Sedlacek (cpan:PHAYLON) <r.sedlacek@shadowcat.co.uk>
+
+=head1 CONTRIBUTORS
+
+ mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>
+
+=head1 SPONSORS
 
 The development of this module was sponsored by L<http://socialflow.com/>.
 
+=head1 COPYRIGHT
+
+Copyright (c) 2012 the File::Tree::Snapshot L</AUTHOR>, L</CONTRIBUTORS>
+and L</SPONSORS> as listed above.
+
+=head1 LICENSE
+
+This library is free software and may be distributed under the same terms
+as perl itself.
+
 =cut