Wireshark-commits: [Wireshark-commits] master ba70b88: checklicenses: Remove whitelisted licenses n

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 9 Aug 2016 02:41:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ba70b88419c0282dd61b2384239874440f2594bc
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ba70b88 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    checklicenses: Remove whitelisted licenses not being used
    
    Removed a few licenses we shouldn't use (Apache v2, BSD 4-clause) and
    removed many others not currently being used. (Add on a need-to basis).
    
    Added GPLv3+ with Bison exception to licensecheck.pl.
    
    Also removed some crud to work around bugs for older licensecheck.pl versions.
    
    The original list came from the chromium project, which has a BSD-like license,
    and many more licenses in use, not all of them vetted for GPLv2+ compatibility.
    
    Change-Id: I67f334f21cd94904cf8a0e5d9beb659c82437df4
    Reviewed-on: https://code.wireshark.org/review/16966
    Petri-Dish: João Valverde <j@xxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  8a141fe   Use -r rather than -i for the "via stdin" tests.
    adds  ba70b88   checklicenses: Remove whitelisted licenses not being used


Summary of changes:
 tools/checklicenses.py |   65 +++---------------------------------------------
 tools/licensecheck.pl  |    4 +++
 2 files changed, 8 insertions(+), 61 deletions(-)