Merge pull request #6848 from OPpuolitaival/licence_check

Check that no GPL licence inside code
pull/6969/merge
Cruz Monrreal 2018-06-04 10:44:32 -05:00 committed by GitHub
commit 0e7561f2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";