You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Andy Seaborne <an...@apache.org> on 2011/10/10 16:23:12 UTC

Re: Status of an Apache build for ARQ

The ARQ codebase now has all the licensing issues sorted out.  It's all 
Apache License now.

	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 [zsong@fla.fujitsu.com]
[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.

Re: Status of an Apache build for ARQ

Posted by Paolo Castagna <ca...@googlemail.com>.

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 [zsong@fla.fujitsu.com]
> [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.