From 1eb6a7e4336db98310cc7937bccf63a153c99fff Mon Sep 17 00:00:00 2001 From: Shankara Pailoor Date: Thu, 6 Dec 2018 10:58:20 -0800 Subject: tools/syz-trace2syz: adding missing copyright headers Adding missing copyright headers to return_cache.go and context.go --- tools/syz-trace2syz/proggen/context.go | 3 +++ tools/syz-trace2syz/proggen/return_cache.go | 3 +++ 2 files changed, 6 insertions(+) (limited to 'tools') diff --git a/tools/syz-trace2syz/proggen/context.go b/tools/syz-trace2syz/proggen/context.go index 59945daf2..cdd2cd78c 100644 --- a/tools/syz-trace2syz/proggen/context.go +++ b/tools/syz-trace2syz/proggen/context.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 proggen import ( diff --git a/tools/syz-trace2syz/proggen/return_cache.go b/tools/syz-trace2syz/proggen/return_cache.go index e8a90be7a..8bf475967 100644 --- a/tools/syz-trace2syz/proggen/return_cache.go +++ b/tools/syz-trace2syz/proggen/return_cache.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 proggen import ( -- cgit mrf-deployment