Skip to content

Commit 7310d71

Browse files
committed
GH-4315 fix copyright header
1 parent 5e725b3 commit 7310d71

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

core/queryalgebra/model/src/main/java/org/eclipse/rdf4j/query/algebra/Lateral.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2015 Eclipse RDF4J contributors, Aduna, and others.
2+
* Copyright (c) 2026 Eclipse RDF4J contributors.
33
*
44
* All rights reserved. This program and the accompanying materials
55
* are made available under the terms of the Eclipse Distribution License v1.0
@@ -14,9 +14,8 @@
1414
import java.util.Set;
1515

1616
/**
17-
* The LATERAL join operator, as defined in SPARQL 1.2. This operator evaluates the right-hand side for each row from
18-
* the left-hand side, with variables from the left-hand side in scope for the right-hand side evaluation.
19-
*
17+
* This operator evaluates the right-hand side for each row from the left-hand side, with variables from the left-hand
18+
* side in scope for the right-hand side evaluation.
2019
*/
2120
public class Lateral extends BinaryTupleOperator {
2221

testsuites/rio/src/main/java/org/eclipse/rdf4j/testsuite/rio/rdfxml/RDFXMLParser12TestCase.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
* which accompanies this distribution, and is available at
77
* http://www.eclipse.org/org/documents/edl-v10.php.
88
*
9-
* All rights reserved. This program and the accompanying materials
10-
* are made available under the terms of the Eclipse Distribution License v1.0
11-
* which accompanies this distribution, and is available at
12-
* http://www.eclipse.org/org/documents/edl-v10.php.
13-
*
149
* SPDX-License-Identifier: BSD-3-Clause
1510
*******************************************************************************/
1611
package org.eclipse.rdf4j.testsuite.rio.rdfxml;

0 commit comments

Comments
 (0)