The following license (from the FCGI perl module) looks to be mostly MIT, but with a couple of extra bits. I'm pretty sure this is still free, but I'm not sure it can still be considered to be MIT. Could I get a clarification? We ship our stock perl package with a soft dependency on the FCGI module, so I found it odd that we don't already ship it. I hope it's not due to this license.
========= This FastCGI application library source and object code (the "Software") and its documentation (the "Documentation") are copyrighted by Open Market, Inc ("Open Market"). The following terms apply to all files associated with the Software and Documentation unless explicitly disclaimed in individual files.
Open Market permits you to use, copy, modify, distribute, and license this Software and the Documentation for any purpose, provided that existing copyright notices are retained in all copies and that this notice is included verbatim in any distributions. No written agreement, license, or royalty fee is required for any of the authorized uses. Modifications to this Software and Documentation may be copyrighted by their authors and need not follow the licensing terms described here. If modifications to this Software and Documentation have new licensing terms, the new terms must be clearly indicated on the first page of each file where they apply.
OPEN MARKET MAKES NO EXPRESS OR IMPLIED WARRANTY WITH RESPECT TO THE SOFTWARE OR THE DOCUMENTATION, INCLUDING WITHOUT LIMITATION ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL OPEN MARKET BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DAMAGES ARISING FROM OR RELATING TO THIS SOFTWARE OR THE DOCUMENTATION, INCLUDING, WITHOUT LIMITATION, ANY INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES OR SIMILAR DAMAGES, INCLUDING LOST PROFITS OR LOST DATA, EVEN IF OPEN MARKET HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE SOFTWARE AND DOCUMENTATION ARE PROVIDED "AS IS". OPEN MARKET HAS NO LIABILITY IN CONTRACT, TORT, NEGLIGENCE OR OTHERWISE ARISING OUT OF THIS SOFTWARE OR THE DOCUMENTATION. =========
- J<
Well, it turns out that the perl module I was looking for is already packaged in the fcgi-perl module; doh. But I note that it has License: BSD, which doesn't seem to be quite correct for the license I posted. So perhaps a clarification is still in order.
- J<
On 05/02/2010 03:21 PM, Jason L Tibbitts III wrote:
Well, it turns out that the perl module I was looking for is already packaged in the fcgi-perl module; doh. But I note that it has License: BSD, which doesn't seem to be quite correct for the license I posted. So perhaps a clarification is still in order.
So, that new license is derived from MIT, but it is different enough to merit its own shortname. I've added it to Licensing, use:
License: OML
Please also file a bug against fcgi-perl to have its license tag corrected, block FE-Legal.
Thanks,
~spot
"TC" == Tom "spot" Callaway tcallawa@redhat.com writes:
TC> Please also file a bug against fcgi-perl to have its license tag TC> corrected, block FE-Legal.
Bug filed: https://bugzilla.redhat.com/show_bug.cgi?id=588379
Is there any need to rebuild the package for this?
- J<