hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/ata/pata_ixp4xx_cf.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * ixp4xx PATA/Compact Flash driver
34 * Copyright (C) 2006-07 Tower Technologies
....@@ -9,11 +10,6 @@
910 * on the ixp4xx. In the irq is not available, you might
1011 * want to modify both this driver and libata to run in
1112 * polling mode.
12
- *
13
- * This program is free software; you can redistribute it and/or modify
14
- * it under the terms of the GNU General Public License version 2 as
15
- * published by the Free Software Foundation.
16
- *
1713 */
1814
1915 #include <linux/kernel.h>