From 672c10ad7c2491ae3ab24736fc153e2ecb4c7044 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 16 May 2020 07:05:33 +0200 Subject: all: add missing copyright statements --- fuzzbuzz.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fuzzbuzz.yaml') diff --git a/fuzzbuzz.yaml b/fuzzbuzz.yaml index d4083f065..18da8d00b 100644 --- a/fuzzbuzz.yaml +++ b/fuzzbuzz.yaml @@ -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. + language: go version: "1.11" base: ubuntu:16.04 -- cgit mrf-deployment