hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/net/ethernet/ibm/emac/tah.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * drivers/net/ethernet/ibm/emac/tah.c
34 *
....@@ -12,11 +13,6 @@
1213 * Matt Porter <mporter@kernel.crashing.org>
1314 *
1415 * Copyright (c) 2005 Eugene Surovegin <ebs@ebshome.net>
15
- *
16
- * This program is free software; you can redistribute it and/or modify it
17
- * under the terms of the GNU General Public License as published by the
18
- * Free Software Foundation; either version 2 of the License, or (at your
19
- * option) any later version.
2016 */
2117 #include <linux/of_address.h>
2218 #include <asm/io.h>