From 9ae9b255929a022b0b799be01ebce0768c4bf3f2 Mon Sep 17 00:00:00 2001 From: Luigi Asprino Date: Thu, 5 Dec 2024 06:58:31 +0100 Subject: [PATCH] #513 --- EXTENSION_MECHANISMS.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/EXTENSION_MECHANISMS.md b/EXTENSION_MECHANISMS.md index 237fe8be..6ded1b50 100644 --- a/EXTENSION_MECHANISMS.md +++ b/EXTENSION_MECHANISMS.md @@ -86,21 +86,6 @@ Moreover, the project defines: ```java package sparqlanything.user; -/* - * Copyright (c) 2024 SPARQL Anything Contributors @ http://github.com/sparql-anything - * - * 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 - * - * 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. - */ import org.apache.jena.sparql.expr.NodeValue; import org.apache.jena.sparql.function.FunctionBase1;