Repository: jena Updated Branches: refs/heads/master bc4518c2c -> a0aa6e915
Add a license header to output Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/0d7c7cf7 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/0d7c7cf7 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/0d7c7cf7 Branch: refs/heads/master Commit: 0d7c7cf7059c61843367fe5ab1ae8b2d5e89fe73 Parents: bc4518c Author: Andy Seaborne <[email protected]> Authored: Sat Feb 21 18:12:11 2015 +0000 Committer: Andy Seaborne <[email protected]> Committed: Sat Feb 21 18:12:11 2015 +0000 ---------------------------------------------------------------------- jena-fuseki/make_cp_mvn | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/0d7c7cf7/jena-fuseki/make_cp_mvn ---------------------------------------------------------------------- diff --git a/jena-fuseki/make_cp_mvn b/jena-fuseki/make_cp_mvn index 71164fd..d8b245e 100755 --- a/jena-fuseki/make_cp_mvn +++ b/jena-fuseki/make_cp_mvn @@ -27,6 +27,7 @@ if ( ! -e "$POM" ) } $M2=$ENV{'M2_REPO'} ; print "#!/bin/bash\n" ; +print "# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0" print "\n" ; print 'XCP="' ;
