diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2009-11-08 10:39:55 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-11 17:09:17 -0500 |
commit | 9c9a0d145fee73b5e821bb460732ac2a66c680b3 (patch) | |
tree | 824ed4f47830958da537018cc29e2e6d2a559456 /drivers/net/wireless/rt2x00/rt2800pci.c | |
parent | 6aefbfa0204b1dab4b9f23ca30f8840ba0d9134a (diff) |
rt2x00: Update copyright statements.
As mentioned on the linux-wireless mailing list, the current copyright
statements in the rt2x00 are meaningless, as the rt2x00 project is
not even a formal legal entity. Therefore it is better to replace
the existing copyright statements with copyright statements for the
people that actually wrote the code.
Note: Updated to the best of my knowledge with respect to who
contributed considerable amounts of code.
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
CC: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800pci.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800pci.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c index 6f151d0c6b02..c7a596f2da39 100644 --- a/drivers/net/wireless/rt2x00/rt2800pci.c +++ b/drivers/net/wireless/rt2x00/rt2800pci.c | |||
@@ -1,5 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | Copyright (C) 2004 - 2009 rt2x00 SourceForge Project | 2 | Copyright (C) 2009 Ivo van Doorn <IvDoorn@gmail.com> |
3 | Copyright (C) 2009 Alban Browaeys <prahal@yahoo.com> | ||
4 | Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org> | ||
5 | Copyright (C) 2009 Luis Correia <luis.f.correia@gmail.com> | ||
6 | Copyright (C) 2009 Mattias Nissler <mattias.nissler@gmx.de> | ||
7 | Copyright (C) 2009 Mark Asselstine <asselsm@gmail.com> | ||
8 | Copyright (C) 2009 Xose Vazquez Perez <xose.vazquez@gmail.com> | ||
9 | Copyright (C) 2009 Bart Zolnierkiewicz <bzolnier@gmail.com> | ||
3 | <http://rt2x00.serialmonkey.com> | 10 | <http://rt2x00.serialmonkey.com> |
4 | 11 | ||
5 | This program is free software; you can redistribute it and/or modify | 12 | This program is free software; you can redistribute it and/or modify |