hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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.