diff options
Diffstat (limited to 'scripts/setup-travis.sh')
-rwxr-xr-x | scripts/setup-travis.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/setup-travis.sh b/scripts/setup-travis.sh index 315ee3b2..c6a93c78 100755 --- a/scripts/setup-travis.sh +++ b/scripts/setup-travis.sh @@ -1,5 +1,8 @@ #!/bin/bash +# SPDX-FileCopyrightText: Allen Winter <winter@kde.org> +# SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0 + # things to do for travis-ci in the before_install section if [[ $TRAVIS_OS_NAME == 'osx' ]]; then |