aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_once.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2007-01-12 07:26:21 +0000
committerWarner Losh <imp@FreeBSD.org>2007-01-12 07:26:21 +0000
commitfed32d75449d7d05afdd7ddb7703bfa69a3027f3 (patch)
tree47ab7fc61e089481a1a8e5b93347e82c66780651 /lib/libpthread/thread/thr_once.c
parent0befead1e0405c7724088f3d7abd9cc66d23aa5a (diff)
downloadsrc-fed32d75449d7d05afdd7ddb7703bfa69a3027f3.tar.gz
src-fed32d75449d7d05afdd7ddb7703bfa69a3027f3.zip
Remove 3rd clause, renumber, ok per email
Notes
Notes: svn path=/head/; revision=165967
Diffstat (limited to 'lib/libpthread/thread/thr_once.c')
-rw-r--r--lib/libpthread/thread/thr_once.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libpthread/thread/thr_once.c b/lib/libpthread/thread/thr_once.c
index f93800f06c66..cd69cd6b10dc 100644
--- a/lib/libpthread/thread/thr_once.c
+++ b/lib/libpthread/thread/thr_once.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.
*