Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 26 lines 840 B view raw
1From 5a964e14474e4482a4d24c015371856560dacabc Mon Sep 17 00:00:00 2001 2From: Shea Levy <shea@shealevy.com> 3Date: Sat, 4 Jan 2014 20:57:21 -0500 4Subject: [PATCH 02/16] linuxPackages.broadcom_sta: apply MIXED/Proprietary 5 license 6 7--- 8 src/wl/sys/wl_linux.c | 2 ++ 9 1 file changed, 2 insertions(+) 10 11diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c 12index 0d05100..14922c0 100644 13--- a/src/wl/sys/wl_linux.c 14+++ b/src/wl/sys/wl_linux.c 15@@ -148,6 +148,8 @@ static struct wl_if *wl_alloc_if(wl_info_t *wl, int iftype, uint unit, struct wl 16 static void wl_free_if(wl_info_t *wl, wl_if_t *wlif); 17 static void wl_get_driver_info(struct net_device *dev, struct ethtool_drvinfo *info); 18 19+MODULE_LICENSE("MIXED/Proprietary"); 20+ 21 #if defined(WL_CONFIG_RFKILL) 22 #include <linux/rfkill.h> 23 static int wl_init_rfkill(wl_info_t *wl); 24-- 252.45.1 26