hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/scsi/libiscsi_tcp.h
....@@ -1,21 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * iSCSI over TCP/IP Data-Path lib
34 *
45 * Copyright (C) 2008 Mike Christie
56 * Copyright (C) 2008 Red Hat, Inc. All rights reserved.
67 * maintained by open-iscsi@googlegroups.com
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published
10
- * by the Free Software Foundation; either version 2 of the License, or
11
- * (at your option) any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful, but
14
- * WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
- * General Public License for more details.
17
- *
18
- * See the file COPYING included with this distribution for more details.
198 */
209
2110 #ifndef LIBISCSI_TCP_H