On 07/05/15 07:17, Sergio Fernández wrote:
OK, now let's go through the concrete issues Andy pointed.
On Wed, May 6, 2015 at 7:41 PM, Andy Seaborne <[email protected]> wrote:
** check LICENSE and NOTICE
NOTICE missing.
No LICENSE and NOTICE in artifacts.
http://www.apache.org/dev/release.html#notice-required
At a minimum, NOTICE should be:
http://apache.org/legal/src-headers.html#notice
-------------------------
Apache Commons RDF
Copyright 2015 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
-------------------------
I've put the files into git but please check:
new file: NOTICE
new file: api/src/main/resources/META-INF/LICENSE
new file: api/src/main/resources/META-INF/NOTICE
new file: simple/src/main/resources/META-INF/LICENSE
new file: simple/src/main/resources/META-INF/NOTICE
Perfect, thanks.
What remains a mystery to me is why the jars don't have N&L files
automatically. That's what happens in Jena if there weren't present in
src/main/resources and I thought was because Jena is using the Apache
parent (v16). The defaults would be adequate for commons-rdf.
Andy