Currently Codex is licensed under the GPL v2.0 software license (inherited from its predecessor WVUI, which aligned to same license as MediaWiki itself).
However, in a recent discussion on Wikitech-l some users have expressed concerns that this license is too restrictive to be able to use Codex in their projects, and that the MIT license (which is used by OOUI, the library that Codex is more or less the successor to) would be a better fit for this project. The MIT license imposes minimal restrictions. Users can include an MIT-licensed library in their projects (whether proprietary or open-source) without needing to share their source code or adhere to specific redistribution requirements. Switching the license to MIT would require explicit consent from all contributors to Codex under the GPL v2.0 license.
Any change to the license of Codex itself should also apply to Codex PHP.
Acceptance Criteria
- Identify all contributors to Codex under the GPL v2.0 license.
- Get explicit written consent from all contributors to re-license Codex under MIT
- Open a patch that updates the license in the Codex repo