You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/10/19 15:42:03 UTC

git commit: Added license header to a new file. Signed-off-by: Chip Childers

Updated Branches:
  refs/heads/master d221e435d -> 4cb934dfa


Added license header to a new file.
Signed-off-by: Chip Childers <ch...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4cb934df
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4cb934df
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4cb934df

Branch: refs/heads/master
Commit: 4cb934dfa91e9304da8c5e6ff973739df8adb2a8
Parents: d221e43
Author: Chip Childers <ch...@gmail.com>
Authored: Fri Oct 19 09:41:27 2012 -0400
Committer: Chip Childers <ch...@gmail.com>
Committed: Fri Oct 19 09:41:53 2012 -0400

----------------------------------------------------------------------
 tools/git/prepare-commit-msg |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4cb934df/tools/git/prepare-commit-msg
----------------------------------------------------------------------
diff --git a/tools/git/prepare-commit-msg b/tools/git/prepare-commit-msg
index 57c6149..1addb0e 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