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 | |
| parent | fed32d75449d7d05afdd7ddb7703bfa69a3027f3 (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/_spinlock_stub.c | 5 | ||||
| -rw-r--r-- | lib/libc/include/libc_private.h | 5 | ||||
| -rw-r--r-- | lib/libc/include/spinlock.h | 5 | ||||
| -rw-r--r-- | lib/libc/stdio/_flock_stub.c | 5 | ||||
| -rw-r--r-- | lib/libc/sys/__error.c | 5 |
5 files changed, 5 insertions, 20 deletions
diff --git a/lib/libc/gen/_spinlock_stub.c b/lib/libc/gen/_spinlock_stub.c index 9ef42e97eb3b..a130c8e46e84 100644 --- a/lib/libc/gen/_spinlock_stub.c +++ b/lib/libc/gen/_spinlock_stub.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. * 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. * diff --git a/lib/libc/stdio/_flock_stub.c b/lib/libc/stdio/_flock_stub.c index 8abc8e3b6384..716ba609aa0d 100644 --- a/lib/libc/stdio/_flock_stub.c +++ b/lib/libc/stdio/_flock_stub.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. * diff --git a/lib/libc/sys/__error.c b/lib/libc/sys/__error.c index 8dcf8942701b..d7b5529f999b 100644 --- a/lib/libc/sys/__error.c +++ b/lib/libc/sys/__error.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. * |
