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/trek/systemname.c | |
parent | 4805de8700a2ad81e00b56a3d8089669d4982283 (diff) |
copyright/sccsid/rcsid cleanup.
Notes
Notes:
svn path=/head/; revision=53920
Diffstat (limited to 'games/trek/systemname.c')
-rw-r--r-- | games/trek/systemname.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/trek/systemname.c b/games/trek/systemname.c index e5d0e5d5ae22..80c842f89f69 100644 --- a/games/trek/systemname.c +++ b/games/trek/systemname.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[] = "@(#)systemname.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ # include "trek.h" |