Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 595664

Summary: dev-lang/php: add Zend Engine License version 2.00
Product: Gentoo Linux Reporter: Michael Orlitzky <mjo>
Component: Current packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: licenses
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.zend.com/license/2_00.txt
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Orlitzky gentoo-dev 2016-09-30 15:04:22 UTC
All of the files under ${S}/Zend are licensed under the "The Zend Engine License, version 2.00". This will need to be added to LICENSE, but first, we need to add it to the tree.

The text of that license is available at $url. I'm proposing we add it as "Zend-2.00". License team, what do you think?
Comment 1 Hanno Böck gentoo-dev 2016-09-30 18:29:57 UTC
The license team once agreed that if possible we should stick to the standardized license names by spdx.
They list it as
"Zend-2.0"
So I think we should use that. See:
https://spdx.org/licenses/
Comment 2 Michael Orlitzky gentoo-dev 2016-09-30 23:44:51 UTC
Thanks for the advice!

commit 8144f1f6125282980387978425570e7dc7b26d2f
Author: Michael Orlitzky <mjo@gentoo.org>
Date:   Fri Sep 30 19:04:36 2016 -0400

    licenses: add new Zend-2.0 license as part of the @MISC-FREE group.

    The "Zend Engine License, version 2.00" covers parts of the PHP
    runtime. The latest version of the Zend license is vanilla BSD:

      https://framework.zend.com/license

    However, all of the sources shipped with dev-lang/php still refer to
    version 2.00 of the license, so we're including it. Version 2.00 is a
    modified BSD license with a few more attribution clauses thrown in. It
    is still a free software license (although not approved, to my
    knowledge), so it has been added to the @MISC-FREE license group.

    Gentoo-Bug: 595664
Comment 3 Ulrich Müller gentoo-dev 2016-10-02 21:14:13 UTC
This is actually FSF approved:
http://www.gnu.org/licenses/license-list.html#Zend

I have adjusted profiles/license_groups accordingly.
Comment 4 Michael Orlitzky gentoo-dev 2016-10-02 22:48:39 UTC
(In reply to Ulrich Müller from comment #3)
> This is actually FSF approved:
> http://www.gnu.org/licenses/license-list.html#Zend
> 
> I have adjusted profiles/license_groups accordingly.

How about that, thanks. That's why you're the boss.