You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/06/08 21:00:15 UTC

incubator-groovy git commit: add apache licence header to gradle.properties and gradle-wrapper.properties; enable rat check of property files

Repository: incubator-groovy
Updated Branches:
  refs/heads/master 09dcdd61b -> 3e723c81d


add apache licence header to gradle.properties and gradle-wrapper.properties; enable rat check of property files


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/3e723c81
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/3e723c81
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/3e723c81

Branch: refs/heads/master
Commit: 3e723c81d8abc1eab5147d19a2f90fb4745f9b07
Parents: 09dcdd6
Author: pascalschumacher <pa...@gmx.net>
Authored: Mon Jun 8 20:59:57 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Mon Jun 8 20:59:57 2015 +0200

----------------------------------------------------------------------
 config/licensing/rat-excludes.txt        |  1 -
 gradle.properties                        | 15 +++++++++++++++
 gradle/wrapper/gradle-wrapper.properties | 15 +++++++++++++++
 3 files changed, 30 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/3e723c81/config/licensing/rat-excludes.txt
----------------------------------------------------------------------
diff --git a/config/licensing/rat-excludes.txt b/config/licensing/rat-excludes.txt
index d5b40a0..b293256 100644
--- a/config/licensing/rat-excludes.txt
+++ b/config/licensing/rat-excludes.txt
@@ -23,7 +23,6 @@ resources
 test-resources
 gradlew\.bat
 .*\.adoc
-.*\.properties
 .*\.policy
 .*\.txt
 .*\.gif

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/3e723c81/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index ef6d4b6..931214f 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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.
+
 groovyVersion = 2.5.0-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
 groovyBundleVersion = 2.5.0.SNAPSHOT

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/3e723c81/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 0d54144..f7f7322 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -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.
+
 #Mon May 11 13:37:20 AEST 2015
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists