From c04d6591c038e3ea155770b74fbc0ed7e8eb9944 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 24 Jan 2003 01:54:02 +0000 Subject: [PATCH] Correct omission in notice. --- lib/libpthread/sem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libpthread/sem.c b/lib/libpthread/sem.c index 256e4ef2e55c..e4c919f4e3a4 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