From e743f211c111c5b43ad262507ae181c762113285 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Thu, 21 Jan 1999 00:29:20 +0000 Subject: [PATCH] Include the copyright notice in the script, making the file COPYRIGHT unnecessary. --- sys/dev/vinum/makestatetext | 42 +++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/sys/dev/vinum/makestatetext b/sys/dev/vinum/makestatetext index 3c39dd06654..02a927e4e30 100755 --- a/sys/dev/vinum/makestatetext +++ b/sys/dev/vinum/makestatetext @@ -1,9 +1,47 @@ #!/bin/sh # Make statetexts.h from vinumstate.h -# $Id: makestatetext,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $ +# $Id: makestatetext,v 1.5 1999/01/15 07:30:45 grog Exp grog $ infile=vinumstate.h ofile=statetexts.h -cat $ofile +cat > $ofile <>$ofile "/* Created by $0 on" `date`. "Do not edit */" echo >>$ofile -- 2.45.2