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 <mbr...@apache.org>
Authored: Mon Aug 1 10:43:33 2016 -0700
Committer: Mark Bretl <mbr...@apache.org>
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 {

Reply via email to