You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/02/24 12:46:09 UTC

svn commit: r1293196 - in /incubator/jena/Jena2/JenaZip/trunk: ./ bat/ bin/

Author: andy
Date: Fri Feb 24 11:46:07 2012
New Revision: 1293196

URL: http://svn.apache.org/viewvc?rev=1293196&view=rev
Log:
Ensure scripts have at least a one line license statement

Modified:
    incubator/jena/Jena2/JenaZip/trunk/bat/arq.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/infer.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/iri.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/juuid.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/nquads.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/ntriples.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/qparse.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/rdfcat.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/rdfcompare.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/rdfcopy.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/rdfparse.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/riot.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/rset.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/rsparql.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/rupdate.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/schemagen.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/sparql.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/trig.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/turtle.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/uparse.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/update.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/utf8.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/wwwdec.bat
    incubator/jena/Jena2/JenaZip/trunk/bat/wwwenc.bat
    incubator/jena/Jena2/JenaZip/trunk/bin/arq
    incubator/jena/Jena2/JenaZip/trunk/bin/infer
    incubator/jena/Jena2/JenaZip/trunk/bin/iri
    incubator/jena/Jena2/JenaZip/trunk/bin/juuid
    incubator/jena/Jena2/JenaZip/trunk/bin/nquads
    incubator/jena/Jena2/JenaZip/trunk/bin/ntriples
    incubator/jena/Jena2/JenaZip/trunk/bin/qparse
    incubator/jena/Jena2/JenaZip/trunk/bin/rdfcat
    incubator/jena/Jena2/JenaZip/trunk/bin/rdfcompare
    incubator/jena/Jena2/JenaZip/trunk/bin/rdfcopy
    incubator/jena/Jena2/JenaZip/trunk/bin/rdfparse
    incubator/jena/Jena2/JenaZip/trunk/bin/riot
    incubator/jena/Jena2/JenaZip/trunk/bin/rset
    incubator/jena/Jena2/JenaZip/trunk/bin/rsparql
    incubator/jena/Jena2/JenaZip/trunk/bin/rupdate
    incubator/jena/Jena2/JenaZip/trunk/bin/schemagen
    incubator/jena/Jena2/JenaZip/trunk/bin/sparql
    incubator/jena/Jena2/JenaZip/trunk/bin/trig
    incubator/jena/Jena2/JenaZip/trunk/bin/turtle
    incubator/jena/Jena2/JenaZip/trunk/bin/uparse
    incubator/jena/Jena2/JenaZip/trunk/bin/update
    incubator/jena/Jena2/JenaZip/trunk/bin/utf8
    incubator/jena/Jena2/JenaZip/trunk/bin/wwwdec
    incubator/jena/Jena2/JenaZip/trunk/bin/wwwenc
    incubator/jena/Jena2/JenaZip/trunk/cmd-maker
    incubator/jena/Jena2/JenaZip/trunk/template.bat
    incubator/jena/Jena2/JenaZip/trunk/template.bin

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/arq.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/arq.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/arq.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/arq.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/infer.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/infer.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/infer.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/infer.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/iri.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/iri.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/iri.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/iri.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/juuid.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/juuid.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/juuid.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/juuid.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/nquads.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/nquads.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/nquads.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/nquads.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/ntriples.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/ntriples.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/ntriples.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/ntriples.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/qparse.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/qparse.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/qparse.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/qparse.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/rdfcat.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/rdfcat.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/rdfcat.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/rdfcat.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/rdfcompare.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/rdfcompare.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/rdfcompare.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/rdfcompare.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/rdfcopy.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/rdfcopy.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/rdfcopy.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/rdfcopy.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/rdfparse.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/rdfparse.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/rdfparse.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/rdfparse.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/riot.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/riot.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/riot.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/riot.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/rset.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/rset.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/rset.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/rset.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/rsparql.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/rsparql.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/rsparql.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/rsparql.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/rupdate.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/rupdate.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/rupdate.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/rupdate.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/schemagen.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/schemagen.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/schemagen.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/schemagen.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/sparql.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/sparql.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/sparql.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/sparql.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/trig.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/trig.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/trig.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/trig.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/turtle.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/turtle.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/turtle.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/turtle.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/uparse.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/uparse.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/uparse.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/uparse.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/update.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/update.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/update.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/update.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/utf8.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/utf8.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/utf8.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/utf8.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/wwwdec.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/wwwdec.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/wwwdec.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/wwwdec.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bat/wwwenc.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bat/wwwenc.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bat/wwwenc.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bat/wwwenc.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/arq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/arq?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/arq (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/arq Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/infer
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/infer?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/infer (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/infer Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/iri
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/iri?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/iri (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/iri Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/juuid
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/juuid?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/juuid (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/juuid Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/nquads
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/nquads?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/nquads (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/nquads Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/ntriples
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/ntriples?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/ntriples (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/ntriples Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/qparse
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/qparse?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/qparse (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/qparse Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/rdfcat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/rdfcat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/rdfcat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/rdfcat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/rdfcompare
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/rdfcompare?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/rdfcompare (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/rdfcompare Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/rdfcopy
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/rdfcopy?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/rdfcopy (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/rdfcopy Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/rdfparse
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/rdfparse?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/rdfparse (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/rdfparse Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/riot
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/riot?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/riot (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/riot Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/rset
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/rset?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/rset (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/rset Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/rsparql
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/rsparql?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/rsparql (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/rsparql Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/rupdate
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/rupdate?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/rupdate (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/rupdate Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/schemagen
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/schemagen?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/schemagen (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/schemagen Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/sparql
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/sparql?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/sparql (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/sparql Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/trig
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/trig?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/trig (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/trig Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/turtle
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/turtle?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/turtle (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/turtle Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/uparse
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/uparse?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/uparse (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/uparse Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/update
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/update?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/update (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/update Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/utf8
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/utf8?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/utf8 (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/utf8 Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/wwwdec
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/wwwdec?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/wwwdec (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/wwwdec Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/bin/wwwenc
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/bin/wwwenc?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/bin/wwwenc (original)
+++ incubator/jena/Jena2/JenaZip/trunk/bin/wwwenc Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]

Modified: incubator/jena/Jena2/JenaZip/trunk/cmd-maker
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/cmd-maker?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/cmd-maker (original)
+++ incubator/jena/Jena2/JenaZip/trunk/cmd-maker Fri Feb 24 11:46:07 2012
@@ -1,4 +1,20 @@
-#!/bin/bash
+#!/bin/sh
+
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+##
+##     http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
 
 CMDS=$(cat <<EOF
 jena.rdfcat
@@ -29,7 +45,7 @@ EOF
 )
 
 
-function make-bin()
+make_bin()
 {
     local C=$1
     # Filename.
@@ -37,7 +53,7 @@ function make-bin()
     sed -e "s!JENA_CMD!$C!" < template.bin > $CMD
 }
 
-function make-bat()
+make_bat()
 {
     local C=$1
     # Filename.
@@ -48,6 +64,6 @@ function make-bat()
 for cmd in $CMDS
 do
     ## echo $cmd
-    make-bin $cmd
-    make-bat $cmd
+    make_bin $cmd
+    make_bat $cmd
 done

Modified: incubator/jena/Jena2/JenaZip/trunk/template.bat
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/template.bat?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/template.bat (original)
+++ incubator/jena/Jena2/JenaZip/trunk/template.bat Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 @echo off
+@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 if NOT "%JENAROOT%" == "" goto :okRoot
 echo JENAROOT not set

Modified: incubator/jena/Jena2/JenaZip/trunk/template.bin
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/template.bin?rev=1293196&r1=1293195&r2=1293196&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/template.bin (original)
+++ incubator/jena/Jena2/JenaZip/trunk/template.bin Fri Feb 24 11:46:07 2012
@@ -1,4 +1,5 @@
 #!/bin/sh
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
 ROOT="$JENAROOT"
 if [ -z "$ROOT" ]