Difference between revisions of "PHP License"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 25: | Line 25: | ||
* [http://www.php.net/license/ Official PHP License information] | * [http://www.php.net/license/ Official PHP License information] | ||
* [https://en.wikipedia.org/wiki/PHP_License PHP License] @ Wikipedia | * [https://en.wikipedia.org/wiki/PHP_License PHP License] @ Wikipedia | ||
+ | |||
+ | [[Category:PHP]] | ||
+ | [[Category:Software licenses]] |
Latest revision as of 04:21, 22 April 2016
The PHP License is the software license under which the PHP scripting language is released.
Description
The PHP License is:
- A non-copyleft free software license (according to the Free Software Foundation)
- An open source license (according to the Open Source Initiative)
The license is GPL-incompatible due to restrictions on the usage of the term PHP.
Zend Engine License
While most of PHP is under the PHP License, most of the Zend Engine is under the similar Zend Engine License.
See also
External links
- Official PHP License information
- PHP License @ Wikipedia