From c8227c7ddacf8d77c79fecae591c90e9a8eaa881 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Thu, 4 Apr 2024 21:34:40 -0700 Subject: [PATCH] Fix headers --- .../jts/operation/relateng/NodeSection.java | 11 +++++++++++ .../jts/operation/relateng/RelateSegmentString.java | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/relateng/NodeSection.java b/modules/core/src/main/java/org/locationtech/jts/operation/relateng/NodeSection.java index 9a3a07c8dd..85224243d2 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/relateng/NodeSection.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/relateng/NodeSection.java @@ -1,3 +1,14 @@ +/* + * Copyright (c) 2024 Martin Davis. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License 2.0 + * and Eclipse Distribution License v. 1.0 which accompanies this distribution. + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html + * and the Eclipse Distribution License is available at + * + * http://www.eclipse.org/org/documents/edl-v10.php. + */ package org.locationtech.jts.operation.relateng; import java.util.Comparator; diff --git a/modules/core/src/main/java/org/locationtech/jts/operation/relateng/RelateSegmentString.java b/modules/core/src/main/java/org/locationtech/jts/operation/relateng/RelateSegmentString.java index b3ee099322..b36a09216f 100644 --- a/modules/core/src/main/java/org/locationtech/jts/operation/relateng/RelateSegmentString.java +++ b/modules/core/src/main/java/org/locationtech/jts/operation/relateng/RelateSegmentString.java @@ -1,3 +1,14 @@ +/* + * Copyright (c) 2024 Martin Davis. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License 2.0 + * and Eclipse Distribution License v. 1.0 which accompanies this distribution. + * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v20.html + * and the Eclipse Distribution License is available at + * + * http://www.eclipse.org/org/documents/edl-v10.php. + */ package org.locationtech.jts.operation.relateng; import org.locationtech.jts.geom.Coordinate;