OK, so I didn't write all of Enano's code.
Enano relies on some third-party libraries for some of its functionality. Not all of these libraries are licensed under the same terms as Enano; a list of third-party libraries is available below, sorted by which license the library is under.
GNU General Public License
- phpWiki - just the diff engine, which is also used in MediaWiki
- MediaWiki's table parsing engine (the Text_Wiki one doesn't work in PHP 5.2.0)
- One of the CAPTCHA easter eggs was ported from the phpBB Advanced Visual Confirmation Mod. The strange thing here is this: The installation instructions expressly state that the MOD is distributed under the GPL, but immediately afterwards it says that the MOD "can be freely used, but not distributed, without permission." Sorry buddy, but I'm with the FSF on this one, I'm legally allowed to distribute/modify it under the GPL.
- The e-mail address encryption routine was originally written by Jim Tucek, and ported to PHP by Dan Fuhry. The Enano project contacted Jim, who gave permission to release it under the GPL.
- Tigra Tree Menu - a modified version that remembers the state of the tree. The license terms are stated here. After contacting the author, I was given permission to release our modified version under the GNU GPL. Therefore, you may use this code unde the terms of the GPL, however if you're making commercial use of it, the Softcomplex guys would appreciate if (but not require that) you would contact them first.
- youngpup's DOM-Drag class - the unmodified version is in the public domain; we chose to relicense it as of Enano 1.0.4 to clear up any potential legal complications
- The freeCap engine, used for generating CAPTCHA images.
- The jQuery Javascript library. It's dual-licensed under the GPL and the MIT license.
GNU Lesser General Public License
- TinyMCE, the graphical page editor
The BSD License
- Paul Johnston's implementations of the MD5 and SHA1 algorithms in Javascript
- Zend Framework, for the majority of JSON operations
The MIT/X License
- FastJSON - a JSON encoder/decoder. Only used when PHP4 compatibility is a must (early in the installer). Copyright © 2006 - 2007 Andrea Giammarchi.
Creative Commons licenses
View the Attribution 2.5 license
- fam fam fam silk icon set - the icons used in the administration panel and several other places