summaryrefslogtreecommitdiff
path: root/libexec/ld.so
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
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')
-rw-r--r--libexec/ld.so/dir.c8
-rw-r--r--libexec/ld.so/dir.h8
-rw-r--r--libexec/ld.so/dl_printf.c8
3 files changed, 6 insertions, 18 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.
*
diff --git a/libexec/ld.so/dir.h b/libexec/ld.so/dir.h
index 15b87551f0f..ab476fda7fb 100644
--- a/libexec/ld.so/dir.h
+++ b/libexec/ld.so/dir.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dir.h,v 1.1 2002/07/12 20:18:30 drahn Exp $ */
+/* $OpenBSD: dir.h,v 1.2 2003/06/02 19:38:24 millert Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -12,11 +12,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.
*
diff --git a/libexec/ld.so/dl_printf.c b/libexec/ld.so/dl_printf.c
index 200d9a26052..8d3a80f1980 100644
--- a/libexec/ld.so/dl_printf.c
+++ b/libexec/ld.so/dl_printf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dl_printf.c,v 1.11 2003/02/02 16:57:58 deraadt Exp $ */
+/* $OpenBSD: dl_printf.c,v 1.12 2003/06/02 19:38:24 millert Exp $ */
/*-
* Copyright (c) 1993
@@ -12,11 +12,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.
*