The open source OpenXR runtime

ci: Add SPDX/REUSE data.

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
a5946c94 0684daae

+24 -1
+2
.gitlab-ci/arch_container_prep.sh
··· 1 1 #!/bin/sh 2 + # Copyright 2018-2020, Collabora, Ltd. and the Monado contributors 3 + # SPDX-License-Identifier: BSL-1.0 2 4 3 5 ( 4 6 cd $(dirname $0)
+2
.gitlab-ci/build-openxr-openhmd.sh
··· 1 1 #!/bin/sh 2 + # Copyright 2018-2020, Collabora, Ltd. and the Monado contributors 3 + # SPDX-License-Identifier: BSL-1.0 2 4 3 5 # Install the OpenXR SDK, whatever version, installed system-wide. 4 6 git clone https://github.com/KhronosGroup/OpenXR-SDK
+2
.gitlab-ci/debian_container_prep.sh
··· 1 1 #!/bin/bash 2 + # Copyright 2018-2020, Collabora, Ltd. and the Monado contributors 3 + # SPDX-License-Identifier: BSL-1.0 2 4 3 5 ( 4 6 cd $(dirname $0)
+3
.gitlab-ci/distributions.license
··· 1 + Copyright 2020, Collabora, Ltd. 2 + 3 + SPDX-License-Identifier: BSL-1.0
+3
.gitlab-ci/i386-cross.txt
··· 1 + # SPDX-FileCopyrightText: 2018-2020, Collabora, Ltd. and the Monado contributors 2 + # SPDX-License-Identifier: CC0-1.0 3 + 1 4 [binaries] 2 5 c = '/usr/bin/i686-linux-gnu-gcc' 3 6 cpp = '/usr/bin/i686-linux-gnu-g++'
+3
.gitlab-ci/install-cross.sh
··· 1 1 #!/bin/bash 2 + # Copyright 2019-2020, Mesa contributors 3 + # Copyright 2020, Collabora, Ltd. 4 + # SPDX-License-Identifier: MIT 2 5 3 6 # Based on https://gitlab.freedesktop.org/mesa/mesa/-/blob/master/.gitlab-ci/container/x86_build.sh 4 7
+2
.gitlab-ci/install-ndk.sh
··· 1 1 #!/bin/sh 2 + # Copyright 2018-2020, Collabora, Ltd. and the Monado contributors 3 + # SPDX-License-Identifier: BSL-1.0 2 4 VERSION=r21 3 5 FN=android-ndk-${VERSION}-linux-x86_64.zip 4 6 wget https://dl.google.com/android/repository/$FN
+3
.gitlab-ci/localhost.json.license
··· 1 + Copyright 2020, Collabora, Ltd. 2 + 3 + SPDX-License-Identifier: BSL-1.0
+2
.gitlab-ci/ndk_container_prep.sh
··· 1 1 #!/bin/bash 2 + # Copyright 2018-2020, Collabora, Ltd. and the Monado contributors 3 + # SPDX-License-Identifier: BSL-1.0 2 4 3 5 ( 4 6 cd $(dirname $0)
+2 -1
.gitlab-ci/ubuntu_container_prep.sh
··· 1 1 #!/bin/bash 2 - 2 + # Copyright 2018-2020, Collabora, Ltd. and the Monado contributors 3 + # SPDX-License-Identifier: BSL-1.0 3 4 ( 4 5 cd $(dirname $0) 5 6 bash ./build-openxr-openhmd.sh