diff options
author | imp <imp@FreeBSD.org> | 2007-01-12 07:26:21 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-01-12 07:26:21 +0000 |
commit | 9109b1ceb8f3fd7f27ef65c3f1cd7e941df8fcc9 (patch) | |
tree | 47ab7fc61e089481a1a8e5b93347e82c66780651 /lib/libc_r/uthread/uthread_equal.c | |
parent | 3610b784caab2c70fc21186ab858a4d89d80ee3d (diff) | |
download | FreeBSD-src-9109b1ceb8f3fd7f27ef65c3f1cd7e941df8fcc9.zip FreeBSD-src-9109b1ceb8f3fd7f27ef65c3f1cd7e941df8fcc9.tar.gz |
Remove 3rd clause, renumber, ok per email
Diffstat (limited to 'lib/libc_r/uthread/uthread_equal.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_equal.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc_r/uthread/uthread_equal.c b/lib/libc_r/uthread/uthread_equal.c index 0dfb63d..9c21c3a 100644 --- a/lib/libc_r/uthread/uthread_equal.c +++ b/lib/libc_r/uthread/uthread_equal.c @@ -10,10 +10,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. * |