This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch add-license in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 9bb4f1b596a33d3a506ee903f56dce4021f8a9e4 Author: Kaxil Naik <[email protected]> AuthorDate: Thu May 20 02:23:09 2021 +0100 Add License to artifacthub-repo.yml Static Check was failing --- landing-pages/site/static/artifacthub-repo.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/landing-pages/site/static/artifacthub-repo.yml b/landing-pages/site/static/artifacthub-repo.yml index c4c6769..d593a25 100644 --- a/landing-pages/site/static/artifacthub-repo.yml +++ b/landing-pages/site/static/artifacthub-repo.yml @@ -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. + # Artifact Hub repository metadata file repositoryID: 934024b6-f891-4fc8-88c0-c05520ada400 owners:
