Wireshark-commits: [Wireshark-commits] master-2.0 f6ac082: checklicenses: Fix a FIXME

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 4 Jan 2017 14:33:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f6ac082713b35532c6ccfbfd447b7aade88b6799
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

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

    checklicenses: Fix a FIXME
    
    We do not whitelist GPLv2 only code because of the
    incompatibility with GPLv3.
    
    Move the path exception to its proper place. These files are
    dual-licensed in the sense of "choose one or the other", not
    "both licenses are in use".
    
    If the exception becomes unnecessary later it can be removed,
    but let's get rid of the FIXME until then.
    
    Change-Id: Ia040284b72c2ff6588b0544896cc37ae19a61613
    Reviewed-on: https://code.wireshark.org/review/16957
    Reviewed-by: João Valverde <j@xxxxxx>
    (cherry picked from commit e3009b0b1c78b25337c915fb66232314f769688c)
    Reviewed-on: https://code.wireshark.org/review/19506
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  3bcde98   checklicenses: Remove whitelisted licenses not being used
    adds  f6ac082   checklicenses: Fix a FIXME


Summary of changes:
 tools/checklicenses.py |   49 ++++++++++++++++++++++++++++++++++++------------
 1 file changed, 37 insertions(+), 12 deletions(-)