kernel/tools/virtio/ringtest/ring.c
.. .. @@ -1,7 +1,7 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (C) 2016 Red Hat, Inc. 3 4 * Author: Michael S. Tsirkin <mst@redhat.com> 4 - * This work is licensed under the terms of the GNU GPL, version 2.5 5 * 6 6 * Simple descriptor-based ring. virtio 0.9 compatible event index is used for 7 7 * signalling, unconditionally.