Commited Thu. August 26, 2010 at 02:36:30 PM EDT
stripping CVS keywords in preparation for mercurial usage
CVS keywords didn't work with CVS branching anyway, lame!
These files were the result of passing source files through the following sed script:
/^[[:space:]]*\*[[:space:]]*$/{h;d;}
/^[[:space:]*]*$[[:alpha:]]*:*.*$[[:space:]]*$/{s/.*//;x;d;}
x
/^$/pico keywordList.txt
s/.*//
x