aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorShankara Pailoor <shankarapailoor@gmail.com>2018-12-06 10:58:20 -0800
committerDmitry Vyukov <dvyukov@google.com>2018-12-07 09:50:45 +0100
commit1eb6a7e4336db98310cc7937bccf63a153c99fff (patch)
tree7f5be1fce6c74ab508320af9155d9563014e67df /tools
parent610352d5d70e5805b4f7580c88d0f5ab18dc7654 (diff)
tools/syz-trace2syz: adding missing copyright headers
Adding missing copyright headers to return_cache.go and context.go
Diffstat (limited to 'tools')
-rw-r--r--tools/syz-trace2syz/proggen/context.go3
-rw-r--r--tools/syz-trace2syz/proggen/return_cache.go3
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 (