This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
commit 76db497426be5136148911b0c162572613d34930 Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Wed Jul 22 17:33:43 2020 +0800 [hotfix] add apache header --- testing/install_R.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/testing/install_R.sh b/testing/install_R.sh index d6bcb86..63f3d4e 100755 --- a/testing/install_R.sh +++ b/testing/install_R.sh @@ -1,4 +1,21 @@ #!/usr/bin/env bash +# +# 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. +# + # Install instruction from here https://cran.r-project.org/bin/linux/ubuntu/README.html sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9