Repository: calcite Updated Branches: refs/heads/master ed424ed81 -> d92d9964f
[CALCITE-2112] - Add Apache license header to maven-wrapper.properties Signed-off-by: Kevin Risden <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/d92d9964 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/d92d9964 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/d92d9964 Branch: refs/heads/master Commit: d92d9964f23b2a258cd7b1a43a94a084f72de38a Parents: ed424ed Author: Kevin Risden <[email protected]> Authored: Wed Sep 26 09:40:36 2018 -0400 Committer: Kevin Risden <[email protected]> Committed: Wed Sep 26 09:40:39 2018 -0400 ---------------------------------------------------------------------- .mvn/wrapper/maven-wrapper.properties | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/d92d9964/.mvn/wrapper/maven-wrapper.properties ---------------------------------------------------------------------- diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 7179346..234d3e7 100755 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1 +1,15 @@ +# 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. distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip
