summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-11-19 06:16:07 +0000
committerderaadt <deraadt@openbsd.org>2004-11-19 06:16:07 +0000
commit0f5793a252553ee16b037e755222a8a368f6cc2b (patch)
tree171d210d821b50a91a6d5df587a8006bb389431d
parentreturn 0 from main, hppa cares :) (diff)
downloadwireguard-openbsd-0f5793a252553ee16b037e755222a8a368f6cc2b.tar.xz
wireguard-openbsd-0f5793a252553ee16b037e755222a8a368f6cc2b.zip
copyright
-rw-r--r--sys/dev/microcode/atmel/build.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/dev/microcode/atmel/build.c b/sys/dev/microcode/atmel/build.c
index 485faf0deeb..b18295067a2 100644
--- a/sys/dev/microcode/atmel/build.c
+++ b/sys/dev/microcode/atmel/build.c
@@ -1,3 +1,18 @@
+/*
+ * Copyright (c) 2004 Theo de Raadt <deraadt@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.
+ */
#include <sys/types.h>
#include <fcntl.h>