Wireshark-commits: [Wireshark-commits] master-2.2 efbbb8d: Add licensecheck.pl to our /tools direct
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=efbbb8de694883001b80540cb98d57a76d767820
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
efbbb8d by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Add licensecheck.pl to our /tools directory and use it
Source: https://anonscm.debian.org/cgit/collab-maint/devscripts.git/plain/scripts/licensecheck.pl?h=v2.16.2
Removed regex to check files without an extension.
Change-Id: Icf98d0da2d201731da7134799ead0d2dc5c3fc39
Reviewed-on: https://code.wireshark.org/review/16913
Petri-Dish: João Valverde <j@xxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: João Valverde <j@xxxxxx>
(cherry picked from commit 57be744df5a2e9c43a42544909c533733565291a)
Reviewed-on: https://code.wireshark.org/review/17055
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from db6718d Allocate all the wmem maps with epan scope.
adds efbbb8d Add licensecheck.pl to our /tools directory and use it
Summary of changes:
tools/checklicenses.py | 79 +++--
tools/licensecheck.pl | 817 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 876 insertions(+), 20 deletions(-)
create mode 100755 tools/licensecheck.pl