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 --- prog/any.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'prog/any.go') diff --git a/prog/any.go b/prog/any.go index 5e362a94b..a9ecdb489 100644 --- a/prog/any.go +++ b/prog/any.go @@ -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. + package prog import ( -- cgit mrf-deployment