diff options
author | Warner Losh <imp@FreeBSD.org> | 2007-01-12 07:26:21 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2007-01-12 07:26:21 +0000 |
commit | fed32d75449d7d05afdd7ddb7703bfa69a3027f3 (patch) | |
tree | 47ab7fc61e089481a1a8e5b93347e82c66780651 /lib/libpthread/thread/thr_find_thread.c | |
parent | 0befead1e0405c7724088f3d7abd9cc66d23aa5a (diff) |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_find_thread.c')
-rw-r--r-- | lib/libpthread/thread/thr_find_thread.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libpthread/thread/thr_find_thread.c b/lib/libpthread/thread/thr_find_thread.c index 5a646406c5f32..780624e4804cd 100644 --- a/lib/libpthread/thread/thr_find_thread.c +++ b/lib/libpthread/thread/thr_find_thread.c @@ -11,10 +11,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by John Birrell. - * 4. Neither the name of the author nor the names of any co-contributors + * 3. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |