travis: add license check for gnu library license

pull/7911/head
Martin Kojtal 2018-08-28 14:43:10 +01:00
parent 32445ae326
commit 57870204eb
1 changed files with 1 additions and 0 deletions

View File

@ -268,3 +268,4 @@ matrix:
script:
- echo 'Checking that there is no GPL licence text in code'
- ! git grep -q --ignore-case "gnu general public";
- ! git grep -q --ignore-case "gnu library general public";