RAT checks passing for Jena Core Adds appropriate excludes and missing license headers
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/79e5fd2a Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/79e5fd2a Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/79e5fd2a Branch: refs/heads/master Commit: 79e5fd2ae3b48d2cfd9afdea1b0d6759dd3f2bcd Parents: 43d133d Author: Rob Vesse <[email protected]> Authored: Tue Oct 21 12:47:37 2014 +0100 Committer: Rob Vesse <[email protected]> Committed: Tue Oct 21 12:47:37 2014 +0100 ---------------------------------------------------------------------- jena-core/src/main/java/link2readme.html | 16 ++++++++++++++++ jena-parent/pom.xml | 10 ++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/79e5fd2a/jena-core/src/main/java/link2readme.html ---------------------------------------------------------------------- diff --git a/jena-core/src/main/java/link2readme.html b/jena-core/src/main/java/link2readme.html index 0025c9d..d8eefef 100644 --- a/jena-core/src/main/java/link2readme.html +++ b/jena-core/src/main/java/link2readme.html @@ -1,6 +1,22 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- + 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. +--> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Jena README</title> http://git-wip-us.apache.org/repos/asf/jena/blob/79e5fd2a/jena-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index 1ff14ca..15e8c43 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -330,8 +330,14 @@ <exclude>**/DEPENDENCIES</exclude> <exclude>**/*.txt</exclude> - <!-- These might be too extreme an excludes --> - <!-- + <!-- + jena-core exclusions + --> + <exclude>**/src-examples/data/*</exclude> + <exclude>**/vocabularies/*</exclude> + <exclude>**/Grammar/turtle</exclude> + + <!-- Unfortunately Jena historically has large numbers of small test files with no license headers. Since Jena was donated to the ASF under a Software Grant it is assumed that all rights for the
