Re: Adding both mozilla1.0 and mozilla1.1 to the list of licenses

David Golden <[email protected]> Sat, 27 Mar 2010 07:54:56 -0400
Newsgroups gmane.comp.lang.perl.modules.module-build
Message-ID <[email protected]>
On Sat, Mar 27, 2010 at 7:45 AM, Gabor Szabo <[email protected]> wrote:
> That's what I did but I expect some arguments from the core Bugzilla developers
> and their lawyers. I'll use your point if needed.  Thanks

The license field in Module::Build just sets the same field in
META.yml.  If they don't like 'mozilla' (generic) set it to
'open_source', which is the option for "META.yml spec doesn't support
what I really want to put here".  You still must document the actual
license terms in the code you release.

-- David