diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-18 18:09:48 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-18 18:09:48 +0000 |
commit | 67120f2a45099ceb63d7e1227b0573feb68449b8 (patch) | |
tree | d33edec0c7439752b3810552245c4ed3c37279e4 /openwrt | |
parent | 6bb334c1e3a2df28539aaaa0bd88f4876b2fc561 (diff) |
add missing copyright info
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3402 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/package/switch/src/switch-adm.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/switch/src/switch-adm.c b/openwrt/target/linux/package/switch/src/switch-adm.c index 919d685cbd..8d27120018 100644 --- a/openwrt/target/linux/package/switch/src/switch-adm.c +++ b/openwrt/target/linux/package/switch/src/switch-adm.c @@ -2,6 +2,13 @@ * ADMTEK Adm6996 switch configuration module * * Copyright (C) 2005 Felix Fietkau <nbd@nbd.name> + * + * Partially based on Broadcom Home Networking Division 10/100 Mbit/s + * Ethernet Device Driver (from Montavista 2.4.20_mvl31 Kernel). + * Copyright (C) 2004 Broadcom Corporation + * + * adm_rreg function from adm6996 + * Copyright (C) 2004 Nikki Chumakov <nikki@gattaca.ru> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |