Tox: Add GPL license checker 34/30234/5
authorVratko Polak <vrpolak@cisco.com>
Wed, 9 Dec 2020 14:50:06 +0000 (15:50 +0100)
committerVratko Polak <vrpolak@cisco.com>
Wed, 9 Dec 2020 14:50:06 +0000 (15:50 +0100)
commite2fc8a8dc9a6d5433b9a51c437da2b40f1214738
tree077da70e7fbb7ccffa666f753f49cf6a62c85f13
parent0bb14d79edb065bc97fdd11a7bfa7d1605266e08
Tox: Add GPL license checker

A common mistage is to add a file into GPL directory,
with Apache license only.
This adds a tox checker to vote -1 on such changes,
gpl_license.log contains the list of affected files.

There are TODOs related to unlicensed files
or unconventional GPL licenses.

Change-Id: I267e4fb98afd199d5acc7d211068b28c97b31dc9
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
resources/libraries/bash/entry/check/copyright_year.sh
resources/libraries/bash/entry/check/gpl_license.sh [new file with mode: 0644]
tox.ini