From 135c18aadb0147f93d3e2658e42fc7a479b9ad04 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 18 Feb 2020 16:02:42 +0100 Subject: tools: add script that checks copyright headers Fixes #1604 --- sys/openbsd/init_test.go | 3 +++ sys/openbsd/kqueue.txt | 3 +++ 2 files changed, 6 insertions(+) (limited to 'sys/openbsd') 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 include include -- cgit mrf-deployment