diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-02-18 16:02:42 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-02-18 16:05:10 +0100 |
| commit | 135c18aadb0147f93d3e2658e42fc7a479b9ad04 (patch) | |
| tree | 74ba2b3a708ebe1f06a79adb73e4b44785ba4d95 /sys/openbsd | |
| parent | 012fbc3229ebef871a201ea431b16610e6e0d345 (diff) | |
tools: add script that checks copyright headers
Fixes #1604
Diffstat (limited to 'sys/openbsd')
| -rw-r--r-- | sys/openbsd/init_test.go | 3 | ||||
| -rw-r--r-- | sys/openbsd/kqueue.txt | 3 |
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> |
