mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7911 from 0xc0170/fix_license_check
travis: add license check for gnu library licensepull/8261/head
commit
c10a9b5f77
|
@ -267,3 +267,4 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- echo 'Checking that there is no GPL licence text in code'
|
- 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 general public";
|
||||||
|
- ! git grep -q --ignore-case "gnu library general public";
|
||||||
|
|
Loading…
Reference in New Issue