You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2023/02/06 04:09:18 UTC

[kyuubi-docker] branch master updated: Add license (#4)

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

ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new df5dba0  Add license (#4)
df5dba0 is described below

commit df5dba0b97bf50dc490c7ac873d5ccfe835ea4ba
Author: ulysses <ul...@gmail.com>
AuthorDate: Mon Feb 6 12:09:13 2023 +0800

    Add license (#4)
---
 1.6.1-incubating/scala2.12-java8-ubuntu/Dockerfile | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/1.6.1-incubating/scala2.12-java8-ubuntu/Dockerfile b/1.6.1-incubating/scala2.12-java8-ubuntu/Dockerfile
index 181cf93..cc99596 100644
--- a/1.6.1-incubating/scala2.12-java8-ubuntu/Dockerfile
+++ b/1.6.1-incubating/scala2.12-java8-ubuntu/Dockerfile
@@ -1,3 +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.
+#
+
 FROM eclipse-temurin:8-jdk-focal
 
 ARG kyuubi_uid=10009