summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/apatch.in8
-rwxr-xr-xlib/rpatch.in8
-rwxr-xr-xlib/touched-by-patch8
3 files changed, 21 insertions, 3 deletions
diff --git a/lib/apatch.in b/lib/apatch.in
index a14d219..0e0c366 100755
--- a/lib/apatch.in
+++ b/lib/apatch.in
@@ -1,4 +1,10 @@
-#!/bin/sh
+#! /bin/bash
+
+# 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.
if ! [ -r @LIB@/patchfns ]
then
diff --git a/lib/rpatch.in b/lib/rpatch.in
index d25695b..3c05c0a 100755
--- a/lib/rpatch.in
+++ b/lib/rpatch.in
@@ -1,4 +1,10 @@
-#!/bin/sh
+#! /bin/bash
+
+# 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.
if ! [ -r @LIB@/patchfns ]
then
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"