GEODE_3071: Add Apache license header
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b26fa518 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b26fa518 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/b26fa518 Branch: refs/heads/feature/GEODE-3062-2 Commit: b26fa518c8ab04f60697a5b61c36a1222a68b515 Parents: ee88cd2 Author: Jens Deppe <jde...@pivotal.io> Authored: Fri Jun 16 08:05:32 2017 -0700 Committer: Jens Deppe <jde...@pivotal.io> Committed: Fri Jun 16 08:05:32 2017 -0700 ---------------------------------------------------------------------- gradle/docker.gradle | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/b26fa518/gradle/docker.gradle ---------------------------------------------------------------------- diff --git a/gradle/docker.gradle b/gradle/docker.gradle index 5c2ef77..b67c073 100644 --- a/gradle/docker.gradle +++ b/gradle/docker.gradle @@ -1,4 +1,21 @@ /* + * 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. + */ + +/* * Configuration for running (dunit) tests in parallel in Docker containers. * The container used must hava JAVA_HOME set in it's environment and must * have 'java' defined on the path. For example, the relevant Dockerfile