License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / tools / firewire / list.h
index 41f4bdadf6344eff10e4102d4491bf953d74e81a..6278d08e99e3d3bdff90dd35c1b2f43deacf98bf 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 struct list {
        struct list *next, *prev;
 };