forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/scsi/dpt/dpti_i2o.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 #ifndef _SCSI_I2O_H
23 #define _SCSI_I2O_H
34
....@@ -5,16 +6,10 @@
56 *
67 * (c) Copyright 1999, 2000 Red Hat Software
78 *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU General Public License
10
- * as published by the Free Software Foundation; either version
11
- * 2 of the License, or (at your option) any later version.
12
- *
139 *************************************************************************
1410 *
1511 * This header file defined the I2O APIs/structures for use by
1612 * the I2O kernel modules.
17
- *
1813 */
1914
2015 #ifdef __KERNEL__ /* This file to be included by kernel only */