ci: Add SPDX/REUSE data.

This commit is contained in:
Ryan Pavlik 2020-10-30 17:31:46 -05:00 committed by Jakob Bornecrantz
parent 0684daae4f
commit a5946c942c
10 changed files with 24 additions and 1 deletions

View file

@ -1,4 +1,6 @@
#!/bin/sh
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
(
cd $(dirname $0)

View file

@ -1,4 +1,6 @@
#!/bin/sh
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
# Install the OpenXR SDK, whatever version, installed system-wide.
git clone https://github.com/KhronosGroup/OpenXR-SDK

View file

@ -1,4 +1,6 @@
#!/bin/bash
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
(
cd $(dirname $0)

View file

@ -0,0 +1,3 @@
Copyright 2020, Collabora, Ltd.
SPDX-License-Identifier: BSL-1.0

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2018-2020, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: CC0-1.0
[binaries]
c = '/usr/bin/i686-linux-gnu-gcc'
cpp = '/usr/bin/i686-linux-gnu-g++'

View file

@ -1,4 +1,7 @@
#!/bin/bash
# Copyright 2019-2020, Mesa contributors
# Copyright 2020, Collabora, Ltd.
# SPDX-License-Identifier: MIT
# Based on https://gitlab.freedesktop.org/mesa/mesa/-/blob/master/.gitlab-ci/container/x86_build.sh

View file

@ -1,4 +1,6 @@
#!/bin/sh
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
VERSION=r21
FN=android-ndk-${VERSION}-linux-x86_64.zip
wget https://dl.google.com/android/repository/$FN

View file

@ -0,0 +1,3 @@
Copyright 2020, Collabora, Ltd.
SPDX-License-Identifier: BSL-1.0

View file

@ -1,4 +1,6 @@
#!/bin/bash
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
(
cd $(dirname $0)

View file

@ -1,5 +1,6 @@
#!/bin/bash
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
(
cd $(dirname $0)
bash ./build-openxr-openhmd.sh