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 7ef5af32184261782711bf143fbece720584cb63 Author: Andy Seaborne <[email protected]> AuthorDate: Fri Jan 9 10:41:11 2026 +0000 GH-3589: Regularize the format of Apache License headers --- .../org/apache/jena/sparql/util/ContextUtils.java | 3 +- .../jena/sparql/modify/TestUpdateSilent.java | 1 - .../org/apache/jena/sparql/util/TestFmtUtils.java | 35 +++++++++++----------- .../jena/reasoner/rulesys/BuiltinRegistry.java | 8 ++--- 4 files changed, 23 insertions(+), 24 deletions(-) diff --git a/jena-arq/src/main/java/org/apache/jena/sparql/util/ContextUtils.java b/jena-arq/src/main/java/org/apache/jena/sparql/util/ContextUtils.java index f56c16f1c9..58e261cf64 100644 --- a/jena-arq/src/main/java/org/apache/jena/sparql/util/ContextUtils.java +++ b/jena-arq/src/main/java/org/apache/jena/sparql/util/ContextUtils.java @@ -1,4 +1,3 @@ -package org.apache.jena.sparql.util; /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -17,6 +16,8 @@ package org.apache.jena.sparql.util; * limitations under the License. */ +package org.apache.jena.sparql.util; + import org.apache.jena.sparql.function.FunctionRegistry; import org.apache.jena.sparql.pfunction.PropertyFunctionRegistry; import org.apache.jena.sparql.service.ServiceExecutorRegistry; diff --git a/jena-arq/src/test/java/org/apache/jena/sparql/modify/TestUpdateSilent.java b/jena-arq/src/test/java/org/apache/jena/sparql/modify/TestUpdateSilent.java index 7c17a187b8..6a86e89a1c 100644 --- a/jena-arq/src/test/java/org/apache/jena/sparql/modify/TestUpdateSilent.java +++ b/jena-arq/src/test/java/org/apache/jena/sparql/modify/TestUpdateSilent.java @@ -1,4 +1,3 @@ - /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file diff --git a/jena-arq/src/test/java/org/apache/jena/sparql/util/TestFmtUtils.java b/jena-arq/src/test/java/org/apache/jena/sparql/util/TestFmtUtils.java index 8cb1be14cf..6079cc3441 100644 --- a/jena-arq/src/test/java/org/apache/jena/sparql/util/TestFmtUtils.java +++ b/jena-arq/src/test/java/org/apache/jena/sparql/util/TestFmtUtils.java @@ -1,3 +1,20 @@ +/* + * 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 org.apache.jena.sparql.util; @@ -26,24 +43,6 @@ import org.apache.jena.sparql.core.Quad; import org.apache.jena.sparql.serializer.SerializationContext; import org.apache.jena.sparql.sse.SSE; -/* - * 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. - */ - public class TestFmtUtils { @Test diff --git a/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/BuiltinRegistry.java b/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/BuiltinRegistry.java index b6ed580bdb..87189def57 100755 --- a/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/BuiltinRegistry.java +++ b/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/BuiltinRegistry.java @@ -1,7 +1,3 @@ -package org.apache.jena.reasoner.rulesys; - -import org.apache.jena.reasoner.rulesys.builtins.*; - /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -20,6 +16,10 @@ import org.apache.jena.reasoner.rulesys.builtins.*; * limitations under the License. */ +package org.apache.jena.reasoner.rulesys; + +import org.apache.jena.reasoner.rulesys.builtins.*; + public abstract class BuiltinRegistry { /** The default base registry */ public static BuiltinRegistry theRegistry;
