summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2005-02-23 00:08:16 +0000
committerdrahn <drahn@openbsd.org>2005-02-23 00:08:16 +0000
commitc399cbb88c7b5fc807800d2d37a05c0f31ab4a0d (patch)
treee68da2c49c73fbeccafc6643faacc6b42367156f
parentfix copyright, use pxa2x0_gpio_intr_string() (diff)
downloadwireguard-openbsd-c399cbb88c7b5fc807800d2d37a05c0f31ab4a0d.tar.xz
wireguard-openbsd-c399cbb88c7b5fc807800d2d37a05c0f31ab4a0d.zip
Add missing copyright.
-rw-r--r--sys/arch/arm/xscale/pxapcicvar.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/sys/arch/arm/xscale/pxapcicvar.h b/sys/arch/arm/xscale/pxapcicvar.h
index 9311305c2cf..d1f8654b02e 100644
--- a/sys/arch/arm/xscale/pxapcicvar.h
+++ b/sys/arch/arm/xscale/pxapcicvar.h
@@ -1,4 +1,20 @@
-/* $OpenBSD: pxapcicvar.h,v 1.4 2005/01/18 16:26:36 drahn Exp $ */
+/* $OpenBSD: pxapcicvar.h,v 1.5 2005/02/23 00:08:16 drahn Exp $ */
+/*
+ * Copyright (c) 2005 Dale Rahn <drahn@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.
+ */
+
struct pxapcic_socket {
struct pxapcic_softc *sc;
int socket; /* socket number */