Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/cgram I don't see any code I wrote left in here.



details:   https://anonhg.NetBSD.org/src/rev/165933a00270
branches:  trunk
changeset: 379335:165933a00270
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri May 28 03:55:45 2021 +0000

description:
I don't see any code I wrote left in here.

diffstat:

 games/cgram/cgram.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b72150e0865a -r 165933a00270 games/cgram/cgram.c
--- a/games/cgram/cgram.c       Fri May 28 03:55:08 2021 +0000
+++ b/games/cgram/cgram.c       Fri May 28 03:55:45 2021 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index