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 --- tools/codecov.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/codecov.yml') diff --git a/tools/codecov.yml b/tools/codecov.yml index 01d059583..bc15fc8ec 100644 --- a/tools/codecov.yml +++ b/tools/codecov.yml @@ -1,3 +1,6 @@ +# Copyright 2020 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. + # See https://docs.codecov.io/docs/codecovyml-reference # Validate with curl --data-binary @tools/codecov.yml https://codecov.io/validate -- cgit mrf-deployment