Perl-Toolchain-Gang / Software-License

perl representation of common software licenses
18 stars 40 forks source link

add Software::License::None support for guess_license_from_pod #71

Closed dmaestro closed 2 years ago

dmaestro commented 4 years ago

Proposal for Issue #69

In lib/Software/LicenseUtils.pm Failing other matches, the word 'copyright' selects Software::License::None (restricted) In t/guess_license_from_pod.t Update test

dmaestro commented 4 years ago

Alternative to PR #70 - this makes it easy to handle proprietary code, but still gives no result if the word copyright does not appear in the license pod.

Leont commented 2 years ago

I'm going to reject this in favor of #70