kernel/include/linux/klist.h
.. .. @@ -1,12 +1,10 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-only */1 2 /* 2 3 * klist.h - Some generic list helpers, extending struct list_head a bit. 3 4 * 4 5 * Implementations are found in lib/klist.c 5 6 * 6 - *7 7 * Copyright (C) 2005 Patrick Mochel 8 - *9 - * This file is rleased under the GPL v2.10 8 */ 11 9 12 10 #ifndef _LINUX_KLIST_H