diff --git a/.reuse/dep5 b/.reuse/dep5 index 1426375cf6..d9c75bad57 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -8,8 +8,8 @@ Source: https://github.com/KhronosGroup/KTX-Software # general wildcards go first. # The majority of images & icons fall under the Khronos license -Files: */*.png */*.ktx */*.ico */*.icns */*.jpg */*.pam */*.pgm */*.ppm */*.ktx */*.ktx2 */*.basis */*.pspimage -Copyright: 2015-2020 The Khronos Group Inc. +Files: */*.bmp */*.png */*.ico */*.icns */*.jpg */*.pam */*.pgm */*.ppm */*.ktx */*.ktx2 */*.basis */*.pspimage +Copyright: 2015-2022 The Khronos Group Inc. License: Apache-2.0 ## Exceptions to the above ... diff --git a/.travis.yml b/.travis.yml index 2e621ecffa..f2dac29171 100644 --- a/.travis.yml +++ b/.travis.yml @@ -168,7 +168,9 @@ install: case "${TRAVIS_OS_NAME:-linux}" in linux) if [ "$CHECK_REUSE" = "YES" -o "$CHECK_REUSE" = "ONLY" ]; then + set -e # because the if below swallows a bad exit status. pip3 install reuse + set +e fi if [ "$CHECK_REUSE" != "ONLY" -a "$WASM_BUILD" != "YES" ]; then ./ci_scripts/install_linux.sh @@ -202,7 +204,9 @@ script: echo "CHECK_REUSE = $CHECK_REUSE" if [ "$CHECK_REUSE" = "YES" -o "$CHECK_REUSE" = "ONLY" ]; then echo "Calling reuse lint." + set -e # because the if below swallows a bad exit status. reuse lint + set +e fi if [ "$CHECK_REUSE" != "ONLY" ]; then if [ "$WASM_BUILD" = "YES" ]; then diff --git a/interface/java_binding/src/main/cpp/ktx-jni.manifest.in b/interface/java_binding/src/main/cpp/ktx-jni.manifest.in index 6eb9d78251..f539d78fc5 100644 --- a/interface/java_binding/src/main/cpp/ktx-jni.manifest.in +++ b/interface/java_binding/src/main/cpp/ktx-jni.manifest.in @@ -1,6 +1,6 @@ - +