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;