aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd
diff options
context:
space:
mode:
Diffstat (limited to 'sys/openbsd')
-rw-r--r--sys/openbsd/init_test.go3
-rw-r--r--sys/openbsd/kqueue.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/openbsd/init_test.go b/sys/openbsd/init_test.go
index 186b199c0..fa6ffcb94 100644
--- a/sys/openbsd/init_test.go
+++ b/sys/openbsd/init_test.go
@@ -1,3 +1,6 @@
+// Copyright 2019 syzkaller project authors. All rights reserved.
+// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+
package openbsd_test
import (
diff --git a/sys/openbsd/kqueue.txt b/sys/openbsd/kqueue.txt
index f66b584b2..0ffc5ca8e 100644
--- a/sys/openbsd/kqueue.txt
+++ b/sys/openbsd/kqueue.txt
@@ -1,3 +1,6 @@
+# Copyright 2018 syzkaller project authors. All rights reserved.
+# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+
include <sys/types.h>
include <sys/event.h>
include <sys/time.h>