Remove `RCS_ID` and `RCSID`
- Jun 08, 2016
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
Remove remaining occurances of `RCSID`, except in historic references.
-
Ansgar Burchardt authored
Most occurances of `RCSID` were removed with the following `sed` script: ``` \!/\* Revision Control System!,\!RCSID! d; \!/^RCSID! d; ```
-
Ansgar Burchardt authored
Remove remaining occurances of `RCS_ID` that were handled wrongly or not at all by the previous commit.
-
Ansgar Burchardt authored
Most occurances of `RCS_ID` were removed with the following `sed` script: ``` \!/\* \(data for CVS\|RCS string\)!,\!static char! d; \!/\* RCS_ID!,\!\*/! d; ```
-