diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2019-12-18 21:06:59 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-21 08:09:21 +0300 |
commit | ce1c7f84e276e8610ffa582517202ff76374cbc7 (patch) | |
tree | 3a84855725a2d9203007b01724ad359d17e19216 /tools/testing/vsock | |
parent | 43985468df6757bc079ca0be44edf4da997891e0 (diff) | |
download | linux-ce1c7f84e276e8610ffa582517202ff76374cbc7.tar.xz |
VSOCK: add SPDX identifiers to vsock tests
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/vsock')
-rw-r--r-- | tools/testing/vsock/control.h | 1 | ||||
-rw-r--r-- | tools/testing/vsock/timeout.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/vsock/control.h b/tools/testing/vsock/control.h index 54a07efd267c..dac3964a891d 100644 --- a/tools/testing/vsock/control.h +++ b/tools/testing/vsock/control.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef CONTROL_H #define CONTROL_H diff --git a/tools/testing/vsock/timeout.h b/tools/testing/vsock/timeout.h index 77db9ce9860a..ecb7c840e65a 100644 --- a/tools/testing/vsock/timeout.h +++ b/tools/testing/vsock/timeout.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef TIMEOUT_H #define TIMEOUT_H |