summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2003-06-15 22:54:00 +0000
committerkrw <krw@openbsd.org>2003-06-15 22:54:00 +0000
commit94bdae44849fbccdaa603ea9d42e6d8eff658f05 (patch)
treeff8139f01be54deb447093e6e237374da4ae71b0
parentThe hyphen in regexp should really be escaped (diff)
downloadwireguard-openbsd-94bdae44849fbccdaa603ea9d42e6d8eff658f05.tar.xz
wireguard-openbsd-94bdae44849fbccdaa603ea9d42e6d8eff658f05.zip
Add an OpenBSD style license/copyright.
Suggested by deraadt@, ok millert@.
-rw-r--r--usr.sbin/dhcp/dhclient/scripts/dhclient-script17
1 files changed, 16 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/dhclient/scripts/dhclient-script b/usr.sbin/dhcp/dhclient/scripts/dhclient-script
index 984867cd68a..16eec17b181 100644
--- a/usr.sbin/dhcp/dhclient/scripts/dhclient-script
+++ b/usr.sbin/dhcp/dhclient/scripts/dhclient-script
@@ -1,6 +1,21 @@
#!/bin/sh
#
-# $OpenBSD: dhclient-script,v 1.13 2003/06/13 12:08:43 krw Exp $
+# $OpenBSD: dhclient-script,v 1.14 2003/06/15 22:54:00 krw Exp $
+#
+# Copyright (c) 2003 Kenneth R Westerback <krw@openbsd.org>
+#
+# 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.
+#
#
#