summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/time
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/time
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/time')
-rw-r--r--src/regress/lib/libc/time/strptime/main.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/regress/lib/libc/time/strptime/main.c b/src/regress/lib/libc/time/strptime/main.c
index d1d9c394a5..c4e06a9b59 100644
--- a/src/regress/lib/libc/time/strptime/main.c
+++ b/src/regress/lib/libc/time/strptime/main.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: main.c,v 1.1 2004/01/20 16:47:56 millert Exp $ */ 1/* $OpenBSD: main.c,v 1.2 2008/06/26 05:42:05 ray Exp $ */
2/* $NetBSD: main.c,v 1.4 2002/02/21 07:38:18 itojun Exp $ */ 2/* $NetBSD: main.c,v 1.4 2002/02/21 07:38:18 itojun Exp $ */
3 3
4/*- 4/*-
@@ -13,13 +13,6 @@
13 * 2. Redistributions in binary form must reproduce the above copyright 13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the 14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution. 15 * documentation and/or other materials provided with the distribution.
16 * 3. All advertising materials mentioning features or use of this software
17 * must display the following acknowledgement:
18 * This product includes software developed by the NetBSD
19 * Foundation, Inc. and its contributors.
20 * 4. Neither the name of The NetBSD Foundation nor the names of its
21 * contributors may be used to endorse or promote products derived
22 * from this software without specific prior written permission.
23 * 16 *
24 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 17 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
25 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED