NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Licensing Issue (Score:1)
The Distributions says that it is licensed under the BSD license [0] however the individual files are licensed under MIT [1]
0. http://search.cpan.org/dist/HTML-Widgets-NavMenu/ [cpan.org]
1. http://search.cpan.org/dist/HTML-Widgets-NavMenu/lib/HTML/Widgets/NavMenu.pm#CO
Re:Licensing Issue (Score:2)
Hi ciscott!
The actual licence for the module is the MIT X11 licence. The 'bsd' indicator for the licence is part of the module's meta-data because it's the closest choice for it in Module::Build, and in the PAUSE categorisation.
It does not make too much difference. The MIT X11 is considered part of the BSD family of licences, which includes licences that are completely non-copyleft as the original BSD, the modified BSD, MIT X11, the Apache licence, the Python licence, and so forth.
Even software whose source code is distributed under the Public Domain can be considered BSD-style. Just note that the Public Domain may have some complications when used for source code.
Reply to This
Parent