You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/05/30 16:54:24 UTC

[datasketches-hive] 01/01: Add package-info.java file

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

leerho pushed a commit to branch checkstyle_fixes
in repository https://gitbox.apache.org/repos/asf/datasketches-hive.git

commit e2bc1df308c0507dfc409db08031bdf835b9ab9d
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat May 29 17:28:36 2021 -0700

    Add package-info.java file
---
 .../datasketches/hive/common/package-info.java       | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/src/main/java/org/apache/datasketches/hive/common/package-info.java b/src/main/java/org/apache/datasketches/hive/common/package-info.java
new file mode 100644
index 0000000..18e9f13
--- /dev/null
+++ b/src/main/java/org/apache/datasketches/hive/common/package-info.java
@@ -0,0 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * 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.datasketches.hive.common;

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org