Module Name: src Committed By: dholland Date: Fri May 28 03:55:46 UTC 2021
Modified Files: src/games/cgram: cgram.c Log Message: I don't see any code I wrote left in here. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/games/cgram/cgram.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/games/cgram/cgram.c diff -u src/games/cgram/cgram.c:1.24 src/games/cgram/cgram.c:1.25 --- src/games/cgram/cgram.c:1.24 Fri May 28 03:55:08 2021 +++ src/games/cgram/cgram.c Fri May 28 03:55:45 2021 @@ -1,11 +1,11 @@ -/* $NetBSD: cgram.c,v 1.24 2021/05/28 03:55:08 dholland Exp $ */ +/* $NetBSD: cgram.c,v 1.25 2021/05/28 03:55:45 dholland Exp $ */ /*- * Copyright (c) 2013, 2021 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by David A. Holland and Roland Illig. + * by Roland Illig. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -31,7 +31,7 @@ #include <sys/cdefs.h> #if defined(__RCSID) && !defined(lint) -__RCSID("$NetBSD: cgram.c,v 1.24 2021/05/28 03:55:08 dholland Exp $"); +__RCSID("$NetBSD: cgram.c,v 1.25 2021/05/28 03:55:45 dholland Exp $"); #endif #include <assert.h>