Work on getting rat:check to pass Added license headers to various files in jena-core that needed them. Added excludes for test resources because historically Jena has large numbers of small test files and it is unclear if we can just blanket add the license headers to them. They are all covered by the original SGA to the ASF or by subsequent ICLAs so from an IP perspective are clean anyway
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/43d133d3 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/43d133d3 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/43d133d3 Branch: refs/heads/master Commit: 43d133d3499609ae4e432c85660ab33c4e73e392 Parents: d8d0749 Author: Rob Vesse <[email protected]> Authored: Mon Oct 13 18:01:27 2014 +0100 Committer: Rob Vesse <[email protected]> Committed: Mon Oct 13 18:01:27 2014 +0100 ---------------------------------------------------------------------- jena-core/etc/location-mapping.ex | 16 ++++++++++++++++ jena-core/etc/schemagen_example.rdf | 16 ++++++++++++++++ jena-core/src/main/resources/etc/owl-b.rules | 16 ++++++++++++++++ .../src/main/resources/etc/owl-fb-micro.rules | 16 ++++++++++++++++ .../src/main/resources/etc/owl-fb-mini.rules | 16 ++++++++++++++++ .../src/main/resources/etc/owl-fb-old.rules | 16 ++++++++++++++++ jena-core/src/main/resources/etc/owl-fb.rules | 16 ++++++++++++++++ jena-core/src/main/resources/etc/owl.rules | 16 ++++++++++++++++ .../src/main/resources/etc/rdfs-b-tuned.rules | 16 ++++++++++++++++ jena-core/src/main/resources/etc/rdfs-b.rules | 16 ++++++++++++++++ .../src/main/resources/etc/rdfs-fb-lp-expt.rules | 16 ++++++++++++++++ .../resources/etc/rdfs-fb-tgc-noresource.rules | 16 ++++++++++++++++ .../main/resources/etc/rdfs-fb-tgc-simple.rules | 16 ++++++++++++++++ .../src/main/resources/etc/rdfs-fb-tgc.rules | 16 ++++++++++++++++ jena-core/src/main/resources/etc/rdfs-fb.rules | 16 ++++++++++++++++ .../src/main/resources/etc/rdfs-noresource.rules | 16 ++++++++++++++++ jena-core/src/main/resources/etc/rdfs.rules | 16 ++++++++++++++++ .../src/main/resources/jena-log4j.properties | 16 ++++++++++++++++ jena-core/src/main/resources/ont-policy.rdf | 16 ++++++++++++++++ .../org/apache/jena/vocabulary/assembler.ttl | 16 ++++++++++++++++ jena-parent/pom.xml | 19 ++++++++++++------- 21 files changed, 332 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/etc/location-mapping.ex ---------------------------------------------------------------------- diff --git a/jena-core/etc/location-mapping.ex b/jena-core/etc/location-mapping.ex index 82c2bcb..e81100a 100644 --- a/jena-core/etc/location-mapping.ex +++ b/jena-core/etc/location-mapping.ex @@ -1,3 +1,19 @@ +# 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. + ## EXAMPLE @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/etc/schemagen_example.rdf ---------------------------------------------------------------------- diff --git a/jena-core/etc/schemagen_example.rdf b/jena-core/etc/schemagen_example.rdf index 8325ac4..9f0f8f5 100644 --- a/jena-core/etc/schemagen_example.rdf +++ b/jena-core/etc/schemagen_example.rdf @@ -1,4 +1,20 @@ <?xml version='1.0'?> +<!-- + 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. +--> <!DOCTYPE rdf:RDF [ <!ENTITY jena 'http://jena.hpl.hp.com/'> http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/owl-b.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/owl-b.rules b/jena-core/src/main/resources/etc/owl-b.rules index 2965f2b..86c2d4a 100644 --- a/jena-core/src/main/resources/etc/owl-b.rules +++ b/jena-core/src/main/resources/etc/owl-b.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # OWL rule set v0.1 # This rule set is design to implement owl(f)lite using pure http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/owl-fb-micro.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/owl-fb-micro.rules b/jena-core/src/main/resources/etc/owl-fb-micro.rules index e58b8ad..9e87ef5 100644 --- a/jena-core/src/main/resources/etc/owl-fb-micro.rules +++ b/jena-core/src/main/resources/etc/owl-fb-micro.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # OWL micro rule set v0.1 # This rule set is designed to implement owl(f)lite using the hybrid http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/owl-fb-mini.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/owl-fb-mini.rules b/jena-core/src/main/resources/etc/owl-fb-mini.rules index 786e89e..12d43b9 100644 --- a/jena-core/src/main/resources/etc/owl-fb-mini.rules +++ b/jena-core/src/main/resources/etc/owl-fb-mini.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # OWL mini rule set v 0.1 # http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/owl-fb-old.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/owl-fb-old.rules b/jena-core/src/main/resources/etc/owl-fb-old.rules index c04bfd6..c87316b 100644 --- a/jena-core/src/main/resources/etc/owl-fb-old.rules +++ b/jena-core/src/main/resources/etc/owl-fb-old.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # OWL rule set v0.2 # This rule set is designed to implement owl(f)lite using the hybrid http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/owl-fb.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/owl-fb.rules b/jena-core/src/main/resources/etc/owl-fb.rules index af0e672..1ab3366 100644 --- a/jena-core/src/main/resources/etc/owl-fb.rules +++ b/jena-core/src/main/resources/etc/owl-fb.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # OWL rule set v0.3 # This rule set is designed to implement owl(f)lite using the hybrid http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/owl.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/owl.rules b/jena-core/src/main/resources/etc/owl.rules index 31897c2..2eb3282 100644 --- a/jena-core/src/main/resources/etc/owl.rules +++ b/jena-core/src/main/resources/etc/owl.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # OWL rule set v0.1 # This rule set is design to implement owl(f)lite using pure http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/rdfs-b-tuned.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/rdfs-b-tuned.rules b/jena-core/src/main/resources/etc/rdfs-b-tuned.rules index 9d55177..1dbc4a9 100644 --- a/jena-core/src/main/resources/etc/rdfs-b-tuned.rules +++ b/jena-core/src/main/resources/etc/rdfs-b-tuned.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # RDFS rule set v0.1. # This variant has been tuned for useful entailments with the http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/rdfs-b.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/rdfs-b.rules b/jena-core/src/main/resources/etc/rdfs-b.rules index 27c1581..eec7cb8 100644 --- a/jena-core/src/main/resources/etc/rdfs-b.rules +++ b/jena-core/src/main/resources/etc/rdfs-b.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # RDFS rule set v0.1. # This variant has been tweaked slightly to include some explicit http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/rdfs-fb-lp-expt.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/rdfs-fb-lp-expt.rules b/jena-core/src/main/resources/etc/rdfs-fb-lp-expt.rules index 3f1dea4..4de5de7 100644 --- a/jena-core/src/main/resources/etc/rdfs-fb-lp-expt.rules +++ b/jena-core/src/main/resources/etc/rdfs-fb-lp-expt.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # RDFS rule set v0.1. # This is a direct implementation of the RDFS closure rules using http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/rdfs-fb-tgc-noresource.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/rdfs-fb-tgc-noresource.rules b/jena-core/src/main/resources/etc/rdfs-fb-tgc-noresource.rules index 63b38c0..1f1ee2e 100644 --- a/jena-core/src/main/resources/etc/rdfs-fb-tgc-noresource.rules +++ b/jena-core/src/main/resources/etc/rdfs-fb-tgc-noresource.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # RDFS rule set v0.1. # This variant is used in the case where the subclass and subproperty http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/rdfs-fb-tgc-simple.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/rdfs-fb-tgc-simple.rules b/jena-core/src/main/resources/etc/rdfs-fb-tgc-simple.rules index f37fe16..570e09e 100644 --- a/jena-core/src/main/resources/etc/rdfs-fb-tgc-simple.rules +++ b/jena-core/src/main/resources/etc/rdfs-fb-tgc-simple.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # RDFS rule set v0.1. # This variant is used in the case where the subclass and subproperty http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/rdfs-fb-tgc.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/rdfs-fb-tgc.rules b/jena-core/src/main/resources/etc/rdfs-fb-tgc.rules index d9665dc..4c8700e 100644 --- a/jena-core/src/main/resources/etc/rdfs-fb-tgc.rules +++ b/jena-core/src/main/resources/etc/rdfs-fb-tgc.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # RDFS rule set v0.1. # This variant is used in the case where the subclass and subproperty http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/rdfs-fb.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/rdfs-fb.rules b/jena-core/src/main/resources/etc/rdfs-fb.rules index dc96eca..eee0fcf 100644 --- a/jena-core/src/main/resources/etc/rdfs-fb.rules +++ b/jena-core/src/main/resources/etc/rdfs-fb.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # RDFS rule set v0.1. # This is a direct implementation of the RDFS closure rules using http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/rdfs-noresource.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/rdfs-noresource.rules b/jena-core/src/main/resources/etc/rdfs-noresource.rules index f1137f9..6673d60 100644 --- a/jena-core/src/main/resources/etc/rdfs-noresource.rules +++ b/jena-core/src/main/resources/etc/rdfs-noresource.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # RDFS rule set v0.1. # This variant has the main "everything is a resource" rule commented http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/etc/rdfs.rules ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/etc/rdfs.rules b/jena-core/src/main/resources/etc/rdfs.rules index be5a1cf..408e49e 100644 --- a/jena-core/src/main/resources/etc/rdfs.rules +++ b/jena-core/src/main/resources/etc/rdfs.rules @@ -1,3 +1,19 @@ +# 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. + #------------------------------------------------------------------ # RDFS rule set v0.1. # This is a direct implementation of the RDFS closure rules. http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/jena-log4j.properties ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/jena-log4j.properties b/jena-core/src/main/resources/jena-log4j.properties index f9719be..de56a2b 100644 --- a/jena-core/src/main/resources/jena-log4j.properties +++ b/jena-core/src/main/resources/jena-log4j.properties @@ -1,3 +1,19 @@ +# 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. + log4j.rootLogger=INFO, stderr # Set up logging to include a file record of the output http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/ont-policy.rdf ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/ont-policy.rdf b/jena-core/src/main/resources/ont-policy.rdf index 04f585e..0766a7c 100644 --- a/jena-core/src/main/resources/ont-policy.rdf +++ b/jena-core/src/main/resources/ont-policy.rdf @@ -1,4 +1,20 @@ <?xml version='1.0'?> +<!-- + 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. +--> <!DOCTYPE rdf:RDF [ <!ENTITY jena 'http://jena.hpl.hp.com/schemas/'> http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-core/src/main/resources/org/apache/jena/vocabulary/assembler.ttl ---------------------------------------------------------------------- diff --git a/jena-core/src/main/resources/org/apache/jena/vocabulary/assembler.ttl b/jena-core/src/main/resources/org/apache/jena/vocabulary/assembler.ttl index b92e3ea..83029fb 100644 --- a/jena-core/src/main/resources/org/apache/jena/vocabulary/assembler.ttl +++ b/jena-core/src/main/resources/org/apache/jena/vocabulary/assembler.ttl @@ -1,3 +1,19 @@ +# 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. + @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . http://git-wip-us.apache.org/repos/asf/jena/blob/43d133d3/jena-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index 15b06e2..1ff14ca 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -327,14 +327,19 @@ <configuration> <excludeSubProjects>true</excludeSubProjects> <excludes> - <exclude>**/DEPENDENCIES</exclude> + <exclude>**/DEPENDENCIES</exclude> <exclude>**/*.txt</exclude> - <!--<exclude>**/*.md</exclude> - <exclude>**/*.json</exclude> - <exclude>**/*.parquet</exclude> - <exclude>**/META-INF/services/java.sql.Driver</exclude> - <exclude>**/git.properties</exclude> - <exclude>**/target/rat.txt</exclude>--> + + <!-- These might be too extreme an excludes --> + <!-- + 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 + + --> + <exclude>**/src/test/resources/**/*</exclude> + <exclude>**/testing/**/*</exclude> + </excludes> </configuration> </plugin>
