From 4cb934dfa91e9304da8c5e6ff973739df8adb2a8 Mon Sep 17 00:00:00 2001 From: Chip Childers Date: Fri, 19 Oct 2012 09:41:27 -0400 Subject: [PATCH] Added license header to a new file. Signed-off-by: Chip Childers --- tools/git/prepare-commit-msg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tools/git/prepare-commit-msg b/tools/git/prepare-commit-msg index 57c61497bd7..1addb0e9239 100755 --- a/tools/git/prepare-commit-msg +++ b/tools/git/prepare-commit-msg @@ -1,5 +1,22 @@ #!/bin/sh + +# 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. + # An example hook script to prepare the commit log message. # Called by "git commit" with the name of the file that has the # commit message, followed by the description of the commit