Remove $Id tags from everything.

These are obsolete and none have changed since 10 years gao...
This commit is contained in:
Elizabeth Myers 2016-03-06 02:46:13 -06:00
parent 5c5d0fb721
commit cbeab4bc34
203 changed files with 4 additions and 455 deletions

View file

@ -1,6 +1,5 @@
#!/bin/sh
# static_modules.c.SH: Generates our static module list
# $Id: static_modules.c.SH 6 2005-09-10 01:02:21Z nenolod $
#
SYMS=`for x in $*; do basename $x .o|sed -es/^m_//; done`
cat > static_modules.c <<EOF