From fc6281de97e0b6f4b727936d2779695caee2d78f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 21 Jan 2003 09:59:35 +0000 Subject: - Catch up to akmp version 0.10 (only files in need-checking were modified) - Use bash ; use a proper first line (ie "#! /bin/bash", the space is needed on some rare platforms) - Add a header stating that the code is GPL in all scripts --- inpatch.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'inpatch.in') diff --git a/inpatch.in b/inpatch.in index 9bd3058..f3c3526 100755 --- a/inpatch.in +++ b/inpatch.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. # Read in library functions if ! [ -r @LIB@/patchfns ] -- cgit