]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
git-find-base: Add authorship, copyright, and license notice
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 31 Mar 2014 22:24:01 +0000 (15:24 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 3 Apr 2014 08:21:15 +0000 (11:21 +0300)
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
helpers/git-find-base

index 91167579d836f336a245bd82fab82fa32be78eda..bac6128b865784659c400c84c983e4a7f504289b 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/perl
 #
+# Copyright 2014 Intel Corporation
+# Author: Jacob Keller
+# License: GPLv2
+#
 # Find the most recent commit that a given mbox (*with* index information!) can
 # apply, assuming that our tree has the blobs available. Passes all options
 # directly to git-log, so you can shorten or filter what commits to check as