aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-26 20:57:38 +0000
committerEvan Huus <eapache@gmail.com>2013-10-26 20:57:38 +0000
commit01c2eecc350869b57017aad016a39fdaa0d7cdbd (patch)
tree811353271f8165fe91fd509354747d1180ed46ed /tools/checklicenses.py
parent99c75b2295f0fc18d8c64eff5622c2ec5433b930 (diff)
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
Diffstat (limited to 'tools/checklicenses.py')
-rwxr-xr-xtools/checklicenses.py1
1 files changed, 1 insertions, 0 deletions
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)',