Apache OpenOffice (AOO) Bugzilla – Issue 121907
Incompatible license in "odt2mediawiki.xsl" of Mediawiki Publisher
Last modified: 2017-05-20 09:32:05 UTC
The component "odt2mediawiki.xsl" of Mediawiki Publisher was released under GPLv2, which is incompatible with ALv2.
Somewhen in 2007 I released the odt2mediawiki (originally named odt2wiki) transformation that translates OpenDocument format to MediaWiki. It was originally released under GPL, which made it somehow into OpenOffice.org. To enable Apache OpenOffice to continue to use odt2mediawiki, I want to change the license to the Apache License, Version 2.0. I'm going to upload a new version of the file with the changed licence.
Created attachment 80419 [details] odt2mediawiki with ALv2 license Attached odt2mediawiki from my personal repository in Revision 3180. The differences to the current trunk version of the file in http://svn.apache.org/viewvc/openoffice/trunk/main/swext/mediawiki/src/filter/odt2mediawiki.xsl?revision=1413471&view=markup are the following: 1. The license has changed to ALv2. 2. My file includes a minor patch I made in 2008, which I did not officially release (r2869.patch): * Bugfix: No not apply any transformation to the contents marked as WikiMath. * Bugfix: Join sibling nodes marked as WikiMath. 3. The trunk version has some changes in the transformation header (trunk-changes.patch), which I cannot find in my repository. Potentially, this is related to Issue 96279? 4. Some white-space changes. Best regards Bernhard Haumacher
Created attachment 80420 [details] Change not included in the trunk version. From my changelog: Bugfix: No not apply any transformation to the contents marked as WikiMath. Bugfix: Join sibling nodes marked as WikiMath.
Created attachment 80421 [details] Change in the trunk version, which is not part of my version.
(In reply to comment #4) > Created attachment 80421 [details] > Change in the trunk version, which is not part of my version. These changes seem to be part of http://hg.services.openoffice.org/DEV300/diff/3cd99eed90d7/filter/source/xslt/export/wiki/odt2mediawiki.xsl
"arielch" committed SVN revision 1460145 into trunk: i121907 - Change license to ALv2
Fixed on trunk. @Bernhard Haumacher: thanks for your contribution!