aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2007-12-12 18:33:06 +0000
committerWes Peters <wes@FreeBSD.org>2007-12-12 18:33:06 +0000
commit05db21b17b545bd5ffa38715b49e1247aa0c9679 (patch)
treee299e0f60ad9346c090bc78b3293403473c34027 /lib/libc/string
parent909f7f7f4ea4671b61c556de0a97b337ed6e03e6 (diff)
downloadsrc-05db21b17b545bd5ffa38715b49e1247aa0c9679.tar.gz
src-05db21b17b545bd5ffa38715b49e1247aa0c9679.zip
Remove license clause 3 to agree with the now-standard BSD license.
Prompted by: Glenn Halperin, Symbian Software
Notes
Notes: svn path=/head/; revision=174553
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strtok.36
-rw-r--r--lib/libc/string/strtok.c4
-rw-r--r--lib/libc/string/wcstok.c4
3 files changed, 0 insertions, 14 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index e5c8e3381c78..e19579f8ece5 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -22,12 +22,6 @@
.\" 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 Softweyr LLC, the
-.\" University of California, Berkeley, and its contributors.
-.\"
.\" 4. Neither the name of Softweyr LLC, the University nor the names
.\" of its contributors may be used to endorse or promote products
.\" derived from this software without specific prior written
diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c
index 1a29cc53a66b..b0c428b770ce 100644
--- a/lib/libc/string/strtok.c
+++ b/lib/libc/string/strtok.c
@@ -15,10 +15,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notices, 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 Softweyr LLC, the
- * University of California, Berkeley, and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
diff --git a/lib/libc/string/wcstok.c b/lib/libc/string/wcstok.c
index 0dbdfe0e2836..5a77117f320e 100644
--- a/lib/libc/string/wcstok.c
+++ b/lib/libc/string/wcstok.c
@@ -15,10 +15,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notices, 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 Softweyr LLC, the
- * University of California, Berkeley, and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.