hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/ata/pata_sc1200.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * New ATA layer SC1200 driver Alan Cox <alan@lxorguk.ukuu.org.uk>
34 *
....@@ -13,20 +14,6 @@
1314 *
1415 * Development of this chipset driver was funded
1516 * by the nice folks at National Semiconductor.
16
- *
17
- * This program is free software; you can redistribute it and/or modify
18
- * it under the terms of the GNU General Public License version 2 as
19
- * published by the Free Software Foundation.
20
- *
21
- * This program is distributed in the hope that it will be useful,
22
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
23
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
- * GNU General Public License for more details.
25
- *
26
- * You should have received a copy of the GNU General Public License
27
- * along with this program; if not, write to the Free Software
28
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29
- *
3017 */
3118
3219 #include <linux/kernel.h>