Wireshark-commits: [Wireshark-commits] master-2.2 5cddd30: checklicenses: Remove whitelisted licens
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 15 Aug 2016 00:09:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5cddd3097bf56d41013d16fd0b84185c9beb05a9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

5cddd30 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>
    (cherry picked from commit ba70b88419c0282dd61b2384239874440f2594bc)
    Reviewed-on: https://code.wireshark.org/review/17057
    

Actions performed:

    from  bec267e   checklicenses.py: Remove some boilerplate from upstream
    adds  5cddd30   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(-)