Skip to content

Spdx reuse

Rylie Pavlik requested to merge rpavlik/monado:spdx-reuse into master

This gets us almost to REUSE compliance:

reuse lint
# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* src\xrt\drivers\north_star\v1_example_config.json
* src\xrt\drivers\north_star\v2_example_config.json
* src\xrt\targets\openxr_android\src\main\res\raw\bsl_1_0.txt


# SUMMARY

* Bad licenses:
* Deprecated licenses:
* Licenses without file extension:
* Missing licenses:
* Unused licenses:
* Used licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, BSL-1.0, CC-BY-4.0, CC0-1.0, LicenseRef-Khronos-Free-Use-License-for-Software-and-Documentation, MIT
* Read errors: 0
* Files with copyright information: 735 / 738
* Files with license information: 735 / 738

Unfortunately, your project is not compliant with version 3.0 of the REUSE Specification :-(

I have a separate MR for the north star stuff, and ideally the android license thing would just happen at build-time.

Merge request reports