summaryrefslogtreecommitdiff
path: root/libexec/ld.so/dir.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-06-02 19:38:26 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-06-02 19:38:26 +0000
commita1a0db84c7d8a997b325d86bbf1f7e36eca0dc23 (patch)
tree57828e46383942757ff4b855d36cee49e11a384c /libexec/ld.so/dir.c
parentcf90e013341666c35f57592908848255caa2c6fe (diff)
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'libexec/ld.so/dir.c')
-rw-r--r--libexec/ld.so/dir.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/libexec/ld.so/dir.c b/libexec/ld.so/dir.c
index a9b2707b7db..921d174567f 100644
--- a/libexec/ld.so/dir.c
+++ b/libexec/ld.so/dir.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dir.c,v 1.6 2003/02/02 16:57:58 deraadt Exp $ */
+/* $OpenBSD: dir.c,v 1.7 2003/06/02 19:38:24 millert Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -11,11 +11,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 the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. 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.
*