mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 17:38:27 +00:00
xrt: Add missing SPDX tags
This commit is contained in:
parent
33236fb20a
commit
377ae07e53
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
|
||||
# Ideally we'd turn back on a few of these that are disabled near the end
|
||||
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'
|
||||
WarningsAsErrors: ''
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# To use this config on you editor, follow the instructions at:
|
||||
# http://editorconfig.org
|
||||
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
|
||||
|
||||
# Ignore build products
|
||||
CMakeCache.txt
|
||||
CMakeLists.txt.user
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
|
||||
|
||||
variables:
|
||||
UPSTREAM_REPO: monado/monado
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#
|
||||
# Since pre-1.0.0.
|
||||
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#=============================================================================
|
||||
# Copyright 2014 Alex Merry <alex.merry@kde.org>
|
||||
# Copyright 2014 Martin Gräßlin <mgraesslin@kde.org>
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
#
|
||||
# Copyright Iowa State University 2009-2010.
|
||||
# Copyright Collabora, Ltd. 2019.
|
||||
# SPDX-License-Identifier: BSL-1.0
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Copyright 2019 Collabora, Ltd.
|
||||
# SPDX-License-Identifier: BSL-1.0
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
# Iowa State University HCI Graduate Program/VRAC
|
||||
#
|
||||
# Copyright Iowa State University 2009-2010.
|
||||
# SPDX-License-Identifier: BSL-1.0
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Copyright 2019 Collabora, Ltd.
|
||||
# SPDX-License-Identifier: BSL-1.0
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
# FindPackageHandleStandardArgs (known included with CMake >=2.6.2)
|
||||
#
|
||||
# Original Author:
|
||||
# 2014 Kevin M. Godby <kevin@godby.org>
|
||||
# Copyright 2014 Kevin M. Godby <kevin@godby.org>
|
||||
# SPDX-License-Identifier: BSL-1.0
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog for Monado
|
||||
|
||||
```txt
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Monado contributors
|
||||
```
|
||||
|
||||
## Monado 0.1.0 (2020-02-24)
|
||||
|
||||
Initial (non-release) tag to promote/support packaging.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
# SPDX-LicenseIdentifier: CC0-1.0
|
||||
# SPDX-FileCopyrightText: 2019, Collabora, Ltd.
|
||||
Language: Cpp
|
||||
BasedOnStyle: LLVM
|
||||
Standard: Auto
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
|
||||
# OpenXR device layer integrator
|
||||
|
||||
```txt
|
||||
Copyright 2019, Collabora, Ltd.
|
||||
SPDX-License-Identifier: BSL-1.0
|
||||
```
|
||||
|
||||
This is where the device layer integrator code will go. It takes one or more
|
||||
xrt_device and plugs that into the OpenXR device layer interface, once the
|
||||
device layer has been finalized.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Copyright 2019, Benjamin Saunders <ben.e.saunders@gmail.com>
|
||||
# SPDX-License-Identifier: BSL-1.0
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
#!/bin/sh -eux
|
||||
# Copyright 2019, Drew DeVault <sir@cmpwn.com>
|
||||
# SPDX-License-Identifier: BSL-1.0
|
||||
#
|
||||
# Used by the Meson build only.
|
||||
|
||||
sysconfdir="$DESTDIR"/"$1"
|
||||
manifest="$2"
|
||||
xrversion="$3"
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
* Copyright 2018-2020, Collabora, Ltd.
|
||||
* SPDX-License-Identifier: BSL-1.0
|
||||
*/
|
||||
|
||||
OPENXR {
|
||||
global: xrNegotiateLoaderRuntimeInterface; # Only one exported symbol.
|
||||
local: *; # Hide everything else.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright 2019, Collabora, Ltd.
|
||||
# Copyright 2019, Benjamin Saunders <ben.e.saunders@gmail.com>
|
||||
# SPDX-License-Identifier: BSL-1.0
|
||||
|
||||
# Get input from main CMake script
|
||||
|
|
Loading…
Reference in a new issue