.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * drivers/net/ethernet/ibm/emac/tah.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
12 | 13 | * Matt Porter <mporter@kernel.crashing.org> |
---|
13 | 14 | * |
---|
14 | 15 | * 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. |
---|
20 | 16 | */ |
---|
21 | 17 | #include <linux/of_address.h> |
---|
22 | 18 | #include <asm/io.h> |
---|