URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3bcde98db96c7509f5319b689df6b67a4524975c
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
3bcde98 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/19504
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 54f3fb1 checklicenses.py: Remove some boilerplate from upstream
adds 3bcde98 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(-)