URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=934bcae204d7445d50ed0f96f5b2b02b08d41765
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
934bcae 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/17264
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from ac1b8b3 Move airpdcap's print_debug_line() to airpdcap_debug.h
adds 934bcae checklicenses: Fix a FIXME
Summary of changes:
tools/checklicenses.py | 49 ++++++++++++++++++++++++++++++++++++------------
1 file changed, 37 insertions(+), 12 deletions(-)