Andy Seaborne wrote: > The ARQ codebase now has all the licensing issues sorted out. It's all > Apache License now.
Great. Thanks for the detailed report. Paolo > > Andy > > Details: > > = sparql/lang/ParserFactory.java:/** original code - contribution from > Olaf Hartig */ > [Recontributed - thank you] > > = sha1sum.java:// Contribution from Leigh Dodds > [Rewritten to use E_SHA1] > > = MD5 : COPYRIGHT MIT and INRIA > [Use Java library code.] > > = src/com/hp/hpl/jena/sparql/lang/rdql/Q_StringLangEqual.java: > (c) Copyright 2004 Fujitsu Laboratories of America, Inc. > src/com/hp/hpl/jena/sparql/lang/rdql/Q_StringLangEqual.java: > // This facility was provided by Zhexuan Song [[email protected]] > [Removed RDQL completely] > > = org/json code > [GONE] > > ARQ now has it's own JSON parser (based on the fast tokenizer) > and it's own JSON object definitions together with visitor-based writer. > > = Reading of JSON formats) > JSONInput [Completely rewritten] > Boringly, it's not streaming any more. Sometime. > JSONObjectResult [deleted, unused DONE] > JSONOutputASK [rewritten] > JSONResults [rebuilt constants from the SPARQL spec] > > = util/Base64.java > author Robert Harder - public domain > [Use Apache commons] > > = ResultSetUtils.java: * Suggested by James Howison > Suggestion was to add the functionality. > Code was written by Andy.
