Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ir Mention that much of the code was stolen from Tom...



details:   https://anonhg.NetBSD.org/src/rev/3e15087f4dca
branches:  trunk
changeset: 518741:3e15087f4dca
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Dec 05 01:13:58 2001 +0000

description:
Mention that much of the code was stolen from Tommy Bohlin.

diffstat:

 sys/dev/ir/irframe_tty.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 0ddec943a436 -r 3e15087f4dca sys/dev/ir/irframe_tty.c
--- a/sys/dev/ir/irframe_tty.c  Wed Dec 05 00:58:05 2001 +0000
+++ b/sys/dev/ir/irframe_tty.c  Wed Dec 05 01:13:58 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irframe_tty.c,v 1.5 2001/12/04 23:33:33 augustss Exp $ */
+/*     $NetBSD: irframe_tty.c,v 1.6 2001/12/05 01:13:58 augustss Exp $ */
 
 /*
  * TODO
@@ -12,7 +12,8 @@
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Lennart Augustsson (lennart%augustsson.net@localhost).
+ * by Lennart Augustsson (lennart%augustsson.net@localhost) and Tommy Bohlin
+ * (tommy%gatespace.com@localhost).
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -45,6 +46,7 @@
 
 /*
  * Loosely based on ppp_tty.c.
+ * Framing and dongle handing written by Tommy Bohlin.
  */
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index