-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Top level files like LICENSE and META.* indicate "Artistic-2", while the .pm files all seem to say "perl itself" for their license, where "perl itself" means "Artistic-1" OR "GPL1-OR-Newer".
If I had to guess, I'd say the metadata is wrong, and should be updated to reflect the .pm files.
Line 3 in b2f8942
| license = "artistic_2" |
Lines 3 to 7 in b2f8942
| This is free software, licensed under: | |
| The Artistic License 2.0 (GPL Compatible) | |
| The Artistic License 2.0 |
Lines 8 to 10 in b2f8942
| "license" : [ | |
| "artistic_2" | |
| ], |
data-objectdriver/lib/Data/ObjectDriver/BaseObject.pm
Lines 1286 to 1290 in b2f8942
| =head1 LICENSE | |
| I<Data::ObjectDriver> is free software; you may redistribute it and/or modify | |
| it under the same terms as Perl itself. | |
data-objectdriver/lib/Data/ObjectDriver/Errors.pm
Lines 45 to 48 in b2f8942
| =head1 LICENSE | |
| I<Data::ObjectDriver> is free software; you may redistribute it and/or modify | |
| it under the same terms as Perl itself. |
data-objectdriver/lib/Data/ObjectDriver/SQL/Oracle.pm
Lines 51 to 56 in b2f8942
| =head1 LICENSE | |
| This module is free software; | |
| you may redistribute and/or modify it under the same | |
| terms as Perl itself. | |
data-objectdriver/lib/Data/ObjectDriver/Driver/BaseCache.pm
Lines 440 to 444 in b2f8942
| =head1 LICENSE | |
| I<Data::ObjectDriver> is free software; you may redistribute it and/or modify | |
| it under the same terms as Perl itself. | |
data-objectdriver/lib/Data/ObjectDriver/Driver/DBD/Oracle.pm
Lines 147 to 151 in b2f8942
| =head1 LICENSE | |
| This module is free software; | |
| you may redistribute and/or modify it under the same | |
| terms as Perl itself. |
data-objectdriver/lib/Data/ObjectDriver/Driver/DBD.pm
Lines 192 to 196 in b2f8942
| =head1 LICENSE | |
| I<Data::ObjectDriver> is free software; you may redistribute it and/or modify | |
| it under the same terms as Perl itself. | |
data-objectdriver/lib/Data/ObjectDriver/Driver/Partition.pm
Lines 256 to 259 in b2f8942
| =head1 LICENSE | |
| I<Data::ObjectDriver> is free software; you may redistribute it and/or modify | |
| it under the same terms as Perl itself. |
data-objectdriver/lib/Data/ObjectDriver/Driver/SimplePartition.pm
Lines 250 to 254 in b2f8942
| =head1 LICENSE | |
| I<Data::ObjectDriver> is free software; you may redistribute it and/or modify | |
| it under the same terms as Perl itself. | |
data-objectdriver/lib/Data/ObjectDriver/Driver/Cache/Memcached.pm
Lines 143 to 147 in b2f8942
| =head1 LICENSE | |
| I<Data::ObjectDriver> is free software; you may redistribute it and/or modify | |
| it under the same terms as Perl itself. | |
data-objectdriver/lib/Data/ObjectDriver/Driver/Cache/Apache.pm
Lines 168 to 171 in b2f8942
| =head1 LICENSE | |
| I<Data::ObjectDriver> is free software; you may redistribute it and/or modify | |
| it under the same terms as Perl itself. |
data-objectdriver/lib/Data/ObjectDriver/SQL.pm
Lines 678 to 682 in b2f8942
| =head1 LICENSE | |
| I<Data::ObjectDriver> is free software; you may redistribute it and/or modify | |
| it under the same terms as Perl itself. | |
data-objectdriver/lib/Data/ObjectDriver.pm
Lines 778 to 781 in b2f8942
| =head1 LICENSE | |
| I<Data::ObjectDriver> is free software; you may redistribute it and/or modify | |
| it under the same terms as Perl itself. |
Lines 591 to 595 in b2f8942
| # LICENSE | |
| _Data::ObjectDriver_ is free software; you may redistribute it and/or modify | |
| it under the same terms as Perl itself. | |