From 135c18aadb0147f93d3e2658e42fc7a479b9ad04 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 18 Feb 2020 16:02:42 +0100 Subject: tools: add script that checks copyright headers Fixes #1604 --- sys/linux/dev_infiniband_rdma.txt | 3 +-- sys/linux/dev_video4linux.txt | 2 +- sys/linux/mptcp.txt | 2 +- sys/linux/socket_netlink_generic_team.txt | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) (limited to 'sys/linux') diff --git a/sys/linux/dev_infiniband_rdma.txt b/sys/linux/dev_infiniband_rdma.txt index 1376f5141..a8e24c16d 100644 --- a/sys/linux/dev_infiniband_rdma.txt +++ b/sys/linux/dev_infiniband_rdma.txt @@ -1,6 +1,5 @@ # 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. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. # TODO: This needs some fixups according to PR review: # https://github.com/google/syzkaller/pull/1053 diff --git a/sys/linux/dev_video4linux.txt b/sys/linux/dev_video4linux.txt index d7bd586ed..92fc34c7f 100644 --- a/sys/linux/dev_video4linux.txt +++ b/sys/linux/dev_video4linux.txt @@ -1,5 +1,5 @@ # 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. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. # Constants for this descriptions were generated on the following tree: # https://source.codeaurora.org/quic/la/kernel/msm-4.9 msm-4.9 diff --git a/sys/linux/mptcp.txt b/sys/linux/mptcp.txt index 76755e385..a55088b35 100644 --- a/sys/linux/mptcp.txt +++ b/sys/linux/mptcp.txt @@ -1,5 +1,5 @@ # 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. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. # TCP Extensions for Multipath Operation with Multiple Addresses # https://tools.ietf.org/html/rfc6824 diff --git a/sys/linux/socket_netlink_generic_team.txt b/sys/linux/socket_netlink_generic_team.txt index d671af833..fd889d3c4 100644 --- a/sys/linux/socket_netlink_generic_team.txt +++ b/sys/linux/socket_netlink_generic_team.txt @@ -1,5 +1,5 @@ # Copyright 2018 syzkaller project authors. All rights reserved. -# Use of this source code is governed by Apache 2 LICENSE that can be teamnd in the LICENSE file. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. # AF_NETLINK/NETLINK_GENERIC/team support. -- cgit mrf-deployment