qt6-bb10/src/3rdparty
Lucie Gérard 27ae8dbab4 Add REUSE.toml files
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
Change-Id: I01023e862607777a5e710669ccd28bbf56091097
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
(cherry picked from commit 4c83657448f66ac0ee46900aff2e5a230eda49b0)
2024-11-07 08:38:49 +01:00
..
D3D12MemoryAllocator Add REUSE.toml files 2024-11-07 08:38:49 +01:00
VulkanMemoryAllocator Add REUSE.toml files 2024-11-07 08:38:49 +01:00
android Add REUSE.toml files 2024-11-07 08:38:49 +01:00
blake2 Add REUSE.toml files 2024-11-07 08:38:49 +01:00
dbus-ifaces Add REUSE.toml files 2024-11-07 08:38:49 +01:00
double-conversion Add REUSE.toml files 2024-11-07 08:38:49 +01:00
easing Add REUSE.toml files 2024-11-07 08:38:49 +01:00
forkfd Add REUSE.toml files 2024-11-07 08:38:49 +01:00
freetype Add REUSE.toml files 2024-11-07 08:38:49 +01:00
gradle Add REUSE.toml files 2024-11-07 08:38:49 +01:00
harfbuzz-ng Add REUSE.toml files 2024-11-07 08:38:49 +01:00
iaccessible2 Add REUSE.toml files 2024-11-07 08:38:49 +01:00
icc Add REUSE.toml files 2024-11-07 08:38:49 +01:00
libjpeg Add REUSE.toml files 2024-11-07 08:38:49 +01:00
libpng Add REUSE.toml files 2024-11-07 08:38:49 +01:00
libpsl Add REUSE.toml files 2024-11-07 08:38:49 +01:00
md4 Add REUSE.toml files 2024-11-07 08:38:49 +01:00
md4c Add REUSE.toml files 2024-11-07 08:38:49 +01:00
md5 Add REUSE.toml files 2024-11-07 08:38:49 +01:00
pcre2 Add REUSE.toml files 2024-11-07 08:38:49 +01:00
pixman Add REUSE.toml files 2024-11-07 08:38:49 +01:00
rfc6234 Add REUSE.toml files 2024-11-07 08:38:49 +01:00
sha1 Add REUSE.toml files 2024-11-07 08:38:49 +01:00
sha3 Add REUSE.toml files 2024-11-07 08:38:49 +01:00
siphash Core: Move SipHash implementation into separate file 2024-07-09 07:58:23 +00:00
sqlite Add REUSE.toml files 2024-11-07 08:38:49 +01:00
tinycbor Add REUSE.toml files 2024-11-07 08:38:49 +01:00
wasm Add REUSE.toml files 2024-11-07 08:38:49 +01:00
wintab Add REUSE.toml files 2024-11-07 08:38:49 +01:00
xcb Add REUSE.toml files 2024-11-07 08:38:49 +01:00
zlib Add REUSE.toml files 2024-11-07 08:38:49 +01:00
.gitattributes Mark gradlew with Unix eol endings as it is a script 2020-07-10 11:38:00 +02:00
CMakeLists.txt CMake: Annotate some targets with SBOM information 2024-06-17 15:54:26 +02:00
README
_clang-format Make clang-format ignore formatting of third party code 2020-08-06 13:35:30 +02:00

README

The libraries included here are the original packages, unpacked, and
with their version number removed from the directory name (for version
information, see the README files in the directories).

Certain files and subdirectories of the original library packages that
are irrelevant to Qt may not be included here. Typically, those are
the standalone library configuration and make files, tools, test
files, contribs, documentation, and similar.

Patches may have been applied, typically for configuration and build
issues in the Qt framework. Such patches can be reviewed in the the
public git repository; they will appear in the commit logs of each
library directory, following the latest clean version update commit.

The 'patches' subdirectory contains certain patches applied prior to
the start of the public git history, where the library has not been
updated since.