hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/tools/virtio/ringtest/ring.c
....@@ -1,7 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2016 Red Hat, Inc.
34 * Author: Michael S. Tsirkin <mst@redhat.com>
4
- * This work is licensed under the terms of the GNU GPL, version 2.
55 *
66 * Simple descriptor-based ring. virtio 0.9 compatible event index is used for
77 * signalling, unconditionally.