Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread Correct omission in notice.



details:   https://anonhg.NetBSD.org/src/rev/aa24ac5d4f5a
branches:  trunk
changeset: 542235:aa24ac5d4f5a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jan 24 01:54:02 2003 +0000

description:
Correct omission in notice.

diffstat:

 lib/libpthread/sem.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d8369e63dce7 -r aa24ac5d4f5a lib/libpthread/sem.c
--- a/lib/libpthread/sem.c      Fri Jan 24 01:53:27 2003 +0000
+++ b/lib/libpthread/sem.c      Fri Jan 24 01:54:02 2003 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: sem.c,v 1.4 2003/01/22 23:18:06 thorpej Exp $  */
+/*     $NetBSD: sem.c,v 1.5 2003/01/24 01:54:02 thorpej Exp $  */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Jason R. Thorpe.
+ * by Jason R. Thorpe of Wasabi Systems, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions



Home | Main Index | Thread Index | Old Index