Check that no GPL licence inside code

pull/6848/head
Olli-Pekka Puolitaival 2018-05-09 13:31:18 +03:00
parent 24cebbaec3
commit a4f8c0789b
1 changed files with 6 additions and 0 deletions

View File

@ -260,3 +260,9 @@ matrix:
script:
# Check that no changes after clone. This check that .gitattributes is used right way.
- git diff --exit-code
- env:
- NAME=licence_check
script:
- echo 'Checking that there is no GPL licence text in code'
- ! git grep -q --ignore-case "gnu general public";