diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-11-30 03:50:02 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-11-30 03:50:02 +0000 |
commit | 7b216475bfdc24758a850dba744e947fc6173e68 (patch) | |
tree | 3ae574978e74559dfce75bd93019aa6294c63377 /games/battlestar/cypher.c | |
parent | 4805de8700a2ad81e00b56a3d8089669d4982283 (diff) | |
download | src-7b216475bfdc24758a850dba744e947fc6173e68.tar.gz src-7b216475bfdc24758a850dba744e947fc6173e68.zip |
copyright/sccsid/rcsid cleanup.
Notes
Notes:
svn path=/head/; revision=53920
Diffstat (limited to 'games/battlestar/cypher.c')
-rw-r--r-- | games/battlestar/cypher.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/battlestar/cypher.c b/games/battlestar/cypher.c index f15d81643b6b..e933e8b51322 100644 --- a/games/battlestar/cypher.c +++ b/games/battlestar/cypher.c @@ -29,12 +29,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)cypher.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "externs.h" |