[ 
https://issues.apache.org/jira/browse/TIKA-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15776304#comment-15776304
 ] 

Thamme Gowda commented on TIKA-1804:
------------------------------------

I attempted to fix this, but I hit a blocker:

org.apache.tika.parser.journal.TEIParser uses org.json.XML.toJSONObject() 
method. This utility method doesn't exists in the replacement library. 

Almost all the references I found on the internet for "converting XML to JSON 
string" points to the same code example I am trying to get rid off!

> Tika use no free json.org
> -------------------------
>
>                 Key: TIKA-1804
>                 URL: https://issues.apache.org/jira/browse/TIKA-1804
>             Project: Tika
>          Issue Type: Bug
>            Reporter: gil cattaneo
>
> Hi
> Your project is licensed under Apache License Version 2,
> but your code pulls in code from json.org under Douglas Crockford’s bad 
> licence [1] , and is non-free [2].
> Such usage restriction makes the license incompatible with The Open Source 
> Definition and
> The Free Software Definition. Because Tika binary distribution includes this 
> software,
> it effectively becomes proprietary software itself.
> You may also comment that the json.org license is valid for You but for many 
> Linux distributions it is not acceptable.
> I hope to continue to maintain Tika for Fedora, without having to run into 
> these problems.
> Please try to replace it with one of the many free alternatives.
> Regards
> [1]
> ./tika-1.11/tika-parsers/src/main/java/org/apache/tika/parser/journal/GrobidRESTParser.java
> ./tika-1.11/tika-parsers/src/main/java/org/apache/tika/parser/journal/JournalParser.java
> ./tika-1.11/tika-parsers/src/main/java/org/apache/tika/parser/journal/TEIParser.java
> [2]
> https://wiki.debian.org/qa.debian.org/jsonevil
> http://www.sonatype.com/people/2012/03/use-json-well-youd-better-not-be-evil/
> http://tanguy.ortolo.eu/blog/article46/json-license



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to