Skip to content

Commit c10a9b5

Browse files
authored
Merge pull request #7911 from 0xc0170/fix_license_check
travis: add license check for gnu library license
2 parents eaa5102 + 5787020 commit c10a9b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,3 +267,4 @@ matrix:
267267
script:
268268
- echo 'Checking that there is no GPL licence text in code'
269269
- ! git grep -q --ignore-case "gnu general public";
270+
- ! git grep -q --ignore-case "gnu library general public";

0 commit comments

Comments
 (0)