Skip to content

Commit a4f8c07

Browse files
author
Olli-Pekka Puolitaival
committed
Check that no GPL licence inside code
1 parent 24cebba commit a4f8c07

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)