hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/llist.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 #ifndef LLIST_H
23 #define LLIST_H
34 /*
....@@ -45,19 +46,6 @@
4546 *
4647 * Copyright 2010,2011 Intel Corp.
4748 * Author: Huang Ying <ying.huang@intel.com>
48
- *
49
- * This program is free software; you can redistribute it and/or
50
- * modify it under the terms of the GNU General Public License version
51
- * 2 as published by the Free Software Foundation;
52
- *
53
- * This program is distributed in the hope that it will be useful,
54
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
55
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
56
- * GNU General Public License for more details.
57
- *
58
- * You should have received a copy of the GNU General Public License
59
- * along with this program; if not, write to the Free Software
60
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6149 */
6250
6351 #include <linux/atomic.h>