summaryrefslogtreecommitdiffstats
path: root/lib/touched-by-patch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/touched-by-patch')
-rwxr-xr-xlib/touched-by-patch8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/touched-by-patch b/lib/touched-by-patch
index f26469e..bdfc296 100755
--- a/lib/touched-by-patch
+++ b/lib/touched-by-patch
@@ -1,6 +1,12 @@
-#!/bin/sh
+#! /bin/bash
# Extract names of new files from a patch, print them out
+# This script is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2 as
+# published by the Free Software Foundation.
+#
+# See the COPYING and AUTHORS files for more details.
+
usage()
{
echo "Usage: touched-by-patch [-p num] patchname"