From 3ba15b9d87ec52f1bcef6b2c2795d7dd4b40290e Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Wed, 19 Jun 2024 16:21:09 -0700 Subject: [PATCH] Add header --- .../org/locationtech/jts/coverage/CornerArea.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/core/src/main/java/org/locationtech/jts/coverage/CornerArea.java b/modules/core/src/main/java/org/locationtech/jts/coverage/CornerArea.java index 659b35ca12..4710efc39e 100644 --- a/modules/core/src/main/java/org/locationtech/jts/coverage/CornerArea.java +++ b/modules/core/src/main/java/org/locationtech/jts/coverage/CornerArea.java @@ -1,3 +1,14 @@ +/* + * Copyright (c) 2022 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.coverage; import org.locationtech.jts.algorithm.Angle;