You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/07 20:59:30 UTC

[airflow] branch master updated: Add Apache License to .github/workflows/repo-sync.yml (#10229)

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

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new f5b9a0d  Add Apache License to .github/workflows/repo-sync.yml (#10229)
f5b9a0d is described below

commit f5b9a0dbd7049cfa11e9cc5d20fb4f4e502e0418
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Fri Aug 7 21:58:45 2020 +0100

    Add Apache License to .github/workflows/repo-sync.yml (#10229)
    
    `.github/workflows/repo-sync.yml` was missing Apache license
---
 .github/workflows/repo_sync.yml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/repo_sync.yml b/.github/workflows/repo_sync.yml
index 7a7e0b0..b534e24 100644
--- a/.github/workflows/repo_sync.yml
+++ b/.github/workflows/repo_sync.yml
@@ -1,4 +1,21 @@
-# File: .github/workflows/repo-sync.yml
+# 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.
+#
+---
 name: Force sync master from apache/airflow
 on:
   workflow_dispatch: