Topic: License question, Dual Licensing LGPL 2.1 and LGPL 3
This belongs probably to:
PHP Labware forum → htmLawed → License question
(Where I found a previous discussion on the topic)
Hi,
while searching some alternative for the use of tidy class I found htmLawed.
Why using htmLawed instead of tidy:
- I would like to have a fallback when php tidy is not available
- I need tidy/balanced html tags in HTML when processing user HTML Mails
- I tried HTMLPurifier with adapted configuration but for some input it fails completely to do a propper tidying job, and we ran into runtime problems when trying to purify large html snippets that use tables heavily to structure the content.
Additionally I am trying to evaluate the replacement of HTMLPurifier with htmLawed alltogether, as purifier is quite big and uses a lot of resources, and has some issues that needed patching.
I am one of the developers of the EGroupware project and currently maintaining the mail module that ships with it.
See: egroupware.org or egroupware.org/community_edition or sourceforge.net/projects/egroupware/
As EGroupware is Licensed with GPL v2 (which seems to be incompatible with LGPL v3 as it is stated by
https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses ).
We would like to ask if it was acceptable to you to have htmlLawed additionaly licensed under LGPL v2.1
(as this version is stated to be compatible with GPL v2 Licensing).
For some historical reasons its quite hard to change the licensing of the EGroupware to GPL v3 or even to a dual Licensing like GPL v2 and newer, as this would require the approval of all EGroupware developers to take this measure.
Best regards
Leithoff, Klaus