You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2023/09/23 06:23:46 UTC

[sedona] branch H3 updated: Add the missing Apache header

This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch H3
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/H3 by this push:
     new b74cd65fd Add the missing Apache header
b74cd65fd is described below

commit b74cd65fd0d9aac5e3278a06699cd1c63babba4b
Author: Jia Yu <ji...@apache.org>
AuthorDate: Fri Sep 22 23:23:41 2023 -0700

    Add the missing Apache header
---
 .../main/java/org/apache/sedona/common/utils/H3Utils.java   | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/common/src/main/java/org/apache/sedona/common/utils/H3Utils.java b/common/src/main/java/org/apache/sedona/common/utils/H3Utils.java
index 6c72b7859..838ee2663 100644
--- a/common/src/main/java/org/apache/sedona/common/utils/H3Utils.java
+++ b/common/src/main/java/org/apache/sedona/common/utils/H3Utils.java
@@ -1,3 +1,16 @@
+/**
+ * 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
+ * <p>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p>
+ * 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.
+ */
 package org.apache.sedona.common.utils;
 
 import com.uber.h3core.H3Core;