1 /^\
/\
* RCS
/ { print "/* RCS $Id: rcsclean.awk,v 1.1.1.1 2000-09-22 15:33:25 hr Exp $"; next }
5 print "-- Use cvs log to obtain detailed change logs.";
15 printf "-- %s%s\n", toupper(substr($
0, 16,1)), substr($
0,17);
21 print "-- http://dmake.wticorp.com/";
30 print "-- Dennis Vadura, dvadura@dmake.wticorp.com";
36 /^
-- COPYRIGHT
/,/^
--$
/ {
39 print "-- http://dmake.wticorp.com/";
46 print "-- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.";
48 print "-- This program is NOT free software; you can redistribute it and/or";
49 print "-- modify it under the terms of the Software License Agreement Provided";
50 print "-- in the file <distribution-root>/readme/license.txt.";