http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/35394efd/gradle/dependency-versions.properties ---------------------------------------------------------------------- diff --git a/gradle/dependency-versions.properties b/gradle/dependency-versions.properties index 3e6b6a5..d02110c 100644 --- a/gradle/dependency-versions.properties +++ b/gradle/dependency-versions.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. + # Buildscript Dependencies gradle-maven-publish-auth.version = 2.0.1
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/35394efd/gradle/rat.gradle ---------------------------------------------------------------------- diff --git a/gradle/rat.gradle b/gradle/rat.gradle index ab2da4c..361aba9 100644 --- a/gradle/rat.gradle +++ b/gradle/rat.gradle @@ -59,6 +59,9 @@ rat { 'gemfire-spark-connector/project/build.properties', '**/log4j2*.xml', 'gemfire-core/src/test/resources/com/gemstone/gemfire/management/internal/configuration/domain/CacheElementJUnitTest.xml', + + // TODO - go through all the gemfire-site files!! + '**/gemfire-site/**', // ANTLR generated files 'gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/OQLLexer.java', http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/35394efd/settings.gradle ---------------------------------------------------------------------- diff --git a/settings.gradle b/settings.gradle index 50b7e40..c57c8df 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,19 @@ +/* + * 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. + */ rootProject.name = 'gemfire' include 'gemfire-common'
