diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-trace2syz/proggen/context.go | 3 | ||||
| -rw-r--r-- | tools/syz-trace2syz/proggen/return_cache.go | 3 |
2 files changed, 6 insertions, 0 deletions
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 ( |
