Merge pull request #9492 from cmonr/travisCI-fix-license_check

Travis CI: Fix for license check job
pull/9509/head
Martin Kojtal 2019-01-25 12:33:21 +01:00 committed by GitHub
commit daefce6bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -302,9 +302,9 @@ matrix:
- env: - env:
- NAME=licence_check - NAME=licence_check
script: script:
- echo 'Checking that there is no GPL licence text in code' - >-
- ! git grep -q --ignore-case "gnu general public"; ! grep --recursive --max-count=100 --ignore-case --exclude .travis.yml \
- ! git grep -q --ignore-case "gnu library general public"; "gnu general\|gnu lesser\|lesser general\|public license"
- env: - env:
- NAME=include_check - NAME=include_check