Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

b43: add my copyrights and myself as the module author

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Rafał Miłecki and committed by
John W. Linville
108f4f3c b0037fab

+19
+2
drivers/net/wireless/b43/bus.c
··· 3 3 Broadcom B43 wireless driver 4 4 Bus abstraction layer 5 5 6 + Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> 7 + 6 8 This program is free software; you can redistribute it and/or modify 7 9 it under the terms of the GNU General Public License as published by 8 10 the Free Software Foundation; either version 2 of the License, or
+2
drivers/net/wireless/b43/main.c
··· 7 7 Copyright (c) 2005-2009 Michael Buesch <m@bues.ch> 8 8 Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org> 9 9 Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch> 10 + Copyright (c) 2010-2011 Rafał Miłecki <zajec5@gmail.com> 10 11 11 12 SDIO support 12 13 Copyright (c) 2009 Albert Herranz <albert_herranz@yahoo.es> ··· 65 64 MODULE_AUTHOR("Stefano Brivio"); 66 65 MODULE_AUTHOR("Michael Buesch"); 67 66 MODULE_AUTHOR("Gábor Stefanik"); 67 + MODULE_AUTHOR("Rafał Miłecki"); 68 68 MODULE_LICENSE("GPL"); 69 69 70 70 MODULE_FIRMWARE("b43/ucode11.fw");
+2
drivers/net/wireless/b43/phy_ht.c
··· 3 3 Broadcom B43 wireless driver 4 4 IEEE 802.11n HT-PHY support 5 5 6 + Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> 7 + 6 8 This program is free software; you can redistribute it and/or modify 7 9 it under the terms of the GNU General Public License as published by 8 10 the Free Software Foundation; either version 2 of the License, or
+2
drivers/net/wireless/b43/phy_lcn.c
··· 3 3 Broadcom B43 wireless driver 4 4 IEEE 802.11n LCN-PHY support 5 5 6 + Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> 7 + 6 8 This program is free software; you can redistribute it and/or modify 7 9 it under the terms of the GNU General Public License as published by 8 10 the Free Software Foundation; either version 2 of the License, or
+1
drivers/net/wireless/b43/phy_n.c
··· 4 4 IEEE 802.11n PHY support 5 5 6 6 Copyright (c) 2008 Michael Buesch <m@bues.ch> 7 + Copyright (c) 2010-2011 Rafał Miłecki <zajec5@gmail.com> 7 8 8 9 This program is free software; you can redistribute it and/or modify 9 10 it under the terms of the GNU General Public License as published by
+1
drivers/net/wireless/b43/radio_2055.c
··· 4 4 IEEE 802.11n PHY and radio device data tables 5 5 6 6 Copyright (c) 2008 Michael Buesch <m@bues.ch> 7 + Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com> 7 8 8 9 This program is free software; you can redistribute it and/or modify 9 10 it under the terms of the GNU General Public License as published by
+2
drivers/net/wireless/b43/radio_2056.c
··· 3 3 Broadcom B43 wireless driver 4 4 IEEE 802.11n 2056 radio device data tables 5 5 6 + Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com> 7 + 6 8 This program is free software; you can redistribute it and/or modify 7 9 it under the terms of the GNU General Public License as published by 8 10 the Free Software Foundation; either version 2 of the License, or
+2
drivers/net/wireless/b43/radio_2059.c
··· 3 3 Broadcom B43 wireless driver 4 4 IEEE 802.11n 2059 radio device data tables 5 5 6 + Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> 7 + 6 8 This program is free software; you can redistribute it and/or modify 7 9 it under the terms of the GNU General Public License as published by 8 10 the Free Software Foundation; either version 2 of the License, or
+1
drivers/net/wireless/b43/tables_nphy.c
··· 4 4 IEEE 802.11n PHY data tables 5 5 6 6 Copyright (c) 2008 Michael Buesch <m@bues.ch> 7 + Copyright (c) 2010 Rafał Miłecki <zajec5@gmail.com> 7 8 8 9 This program is free software; you can redistribute it and/or modify 9 10 it under the terms of the GNU General Public License as published by
+2
drivers/net/wireless/b43/tables_phy_ht.c
··· 3 3 Broadcom B43 wireless driver 4 4 IEEE 802.11n HT-PHY data tables 5 5 6 + Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> 7 + 6 8 This program is free software; you can redistribute it and/or modify 7 9 it under the terms of the GNU General Public License as published by 8 10 the Free Software Foundation; either version 2 of the License, or
+2
drivers/net/wireless/b43/tables_phy_lcn.c
··· 3 3 Broadcom B43 wireless driver 4 4 IEEE 802.11n LCN-PHY data tables 5 5 6 + Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> 7 + 6 8 This program is free software; you can redistribute it and/or modify 7 9 it under the terms of the GNU General Public License as published by 8 10 the Free Software Foundation; either version 2 of the License, or