mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 17:38:27 +00:00
doc: Add spdx tags.
This commit is contained in:
parent
db952b277c
commit
ae62cfbaf6
|
@ -6,6 +6,10 @@ Files: doc/changes/drivers/*
|
||||||
doc/changes/misc_features/*
|
doc/changes/misc_features/*
|
||||||
doc/changes/misc_fixes/*
|
doc/changes/misc_fixes/*
|
||||||
doc/changes/state_trackers/*
|
doc/changes/state_trackers/*
|
||||||
|
doc/changes/ipc/*
|
||||||
|
doc/changes/xrt/*
|
||||||
|
doc/changes/auxiliary/*
|
||||||
|
doc/changes/compositor/*
|
||||||
Copyright: 2020, Collabora, Ltd. and the Monado contributors
|
Copyright: 2020, Collabora, Ltd. and the Monado contributors
|
||||||
License: CC0-1.0
|
License: CC0-1.0
|
||||||
Comment: Prevents needing a license header per fragment between releases.
|
Comment: Prevents needing a license header per fragment between releases.
|
||||||
|
|
12
README.md
12
README.md
|
@ -1,5 +1,13 @@
|
||||||
# Monado - XR Runtime (XRT)
|
# Monado - XR Runtime (XRT)
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Copyright 2018-2020, Collabora, Ltd.
|
||||||
|
SPDX-License-Identifier: CC-BY-4.0
|
||||||
|
|
||||||
|
This must stay in sync with the last section!
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
> * Promotional homepage: <https://monado.dev>
|
> * Promotional homepage: <https://monado.dev>
|
||||||
> * Maintained at <https://gitlab.freedesktop.org/monado/monado>
|
> * Maintained at <https://gitlab.freedesktop.org/monado/monado>
|
||||||
> * Latest API documentation: <https://monado.pages.freedesktop.org/monado>
|
> * Latest API documentation: <https://monado.pages.freedesktop.org/monado>
|
||||||
|
@ -266,7 +274,7 @@ reported by contacting:
|
||||||
|
|
||||||
For this file only:
|
For this file only:
|
||||||
|
|
||||||
> Copyright 2018-2019 Collabora, Ltd.
|
> Copyright 2018-2020, Collabora, Ltd.
|
||||||
> Code of Conduct section: excerpt adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.4.1,
|
> Code of Conduct section: excerpt adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.4.1,
|
||||||
> available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>,
|
> available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>,
|
||||||
> and from the freedesktop.org-specific version of that code,
|
> and from the freedesktop.org-specific version of that code,
|
||||||
|
@ -274,3 +282,5 @@ For this file only:
|
||||||
>
|
>
|
||||||
>
|
>
|
||||||
> SPDX-License-Identifier: CC-BY-4.0
|
> SPDX-License-Identifier: CC-BY-4.0
|
||||||
|
|
||||||
|
<!-- This must stay in sync with the comment at the start! -->
|
||||||
|
|
2466
doc/Doxyfile.in
2466
doc/Doxyfile.in
File diff suppressed because it is too large
Load diff
3
doc/images/in-process.drawio.svg.license
Normal file
3
doc/images/in-process.drawio.svg.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Copyright 2020, Collabora, Ltd.
|
||||||
|
|
||||||
|
SPDX-License-Identifier: BSL-1.0
|
|
@ -0,0 +1,3 @@
|
||||||
|
Copyright 2020, Collabora, Ltd.
|
||||||
|
|
||||||
|
SPDX-License-Identifier: BSL-1.0
|
3
doc/images/out-of-proc.drawio.svg.license
Normal file
3
doc/images/out-of-proc.drawio.svg.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Copyright 2020, Collabora, Ltd.
|
||||||
|
|
||||||
|
SPDX-License-Identifier: BSL-1.0
|
|
@ -1,5 +1,10 @@
|
||||||
# Monado
|
# Monado
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
|
||||||
|
SPDX-License-Identifier: BSL-1.0
|
||||||
|
-->
|
||||||
|
|
||||||
This documentation is intended for developers wanting to dive into the code of
|
This documentation is intended for developers wanting to dive into the code of
|
||||||
Monado. And assumes that you have read [README.md][], the file also holds
|
Monado. And assumes that you have read [README.md][], the file also holds
|
||||||
getting started information and general documentation.
|
getting started information and general documentation.
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
# Roadmap
|
# Roadmap
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
|
||||||
|
SPDX-License-Identifier: BSL-1.0
|
||||||
|
-->
|
||||||
|
|
||||||
## Short term
|
## Short term
|
||||||
|
|
||||||
* **cmake**: Make a proper FindXCB.cmake file.
|
* **cmake**: Make a proper FindXCB.cmake file.
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
# Understanding and Writing Targets
|
# Understanding and Writing Targets
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
|
||||||
|
SPDX-License-Identifier: BSL-1.0
|
||||||
|
-->
|
||||||
|
|
||||||
Monado is designed to be a collection of related but independent modules. The
|
Monado is designed to be a collection of related but independent modules. The
|
||||||
final build product that brings all the desired components together, potentially
|
final build product that brings all the desired components together, potentially
|
||||||
with additional code, is called the "target". There are several targets included
|
with additional code, is called the "target". There are several targets included
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
# Writing a new driver
|
# Writing a new driver
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
|
||||||
|
SPDX-License-Identifier: BSL-1.0
|
||||||
|
-->
|
||||||
|
|
||||||
This document will tell you in broad strokes what you need to do to create a
|
This document will tell you in broad strokes what you need to do to create a
|
||||||
driver in Monado. Like the many ones already in there @ref drv. It is not a step
|
driver in Monado. Like the many ones already in there @ref drv. It is not a step
|
||||||
by step guide to making a driver. Also what you need to do can vary a lot
|
by step guide to making a driver. Also what you need to do can vary a lot
|
||||||
|
|
5
src/external/glad/url.txt
vendored
5
src/external/glad/url.txt
vendored
|
@ -1,3 +1,8 @@
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2020, Collabora, Ltd. and the Monado contributors
|
||||||
|
SPDX-License-Identifier: CC0-1.0
|
||||||
|
-->
|
||||||
|
|
||||||
http://gen.glad.sh/#profile=gl%3Dcore%2Cgles1%3Dcommon&api=egl%3D1.4%2Cgl%3D4.5%2Cgles2%3D3.2&extensions=EGL_ANDROID_get_native_client_buffer%2CEGL_ANDROID_image_native_buffer%2CEGL_EXT_image_dma_buf_import%2CEGL_EXT_image_dma_buf_import_modifiers%2CEGL_KHR_image%2CEGL_KHR_platform_android%2CGL_EXT_memory_object%2CGL_EXT_memory_object_fd%2CGL_EXT_memory_object_win32%2CGL_OES_EGL_image%2CGL_OES_EGL_image_external%2CGL_OES_EGL_image_external_essl3&options=MERGE%2CMERGE&generator=c
|
http://gen.glad.sh/#profile=gl%3Dcore%2Cgles1%3Dcommon&api=egl%3D1.4%2Cgl%3D4.5%2Cgles2%3D3.2&extensions=EGL_ANDROID_get_native_client_buffer%2CEGL_ANDROID_image_native_buffer%2CEGL_EXT_image_dma_buf_import%2CEGL_EXT_image_dma_buf_import_modifiers%2CEGL_KHR_image%2CEGL_KHR_platform_android%2CGL_EXT_memory_object%2CGL_EXT_memory_object_fd%2CGL_EXT_memory_object_win32%2CGL_OES_EGL_image%2CGL_OES_EGL_image_external%2CGL_OES_EGL_image_external_essl3&options=MERGE%2CMERGE&generator=c
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue