Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E2E42200B51 for ; Mon, 1 Aug 2016 19:50:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E156D160A6C; Mon, 1 Aug 2016 17:50:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 314B4160A66 for ; Mon, 1 Aug 2016 19:50:51 +0200 (CEST) Received: (qmail 3270 invoked by uid 500); 1 Aug 2016 17:50:50 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 3261 invoked by uid 99); 1 Aug 2016 17:50:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2016 17:50:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 07F68C202A for ; Mon, 1 Aug 2016 17:50:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.465 X-Spam-Level: X-Spam-Status: No, score=-4.465 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.245] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id qwe5AzobQfAn for ; Mon, 1 Aug 2016 17:50:49 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id A61DC5F306 for ; Mon, 1 Aug 2016 17:50:48 +0000 (UTC) Received: (qmail 3252 invoked by uid 99); 1 Aug 2016 17:50:47 -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; Mon, 01 Aug 2016 17:50:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 73E03DFB0E; Mon, 1 Aug 2016 17:50:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mbretl@apache.org To: commits@geode.incubator.apache.org Date: Mon, 01 Aug 2016 17:50:48 -0000 Message-Id: <538f6487dec442df964f29c39bb946d3@git.apache.org> In-Reply-To: <285b3bd7c8424fd78321ddbfeebbf548@git.apache.org> References: <285b3bd7c8424fd78321ddbfeebbf548@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-geode git commit: GEODE-64: Add Apache License Header to Sonar Gradle Config archived-at: Mon, 01 Aug 2016 17:50:52 -0000 GEODE-64: Add Apache License Header to Sonar Gradle Config Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/931a4fa3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/931a4fa3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/931a4fa3 Branch: refs/heads/develop Commit: 931a4fa3d469a03a627b7f25d29cb29093f2ef14 Parents: 3bedb5b Author: Mark Bretl Authored: Mon Aug 1 10:43:33 2016 -0700 Committer: Mark Bretl Committed: Mon Aug 1 10:49:51 2016 -0700 ---------------------------------------------------------------------- gradle/sonar.gradle | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/931a4fa3/gradle/sonar.gradle ---------------------------------------------------------------------- diff --git a/gradle/sonar.gradle b/gradle/sonar.gradle index 5f9dac1..cedf661 100644 --- a/gradle/sonar.gradle +++ b/gradle/sonar.gradle @@ -1,3 +1,18 @@ +# 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. + apply plugin: 'org.sonarqube' sonarqube {