Perl-Toolchain-Gang / Software-License

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

Add generic BSD 2-Clause license, not hard-coded to FreeBSD Project #10

Closed scrivnercw closed 10 years ago

scrivnercw commented 11 years ago

The Software::License::FreeBSD.pm module refers to the 2-Clause BSD license, but it hard-codes the FreeBSD Project as owner of the code covered by the license.

This pull request adds a module for a generic 2-Clause BSD license. I assume the existing FreeBSD.pm module shouldn't be changed in case existing users depend on the current, hard-coded language.

rjbs commented 10 years ago

Thanks! From my perspective, the hardcoding of FREEBSD was an obvious mistake, and I have corrected the FreeBSD license directly.