diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2013-02-18 09:22:28 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-03-06 16:46:59 +0100 |
commit | 410dc5aa5906ed49e2733b451a5287884e8a16dc (patch) | |
tree | a4953e5b87f3d5a2ce19480646bb68a13887663b /drivers/net/wireless/iwlwifi/iwl-drv.c | |
parent | 41effc2a6c6548f1dc6b749f09c646d931c309a4 (diff) | |
download | blackbird-obmc-linux-410dc5aa5906ed49e2733b451a5287884e8a16dc.tar.gz blackbird-obmc-linux-410dc5aa5906ed49e2733b451a5287884e8a16dc.zip |
iwlwifi: a few fixes in license
7000.c was released as GPL only by mistake: it should be
dual licensed - GPL / BSD.
The file that contains the license in the kernel is COPYING
and not LICENSE.GPL.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-drv.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-drv.c b/drivers/net/wireless/iwlwifi/iwl-drv.c index fbfd2d137117..8620de406f64 100644 --- a/drivers/net/wireless/iwlwifi/iwl-drv.c +++ b/drivers/net/wireless/iwlwifi/iwl-drv.c @@ -22,7 +22,7 @@ * USA * * The full GNU General Public License is included in this distribution - * in the file called LICENSE.GPL. + * in the file called COPYING. * * Contact Information: * Intel Linux Wireless <ilw@linux.intel.com> |