diff options
Diffstat (limited to '.tools')
-rwxr-xr-x | .tools/contributors.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.tools/contributors.sh b/.tools/contributors.sh index 0ca0ab2fd..6761f77bb 100755 --- a/.tools/contributors.sh +++ b/.tools/contributors.sh @@ -1,9 +1,5 @@ #!/bin/bash -echo "[FIXME][TODO] Our project is not using contributors check." -echo "[FIXME][TODO] This is an important error. We must auto-check licenses!" -exit 0 - source ./.tools/init.sh clientdata_init |