diff options
Diffstat (limited to 'drivers/scsi/iscsi_tcp.c')
-rw-r--r-- | drivers/scsi/iscsi_tcp.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c index ed3debce2819..7bedbe877704 100644 --- a/drivers/scsi/iscsi_tcp.c +++ b/drivers/scsi/iscsi_tcp.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * iSCSI Initiator over TCP/IP Data-Path | 3 | * iSCSI Initiator over TCP/IP Data-Path |
3 | * | 4 | * |
@@ -7,16 +8,6 @@ | |||
7 | * Copyright (C) 2006 Red Hat, Inc. All rights reserved. | 8 | * Copyright (C) 2006 Red Hat, Inc. All rights reserved. |
8 | * maintained by open-iscsi@googlegroups.com | 9 | * maintained by open-iscsi@googlegroups.com |
9 | * | 10 | * |
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License as published | ||
12 | * by the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, but | ||
16 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
18 | * General Public License for more details. | ||
19 | * | ||
20 | * See the file COPYING included with this distribution for more details. | 11 | * See the file COPYING included with this distribution for more details. |
21 | * | 12 | * |
22 | * Credits: | 13 | * Credits: |