.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2007 Red Hat, Inc. |
---|
3 | 4 | * by Peter Jones <pjones@redhat.com> |
---|
.. | .. |
---|
7 | 8 | * by Konrad Rzeszutek <ketuzsezr@darnok.org> |
---|
8 | 9 | * |
---|
9 | 10 | * 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. |
---|
19 | 11 | */ |
---|
20 | 12 | |
---|
21 | 13 | #ifndef ISCSI_IBFT_H |
---|