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/check_links.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/check_links.py') diff --git a/tools/check_links.py b/tools/check_links.py index 07e672a07..848329e04 100755 --- a/tools/check_links.py +++ b/tools/check_links.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# Copyright 2017 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. from __future__ import print_function import os -- cgit mrf-deployment