diff options
author | millert <> | 2003-06-02 19:38:25 +0000 |
---|---|---|
committer | millert <> | 2003-06-02 19:38:25 +0000 |
commit | 927c13bb6b3e182d86b54f5b8ab72bd80bf3d735 (patch) | |
tree | 269c85ab679e503c860f74cf05cec05f4fb4fffd | |
parent | c3f5284e46d81047291e19af7facac131b491c30 (diff) | |
download | openbsd-927c13bb6b3e182d86b54f5b8ab72bd80bf3d735.tar.gz openbsd-927c13bb6b3e182d86b54f5b8ab72bd80bf3d735.tar.bz2 openbsd-927c13bb6b3e182d86b54f5b8ab72bd80bf3d735.zip |
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
-rw-r--r-- | src/regress/lib/libc/db/dbtest.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/regress/lib/libc/db/dbtest.c b/src/regress/lib/libc/db/dbtest.c index a48e19c452..0cefba3e1f 100644 --- a/src/regress/lib/libc/db/dbtest.c +++ b/src/regress/lib/libc/db/dbtest.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dbtest.c,v 1.9 2002/02/19 19:39:38 millert Exp $ */ | 1 | /* $OpenBSD: dbtest.c,v 1.10 2003/06/02 19:38:25 millert Exp $ */ |
2 | /* $NetBSD: dbtest.c,v 1.8 1996/05/03 21:57:48 cgd Exp $ */ | 2 | /* $NetBSD: dbtest.c,v 1.8 1996/05/03 21:57:48 cgd Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -13,11 +13,7 @@ | |||
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 | 16 | * 3. Neither the name of the University nor the names of its contributors |
17 | * must display the following acknowledgement: | ||
18 | * This product includes software developed by the University of | ||
19 | * California, Berkeley and its contributors. | ||
20 | * 4. Neither the name of the University nor the names of its contributors | ||
21 | * may be used to endorse or promote products derived from this software | 17 | * may be used to endorse or promote products derived from this software |
22 | * without specific prior written permission. | 18 | * without specific prior written permission. |
23 | * | 19 | * |
@@ -44,7 +40,7 @@ static char copyright[] = | |||
44 | #if 0 | 40 | #if 0 |
45 | static char sccsid[] = "@(#)dbtest.c 8.17 (Berkeley) 9/1/94"; | 41 | static char sccsid[] = "@(#)dbtest.c 8.17 (Berkeley) 9/1/94"; |
46 | #else | 42 | #else |
47 | static char rcsid[] = "$OpenBSD: dbtest.c,v 1.9 2002/02/19 19:39:38 millert Exp $"; | 43 | static char rcsid[] = "$OpenBSD: dbtest.c,v 1.10 2003/06/02 19:38:25 millert Exp $"; |
48 | #endif | 44 | #endif |
49 | #endif /* not lint */ | 45 | #endif /* not lint */ |
50 | 46 | ||