hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/ata/pata_triflex.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * pata_triflex.c - Compaq PATA for new ATA layer
34 * (C) 2005 Red Hat Inc
....@@ -13,19 +14,6 @@
1314 *
1415 * Copyright (C) 2002 Hewlett-Packard Development Group, L.P.
1516 * Author: Torben Mathiasen <torben.mathiasen@hp.com>
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
2917 *
3018 * Loosely based on the piix & svwks drivers.
3119 *