Skip to content

Commit 0e7561f

Browse files
author
Cruz Monrreal
authored
Merge pull request #6848 from OPpuolitaival/licence_check
Check that no GPL licence inside code
2 parents 50cd664 + a4f8c07 commit 0e7561f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,9 @@ matrix:
260260
script:
261261
# Check that no changes after clone. This check that .gitattributes is used right way.
262262
- git diff --exit-code
263+
264+
- env:
265+
- NAME=licence_check
266+
script:
267+
- echo 'Checking that there is no GPL licence text in code'
268+
- ! git grep -q --ignore-case "gnu general public";

0 commit comments

Comments
 (0)