ip17xx: Update the copyright message
Update the copyright message to reflect my changes. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21725
This commit is contained in:
parent
b650fecb7d
commit
0cc840f158
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
* ip17xx.c: Swconfig configuration for IC+ IP17xx switch family
|
||||
*
|
||||
* Copyright (C) 2008 Patrick Horn <patrick.horn@gmail.com>
|
||||
* Copyright (C) 2008 Martin Mares <mj@ucw.cz>
|
||||
* Copyright (C) 2008, 2010 Martin Mares <mj@ucw.cz>
|
||||
* Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -1381,6 +1381,7 @@ void __exit ip17xx_exit(void)
|
|||
|
||||
MODULE_AUTHOR("Patrick Horn <patrick.horn@gmail.com>");
|
||||
MODULE_AUTHOR("Felix Fietkau <nbd@openwrt.org>");
|
||||
MODULE_AUTHOR("Martin Mares <mj@ucw.cz>");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
module_init(ip17xx_init);
|
||||
|
|
Loading…
Reference in a new issue