]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - include/linux/ptr_ring.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-eoan-kernel.git] / include / linux / ptr_ring.h
index 8da46ac44a2e4234347ac5dfecf0a91a0ffde05b..0abe9a4fc84213098a9b0334294a846ec27d98c2 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  *     Definitions for the 'struct ptr_ring' datastructure.
  *
@@ -6,11 +7,6 @@
  *
  *     Copyright (C) 2016 Red Hat, Inc.
  *
- *     This program is free software; you can redistribute it and/or modify it
- *     under the terms of the GNU General Public License as published by the
- *     Free Software Foundation; either version 2 of the License, or (at your
- *     option) any later version.
- *
  *     This is a limited-size FIFO maintaining pointers in FIFO order, with
  *     one CPU producing entries and another consuming entries from a FIFO.
  *