Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.7, 1.9.3, 2.0
-
Component/s: Other
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
-
Fixed Branches:MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
Description
As mentioned on the Debian tracker (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496069), Moodle currently includes a copy of domxml-php4-php5.php as part of the phpCAS which is embedded in /usr/share/moodle/auth/cas/CAS/.
That file is licensed under the Creative Commons "Attribution-ShareAlike 2.0 France" BY-SA (FR) license (http://creativecommons.org/licenses/by-sa/2.0/fr/). Unfortunately, this is incompatible with the GPL:
http://www.fsf.org/licensing/licenses/index_html#OtherLicenses
I have asked the author whether if he consider distributing this file also under the terms of the GPL, in which case, we could continue to use it in the CAS module.
Here's an update from the upstream author:
"I will study the GNU/LPGL v3 and update to this licence shortly, that
is today or tomorrow, on
http://alexandre.alapetite.net/doc-alex/domxml-php4-php5/
If this licence is not satisfactory for my case, I will fall back to a
licence explicitly compatible with GNU/LGPL such as CeCILL-C
http://www.cecill.info/licences.en.html
My wish is to use a licence ensuring that modifications of this
specific library are published under an Open Source licence, without
forcing the rest of the software using it to be published. It should
also be compatible with the French legislation."