From: Matt S Trout Date: Fri, 25 Feb 2011 15:30:47 +0000 (+0000) Subject: add copyright statements X-Git-Tag: release_0.009006~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40f3e3aa6b55508f33dee21d684076dee7594a97;p=gitmo%2FRole-Tiny.git add copyright statements I've done the usual AUTHOR + CONTRIBUTORS - and referred from the other modules. Role::Tiny will need tweaking before it goes to its own dist but meh. --- diff --git a/Changes b/Changes index d43d1d3..f34fbce 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + - add copyright and license info for downstream packagers - weak ref checking for Sub::Quote to avoid bugs on refaddr reuse - Switch composed role names to be a valid package name diff --git a/lib/Moo.pm b/lib/Moo.pm index a06eae1..e530ca3 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -403,3 +403,23 @@ manually set all the options it implies. C is not supported since the author considers it a bad idea. C is not supported since it's a very poor replacement for POD. + +=head1 AUTHOR + +mst - Matt S. Trout (cpan:MSTROUT) + +=head1 CONTRIBUTORS + +Add yourselves here please, you useless people. + +=head1 COPYRIGHT + +Copyright (c) 2010-2011 the strictures L and L +as listed above. + +=head1 LICENSE + +This library is free software and may be distributed under the same terms +as perl itself. + +=cut diff --git a/lib/Moo/Role.pm b/lib/Moo/Role.pm index 4055fbc..5b3761f 100644 --- a/lib/Moo/Role.pm +++ b/lib/Moo/Role.pm @@ -130,3 +130,13 @@ imported by this module. Declares an attribute for the class to be composed into. See L for all options. + +=head1 AUTHORS + +See L for authors. + +=head1 COPYRIGHT AND LICENSE + +See L for the copyright and license. + +=cut diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 7d185ae..d1a2bbb 100644 --- a/lib/Role/Tiny.pm +++ b/lib/Role/Tiny.pm @@ -360,3 +360,12 @@ documentation. See L<< Class::Method::Modifiers/after method(s) => sub { ... } >> for full documentation. +=head1 AUTHORS + +See L for authors. + +=head1 COPYRIGHT AND LICENSE + +See L for the copyright and license. + +=cut