From 01c2eecc350869b57017aad016a39fdaa0d7cdbd Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Sat, 26 Oct 2013 20:57:38 +0000 Subject: Updates to radiotap-iter licensing terms. The upstream version has a COPYING file containing what is actually the ISC license (BSD-like), so add that to the header for licensecheck's sake (and remove the confusing reference to the BSD license). This makes the code actually your choice of ISC and GPL2 (since it is used in the Linux kernel which is GPL2-only). ISC is already acceptable for us, so ISC \union * must be also, so add ISC+GPL2 to checlicenses' list. Upstream COPYING file, for reference: http://git.sipsolutions.net/?p=radiotap.git;a=blob;f=COPYING;hb=97478c8467ce7ab56b7c9e8fd7cdc0f4e2cb22ed svn path=/trunk/; revision=52879 --- tools/checklicenses.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/checklicenses.py') diff --git a/tools/checklicenses.py b/tools/checklicenses.py index 2923f77fb0..7c69ad9799 100755 --- a/tools/checklicenses.py +++ b/tools/checklicenses.py @@ -82,6 +82,7 @@ WHITELISTED_LICENSES = [ 'GPL (v3 or later) with Bison parser exception', 'GPL with Bison parser exception', 'ISC', + 'ISC GPL (v2)', 'ISC GPL (v2 or later)', 'LGPL', 'LGPL (v2)', -- cgit v1.2.3