summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2006-05-04 15:33:16 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2006-05-04 15:33:16 +0000
commit0d1c976b236fa230a6c8fb95c971fbad209b81a5 (patch)
treea95f6625b2db501ca6e10b57552a14af219c83fd /libexec
parent234ac8a1bd133daa9891e4eee39c0182e940e002 (diff)
Add missing copyright on header file, OpenBSD -> .Ox in manpages, thanks Dries.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.so/prebind/prebind.85
-rw-r--r--libexec/ld.so/prebind/prebind_struct.h17
-rw-r--r--libexec/ld.so/prebind_strip/prebind_strip.85
3 files changed, 23 insertions, 4 deletions
diff --git a/libexec/ld.so/prebind/prebind.8 b/libexec/ld.so/prebind/prebind.8
index bcc26c8ef7b..9e29017ded3 100644
--- a/libexec/ld.so/prebind/prebind.8
+++ b/libexec/ld.so/prebind/prebind.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: prebind.8,v 1.1 2006/05/03 16:10:52 drahn Exp $
+.\" $OpenBSD: prebind.8,v 1.2 2006/05/04 15:33:15 drahn Exp $
.\"
.\" Copyright (c) 2006 Dale Rahn <drahn@openbsd.org>
.\"
@@ -50,7 +50,8 @@ None
.Sh HISTORY
A
.Nm
-utility first appeared in OpenBSD 4.0.
+utility first appeared in
+.Ox 4.0.
.Nm
is based loosely on Prelinking, however prelink removes the security
feature of libraries appearing a random order on each invocation, thus
diff --git a/libexec/ld.so/prebind/prebind_struct.h b/libexec/ld.so/prebind/prebind_struct.h
index 2c69105211b..54a2584359b 100644
--- a/libexec/ld.so/prebind/prebind_struct.h
+++ b/libexec/ld.so/prebind/prebind_struct.h
@@ -1,3 +1,20 @@
+/* $OpenBSD: prebind_struct.h,v 1.2 2006/05/04 15:33:15 drahn Exp $ */
+/*
+ * Copyright (c) 2006 Dale Rahn <drahn@dalerahn.com>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
struct symcache_noflag {
const elf_object_t *obj;
const Elf_Sym *sym;
diff --git a/libexec/ld.so/prebind_strip/prebind_strip.8 b/libexec/ld.so/prebind_strip/prebind_strip.8
index 725a00d3eff..aacc6ba4952 100644
--- a/libexec/ld.so/prebind_strip/prebind_strip.8
+++ b/libexec/ld.so/prebind_strip/prebind_strip.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: prebind_strip.8,v 1.1 2006/05/03 16:10:52 drahn Exp $
+.\" $OpenBSD: prebind_strip.8,v 1.2 2006/05/04 15:33:15 drahn Exp $
.\"
.\" Copyright (c) 2006 Dale Rahn <drahn@openbsd.org>
.\"
@@ -34,7 +34,8 @@ None
.Sh HISTORY
A
.Nm
-utility first appeared in OpenBSD 4.0.
+utility first appeared in
+.Ox 4.0.
.Nm
is based loosely on Prelinking, however prelink removes the security
feature of libraries appearing a random order on each invocation, thus