~ubuntu-branches/ubuntu/saucy/bcmwl/saucy

« back to all changes in this revision

Viewing changes to src/patches/0001-MODULE_LICENSE.patch

  • Committer: Bazaar Package Importer
  • Author(s): Tim Gardner
  • Date: 2009-05-11 16:04:29 UTC
  • Revision ID: james.westby@ubuntu.com-20090511160429-lciigiqnpp0fpu2k
Tags: 5.10.91.9-2
Add src/lib/LICENSE.txt to copyright notice. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff --git a/broadcom/src/wl/sys/wl_linux.c b/broadcom/src/wl/sys/wl_linux.c
 
2
index 0f81236..c9968df 100644
 
3
--- a/broadcom/src/wl/sys/wl_linux.c
 
4
+++ b/broadcom/src/wl/sys/wl_linux.c
 
5
@@ -163,6 +163,8 @@ struct wl_if *wl_alloc_if(wl_info_t *wl, int iftype, uint unit, struct wlc_if* w
 
6
 static void wl_free_if(wl_info_t *wl, wl_if_t *wlif);
 
7
 static void wl_get_driver_info(struct net_device *dev, struct ethtool_drvinfo *info);
 
8
 
 
9
+MODULE_LICENSE("MIXED/Proprietary");
 
10
+
 
11
 static struct pci_device_id wl_id_table[] = {
 
12
        { PCI_VENDOR_ID_BROADCOM, 0x4311, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 
 
13
        { PCI_VENDOR_ID_BROADCOM, 0x4312, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },