Relicense integration testing project under public domain/Unlicense

Fixes #813.
This commit is contained in:
Rémi Verschelde
2022-08-22 18:14:33 +02:00
parent f454253005
commit 9220e9dd34
6 changed files with 58 additions and 123 deletions

View File

@@ -17,7 +17,7 @@ while read -r f; do
continue
elif [[ "$f" == *"glsl" ]]; then
continue
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/input/InputManager"* ]]; then
elif [[ "$f" == "test/"* ]]; then
continue
fi