The open source OpenXR runtime

xrt: Add missing SPDX tags

+43 -2
+2
.clang-tidy
··· 1 1 --- 2 + # SPDX-License-Identifier: CC0-1.0 3 + # SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors 2 4 # Ideally we'd turn back on a few of these that are disabled near the end 3 5 Checks: 'clang-diagnostic-*,clang-analyzer-*,performance-*,bugprone-*,cert-*,readability-*,misc-*,-modernize-*,-clang-analyzer-security.insecureAPI.strcpy,-bugprone-macro-parentheses,-readability-braces-around-statements,-misc-unused-parameters,-readability-implicit-bool-conversion,-clang-diagnostic-missing-field-initializers,-clang-diagnostic-missing-braces' 4 6 WarningsAsErrors: ''
+3
.editorconfig
··· 1 1 # To use this config on you editor, follow the instructions at: 2 2 # http://editorconfig.org 3 3 4 + # SPDX-License-Identifier: CC0-1.0 5 + # SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors 6 + 4 7 root = true 5 8 6 9 [*]
+3
.gitignore
··· 1 + # SPDX-License-Identifier: CC0-1.0 2 + # SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors 3 + 1 4 # Ignore build products 2 5 CMakeCache.txt 3 6 CMakeLists.txt.user
+3
.gitlab-ci.yml
··· 1 + # SPDX-License-Identifier: CC0-1.0 2 + # SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors 3 + 1 4 variables: 2 5 UPSTREAM_REPO: monado/monado 3 6
+1
cmake/FindEGL.cmake
··· 32 32 # 33 33 # Since pre-1.0.0. 34 34 35 + # SPDX-License-Identifier: BSD-3-Clause 35 36 #============================================================================= 36 37 # Copyright 2014 Alex Merry <alex.merry@kde.org> 37 38 # Copyright 2014 Martin Gräßlin <mgraesslin@kde.org>
+1
cmake/FindHIDAPI.cmake
··· 45 45 # 46 46 # Copyright Iowa State University 2009-2010. 47 47 # Copyright Collabora, Ltd. 2019. 48 + # SPDX-License-Identifier: BSL-1.0 48 49 # Distributed under the Boost Software License, Version 1.0. 49 50 # (See accompanying file LICENSE_1_0.txt or copy at 50 51 # http://www.boost.org/LICENSE_1_0.txt)
+1
cmake/FindLibcheck.cmake
··· 1 1 # Copyright 2019 Collabora, Ltd. 2 + # SPDX-License-Identifier: BSL-1.0 2 3 # Distributed under the Boost Software License, Version 1.0. 3 4 # (See accompanying file LICENSE_1_0.txt or copy at 4 5 # http://www.boost.org/LICENSE_1_0.txt)
+1
cmake/FindLibusb1.cmake
··· 19 19 # Iowa State University HCI Graduate Program/VRAC 20 20 # 21 21 # Copyright Iowa State University 2009-2010. 22 + # SPDX-License-Identifier: BSL-1.0 22 23 # Distributed under the Boost Software License, Version 1.0. 23 24 # (See accompanying file LICENSE_1_0.txt or copy at 24 25 # http://www.boost.org/LICENSE_1_0.txt)
+1
cmake/FindOpenHMD.cmake
··· 1 1 # Copyright 2019 Collabora, Ltd. 2 + # SPDX-License-Identifier: BSL-1.0 2 3 # Distributed under the Boost Software License, Version 1.0. 3 4 # (See accompanying file LICENSE_1_0.txt or copy at 4 5 # http://www.boost.org/LICENSE_1_0.txt)
+2 -1
cmake/Findudev.cmake
··· 14 14 # FindPackageHandleStandardArgs (known included with CMake >=2.6.2) 15 15 # 16 16 # Original Author: 17 - # 2014 Kevin M. Godby <kevin@godby.org> 17 + # Copyright 2014 Kevin M. Godby <kevin@godby.org> 18 + # SPDX-License-Identifier: BSL-1.0 18 19 # 19 20 # Distributed under the Boost Software License, Version 1.0. 20 21 # (See accompanying file LICENSE_1_0.txt or copy at
+5
doc/CHANGELOG.md
··· 1 1 # Changelog for Monado 2 2 3 + ```txt 4 + SPDX-License-Identifier: CC0-1.0 5 + SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Monado contributors 6 + ``` 7 + 3 8 ## Monado 0.1.0 (2020-02-24) 4 9 5 10 Initial (non-release) tag to promote/support packaging.
+2
src/xrt/.clang-format
··· 1 1 --- 2 + # SPDX-LicenseIdentifier: CC0-1.0 3 + # SPDX-FileCopyrightText: 2019, Collabora, Ltd. 2 4 Language: Cpp 3 5 BasedOnStyle: LLVM 4 6 Standard: Auto
+5 -1
src/xrt/state_trackers/dev/README.md
··· 1 + # OpenXR device layer integrator 1 2 2 - # OpenXR device layer integrator 3 + ```txt 4 + Copyright 2019, Collabora, Ltd. 5 + SPDX-License-Identifier: BSL-1.0 6 + ``` 3 7 4 8 This is where the device layer integrator code will go. It takes one or more 5 9 xrt_device and plugs that into the OpenXR device layer interface, once the
+1
src/xrt/targets/openxr/active_runtime.cmake
··· 1 + # Copyright 2019, Benjamin Saunders <ben.e.saunders@gmail.com> 1 2 # SPDX-License-Identifier: BSL-1.0 2 3 3 4 include(GNUInstallDirs)
+5
src/xrt/targets/openxr/install_active_runtime.sh
··· 1 1 #!/bin/sh -eux 2 + # Copyright 2019, Drew DeVault <sir@cmpwn.com> 3 + # SPDX-License-Identifier: BSL-1.0 4 + # 5 + # Used by the Meson build only. 6 + 2 7 sysconfdir="$DESTDIR"/"$1" 3 8 manifest="$2" 4 9 xrversion="$3"
+5
src/xrt/targets/openxr/libopenxr.version
··· 1 + /* 2 + * Copyright 2018-2020, Collabora, Ltd. 3 + * SPDX-License-Identifier: BSL-1.0 4 + */ 5 + 1 6 OPENXR { 2 7 global: xrNegotiateLoaderRuntimeInterface; # Only one exported symbol. 3 8 local: *; # Hide everything else.
+2
src/xrt/targets/openxr/make_manifest.cmake
··· 1 + # Copyright 2019, Collabora, Ltd. 2 + # Copyright 2019, Benjamin Saunders <ben.e.saunders@gmail.com> 1 3 # SPDX-License-Identifier: BSL-1.0 2 4 3 5 # Get input from main CMake script