On 03/05/12 21:21, Simone Tripodi wrote:
Hi all guys,

I am trying to fill missing license headers as much as I can where
missing, unfortunately there are some files that, due to my lack of
knowledge, I don't know how to add comments (turtle, nquads) and there
is the org.apache.any23.Any23Test#testMicrodataSupport() fails when
adding the comment on the
core/src/test/resources/microdata/microdata-basic.html file.

Can anyone help me please?
TIA, all the best!
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

Turtle, N-Quads; The comment character is #

So the one liner for small files is:
-----
# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
-----

Putting headers on data and testing materials was one of Jena's issues. Putting 16 line headers on 4 line files is silly. Much writing of find/xargs/perl -i.bak scripts.

In the end, small test files didn't get anything, short scripts got the one liner and scripts with real work got the 14 line header.

        HTH
        Andy

Reply via email to