This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit b3611f945aa585c749aacd92335175aed4911cb9 Author: Andy Seaborne <[email protected]> AuthorDate: Tue Nov 25 17:41:11 2025 +0000 Adjust to common license header --- .../examples/RDFConnectionExampleDBpedia01.java | 18 ++++++++++++++++ .../java/org/apache/jena/langtag/LangTagJDK.java | 25 +++++++++++----------- 2 files changed, 31 insertions(+), 12 deletions(-) diff --git a/jena-examples/src/main/java/rdfconnection/examples/RDFConnectionExampleDBpedia01.java b/jena-examples/src/main/java/rdfconnection/examples/RDFConnectionExampleDBpedia01.java index 47c8014350..6e5206775d 100644 --- a/jena-examples/src/main/java/rdfconnection/examples/RDFConnectionExampleDBpedia01.java +++ b/jena-examples/src/main/java/rdfconnection/examples/RDFConnectionExampleDBpedia01.java @@ -1,3 +1,21 @@ +/* + * 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. + */ + package rdfconnection.examples; import java.util.List; diff --git a/jena-langtag/src/main/java/org/apache/jena/langtag/LangTagJDK.java b/jena-langtag/src/main/java/org/apache/jena/langtag/LangTagJDK.java index 60ce5e910f..50763f99bf 100644 --- a/jena-langtag/src/main/java/org/apache/jena/langtag/LangTagJDK.java +++ b/jena-langtag/src/main/java/org/apache/jena/langtag/LangTagJDK.java @@ -1,18 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. - * - * See the NOTICE file distributed with this work for additional - * information regarding copyright ownership. + * 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. */ package org.apache.jena.langtag;
