summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/popen
diff options
context:
space:
mode:
authorray <>2008-06-26 05:42:05 +0000
committerray <>2008-06-26 05:42:05 +0000
commit49302994ffe4359a8951df4584930c7c771650fc (patch)
treea166e3a845df3944bcf7b081053bd5e736dd345a /src/regress/lib/libc/popen
parent5b5778393595ddb408f774ca0db7a9d40f6782f5 (diff)
downloadopenbsd-49302994ffe4359a8951df4584930c7c771650fc.tar.gz
openbsd-49302994ffe4359a8951df4584930c7c771650fc.tar.bz2
openbsd-49302994ffe4359a8951df4584930c7c771650fc.zip
First pass at removing clauses 3 and 4 from NetBSD licenses.
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
Diffstat (limited to 'src/regress/lib/libc/popen')
-rw-r--r--src/regress/lib/libc/popen/popen.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/regress/lib/libc/popen/popen.c b/src/regress/lib/libc/popen/popen.c
index 95ea67f31b..916cb71b03 100644
--- a/src/regress/lib/libc/popen/popen.c
+++ b/src/regress/lib/libc/popen/popen.c
@@ -15,13 +15,6 @@
15 * 2. Redistributions in binary form must reproduce the above copyright 15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the 16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution. 17 * documentation and/or other materials provided with the distribution.
18 * 3. All advertising materials mentioning features or use of this software
19 * must display the following acknowledgement:
20 * This product includes software developed by the NetBSD
21 * Foundation, Inc. and its contributors.
22 * 4. Neither the name of The NetBSD Foundation nor the names of its
23 * contributors may be used to endorse or promote products derived
24 * from this software without specific prior written permission.
25 * 18 *
26 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
27 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED