kernel/drivers/ide/amd74xx.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * AMD 755/756/766/8111 and nVidia nForce/2/2s/3/3s/CK804/MCP04 3 4 * IDE driver for Linux. .. .. @@ -9,11 +10,6 @@ 9 10 * Andre Hedrick 10 11 */ 11 12 12 -/*13 - * This program is free software; you can redistribute it and/or modify it14 - * under the terms of the GNU General Public License version 2 as published by15 - * the Free Software Foundation.16 - */17 13 18 14 #include <linux/module.h> 19 15 #include <linux/kernel.h>