hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/iscsi_ibft.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright 2007 Red Hat, Inc.
34 * by Peter Jones <pjones@redhat.com>
....@@ -7,15 +8,6 @@
78 * by Konrad Rzeszutek <ketuzsezr@darnok.org>
89 *
910 * This code exposes the iSCSI Boot Format Table to userland via sysfs.
10
- *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License v2.0 as published by
13
- * the Free Software Foundation
14
- *
15
- * This program is distributed in the hope that it will be useful,
16
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- * GNU General Public License for more details.
1911 */
2012
2113 #ifndef ISCSI_IBFT_H