summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2017-08-11 14:24:24 +0000
committermpi <mpi@openbsd.org>2017-08-11 14:24:24 +0000
commit492f109a65236c1c04cd4b0288c457cb0d6ac128 (patch)
tree4a290f229575eac14792f7c82c5018a269796f79
parentImport a tool for generating CTF data section (SUNW_ctf) based on DWARF (diff)
downloadwireguard-openbsd-492f109a65236c1c04cd4b0288c457cb0d6ac128.tar.xz
wireguard-openbsd-492f109a65236c1c04cd4b0288c457cb0d6ac128.zip
CVS Id and license.
-rwxr-xr-xusr.bin/ctfconv/ctfstrip16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/ctfconv/ctfstrip b/usr.bin/ctfconv/ctfstrip
index 2966b9c08ac..63bdd24d061 100755
--- a/usr.bin/ctfconv/ctfstrip
+++ b/usr.bin/ctfconv/ctfstrip
@@ -1,4 +1,20 @@
#!/bin/sh
+#
+# $OpenBSD: ctfstrip,v 1.2 2017/08/11 14:24:24 mpi Exp $
+#
+# Copyright (c) 2017 Martin Pieuchot
+#
+# 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.
# Turn off Strict Bourne shell mode.
set +o sh