diff options
| author | Warner Losh <imp@FreeBSD.org> | 2007-01-12 07:31:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2007-01-12 07:31:30 +0000 |
| commit | 7dcf45c07b5d4417b12661360b94eeab4870db14 (patch) | |
| tree | 38909d1843c7b42c1db90b8dc18ffb0d5b2f9036 /lib/libc/include | |
| parent | fed32d75449d7d05afdd7ddb7703bfa69a3027f3 (diff) | |
Notes
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/libc_private.h | 5 | ||||
| -rw-r--r-- | lib/libc/include/spinlock.h | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h index cd5769eccbd2..a8b53fecabb3 100644 --- a/lib/libc/include/libc_private.h +++ b/lib/libc/include/libc_private.h @@ -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. * diff --git a/lib/libc/include/spinlock.h b/lib/libc/include/spinlock.h index eee1969cffd7..c9facc517d52 100644 --- a/lib/libc/include/spinlock.h +++ b/lib/libc/include/spinlock.h @@ -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. * |
