Metadata
- Source
- FLUID-3692
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Colin Clark
- Created
2010-08-30T10:44:48.631-0400 - Updated
2010-09-08T13:53:48.728-0400 - Versions
-
- 1.1.2
- 1.2
- Fixed Versions
-
- 1.1.3
- 1.2.1
- Component
-
- Renderer
Description
The Infusion Renderer's fast XML pull parser is based on a SAX parser from XML for Script. This code was originally distributed under the LGPL license, but upon request the community granted us a zlib/libpng licensed version. The details are documented here:
http://wiki.fluidproject.org/display/fluid/Licensing+for+fastXmlPull.js
As a result, our modifications are licensed only under the zlib/libpng licensed, and we should not include any references to the LGPL. The source code, fastXmlPull README file, and the overall Infusion README file should be updated to reflect this.
Attachments
Comments
-
Colin Clark commented
2010-08-30T10:54:04.442-0400 Two patches--one for the 1.1.x branch and against trunk (hopefully this will apply cleanly in the not-yet-created 1.2.x branch), which fix the licensing and attribution errors in Infusion's fast XML pull parser.
-
Mike Lam commented
2010-09-08T13:53:48.726-0400 Applied 1.2.1 patch to update license information.