Add Apache License to review tool so RAT doesn't break.
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/964f0141 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/964f0141 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/964f0141 Branch: refs/heads/master Commit: 964f014134cc485af846232c95ff68969f84f5ee Parents: 1cd0a45 Author: Jacques Nadeau <[email protected]> Authored: Wed Oct 30 17:28:41 2013 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Wed Oct 30 17:28:41 2013 -0700 ---------------------------------------------------------------------- tools/drill-patch-review.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/964f0141/tools/drill-patch-review.py ---------------------------------------------------------------------- diff --git a/tools/drill-patch-review.py b/tools/drill-patch-review.py index 7552533..c067ae2 100755 --- a/tools/drill-patch-review.py +++ b/tools/drill-patch-review.py @@ -1,5 +1,22 @@ #!/usr/bin/env python +# 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. + + # Modified based on Kafka's patch review tool import argparse
