-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
Working on packaging sundown extension for Fedora / RHEL / CentOS...
Some minor issues
Extension have been relicensed under PHP License, OK, but some header still refer to previous MIT LIcense (ex examples/Man.php)
Some files have no license header (ex php_sundown.h)
sundown extension have no LICENSE file, but license text is include in README.mardown, which state ".. the above copyright notice and this permission notice appear in all copies.". So please add this file in "package.xml" (with role="doc").
In all case, even if the extension sources are PHP, the resulting binary are "MIT and PHP"
N.B. this extension is not suitable for official repo because of bundled sundown library. I will wait for the switch to hoedown to see if we can build a shared library and use it (meanwhile, be in my personal repo).