diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_target.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_target.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/scsi/qla2xxx/qla_target.h b/drivers/scsi/qla2xxx/qla_target.h index 89ceffa7d4fd..b8d244f1e189 100644 --- a/drivers/scsi/qla2xxx/qla_target.h +++ b/drivers/scsi/qla2xxx/qla_target.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net> | 3 | * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net> |
3 | * Copyright (C) 2004 - 2005 Leonid Stoljar | 4 | * Copyright (C) 2004 - 2005 Leonid Stoljar |
@@ -9,16 +10,6 @@ | |||
9 | * Copyright (C) 2010-2011 Nicholas A. Bellinger <nab@kernel.org> | 10 | * Copyright (C) 2010-2011 Nicholas A. Bellinger <nab@kernel.org> |
10 | * | 11 | * |
11 | * Additional file for the target driver support. | 12 | * Additional file for the target driver support. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version 2 | ||
16 | * of the License, or (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | */ | 13 | */ |
23 | /* | 14 | /* |
24 | * This is the global def file that is useful for including from the | 15 | * This is the global def file that is useful for including from the |