Those files are read by reuse to complement or override the copyright
and licensing information found in file.
The use of REUSE.toml files was introduced in REUSE version 3.1.0a1.
This reuse version is compatible with reuse specification
version 3.2 [1].
With this commit's files,
* The SPDX document generated by reuse spdx conforms to SPDX 2.3,
* The reuse lint command reports that the Qt project is reuse compliant.
[1]: https://reuse.software/spec-3.2/
Task-number: QTBUG-124453
Task-number: QTBUG-125211
Pick-to: 6.8
Change-Id: I01023e862607777a5e710669ccd28bbf56091097
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
The licenses are present in 3rd party directories. Those licenses are now
present in some SPDX tags or in REUSE.toml file. qtqa license test and
reuse need them to be in the LICENSES directory.
If the file with the license text is present in the 3rd party directory
a symlink is created. The license text is added as a new file when the
license present in the 3rd party is grouping more than one license text
in a given file.
Task-number: QTBUG-125569
Change-Id: I3e2471b435e83b2fcd024a4938d193a14712a460
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>