hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/net/ethernet/ibm/emac/rgmii.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * drivers/net/ethernet/ibm/emac/rgmii.c
34 *
....@@ -14,12 +15,6 @@
1415 * Based on original work by
1516 * Matt Porter <mporter@kernel.crashing.org>
1617 * Copyright 2004 MontaVista Software, Inc.
17
- *
18
- * This program is free software; you can redistribute it and/or modify it
19
- * under the terms of the GNU General Public License as published by the
20
- * Free Software Foundation; either version 2 of the License, or (at your
21
- * option) any later version.
22
- *
2318 */
2419 #include <linux/slab.h>
2520 #include <linux/kernel.h>