From commits-return-14602-archive-asf-public=cust-asf.ponee.io@airflow.incubator.apache.org Fri May 4 09:02:07 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 712091807A5 for ; Fri, 4 May 2018 09:02:06 +0200 (CEST) Received: (qmail 44567 invoked by uid 500); 4 May 2018 07:02:05 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 44431 invoked by uid 99); 4 May 2018 07:02:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2018 07:02:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8F4F618077F for ; Fri, 4 May 2018 07:02:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -11.711 X-Spam-Level: X-Spam-Status: No, score=-11.711 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id SscRAV6YZoNj for ; Fri, 4 May 2018 07:02:01 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 67B3E5FC75 for ; Fri, 4 May 2018 07:02:00 +0000 (UTC) Received: (qmail 41043 invoked by uid 99); 4 May 2018 07:01:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2018 07:01:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5AE99F6961; Fri, 4 May 2018 07:01:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: fokko@apache.org To: commits@airflow.incubator.apache.org Date: Fri, 04 May 2018 07:02:34 -0000 Message-Id: <352abc303d5a443f971cfe8b04eb5957@git.apache.org> In-Reply-To: <08f2d044bfa9455681d16227ced35728@git.apache.org> References: <08f2d044bfa9455681d16227ced35728@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [38/50] incubator-airflow git commit: [AIRFLOW-2406] Add Apache2 License Shield to Readme [AIRFLOW-2406] Add Apache2 License Shield to Readme Closes #3290 from r39132/add_apache2_license_shield_to_readme Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/96d00da5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/96d00da5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/96d00da5 Branch: refs/heads/v1-10-test Commit: 96d00da5b038d12b01aa538f0f49722435bedbac Parents: 9a0c4e6 Author: r39132 Authored: Tue May 1 23:36:59 2018 -0700 Committer: r39132 Committed: Tue May 1 23:36:59 2018 -0700 ---------------------------------------------------------------------- README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/96d00da5/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 86b4a8c..bdbfbf2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Build Status](https://travis-ci.org/apache/incubator-airflow.svg?branch=master)](https://travis-ci.org/apache/incubator-airflow) [![Coverage Status](https://img.shields.io/codecov/c/github/apache/incubator-airflow/master.svg)](https://codecov.io/github/apache/incubator-airflow?branch=master) [![Documentation Status](https://readthedocs.org/projects/airflow/badge/?version=latest)](https://airflow.readthedocs.io/en/latest/?badge=latest) +[![License](http://img.shields.io/:license-Apache%202-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt) [![Join the chat at https://gitter.im/apache/incubator-airflow](https://badges.gitter.im/apache/incubator-airflow.svg)](https://gitter.im/apache/incubator-airflow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) _NOTE: The transition from 1.8.0 (or before) to 1.8.1 (or after) requires uninstalling Airflow before installing the new version. The package name was changed from `airflow` to `apache-airflow` as of version 1.8.1._