OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/drivers/net/ethernet/korina.c |
2 | +++ b/drivers/net/ethernet/korina.c |
||
3 | @@ -4,6 +4,7 @@ |
||
4 | * Copyright 2004 IDT Inc. (rischelp@idt.com) |
||
5 | * Copyright 2006 Felix Fietkau <nbd@openwrt.org> |
||
6 | * Copyright 2008 Florian Fainelli <florian@openwrt.org> |
||
7 | + * Copyright 2017 Roman Yeryomin <roman@advem.lv> |
||
8 | * |
||
9 | * This program is free software; you can redistribute it and/or modify it |
||
10 | * under the terms of the GNU General Public License as published by the |
||
11 | @@ -1150,5 +1151,6 @@ module_platform_driver(korina_driver); |
||
12 | MODULE_AUTHOR("Philip Rischel <rischelp@idt.com>"); |
||
13 | MODULE_AUTHOR("Felix Fietkau <nbd@openwrt.org>"); |
||
14 | MODULE_AUTHOR("Florian Fainelli <florian@openwrt.org>"); |
||
15 | +MODULE_AUTHOR("Roman Yeryomin <roman@advem.lv>"); |
||
16 | MODULE_DESCRIPTION("IDT RC32434 (Korina) Ethernet driver"); |
||
17 | MODULE_LICENSE("GPL"); |