diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-01-24 01:54:02 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-01-24 01:54:02 +0000 |
| commit | c04d6591c038e3ea155770b74fbc0ed7e8eb9944 (patch) | |
| tree | 6db8ab812e49b3c7e007eaf8d18b5b97131a832a /lib/libpthread | |
| parent | c184191ce3d1c85e42fcbad103308bf0f5a7e9bc (diff) | |
Correct omission in notice.
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/sem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/sem.c b/lib/libpthread/sem.c index 256e4ef2e55..e4c919f4e3a 100644 --- a/lib/libpthread/sem.c +++ b/lib/libpthread/sem.c @@ -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 |
