aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm
diff options
context:
space:
mode:
authorLucie Gérard <[email protected]>2024-08-22 18:29:35 +0200
committerLucie Gérard <[email protected]>2024-10-29 14:00:19 +0200
commit49eacf98d5e8857282735dc4356f20de8302908c (patch)
tree2f6043a1be0c15375c12fe9e98f0b3db3af610a0 /src/3rdparty/masm
parent385e502b84b3f19deb80a2b03da8ccf07e6ecab8 (diff)
Add REUSE.toml files and missing licenses
REUSE.toml 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. In order to be reuse compliant all the licenses referenced in file or within a REUSE.toml files must be present in the LICENSES directory at the base of the module. The missing licenses are added. [1]: https://reuse.software/spec-3.2/ Task-number: QTBUG-124453 Task-number: QTBUG-125211 Change-Id: I5a83879a7fee1bba046b2c53d9727dc0cde05c25 Reviewed-by: Ulf Hermann <[email protected]> Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'src/3rdparty/masm')
-rw-r--r--src/3rdparty/masm/REUSE.toml36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/3rdparty/masm/REUSE.toml b/src/3rdparty/masm/REUSE.toml
new file mode 100644
index 0000000000..0854703935
--- /dev/null
+++ b/src/3rdparty/masm/REUSE.toml
@@ -0,0 +1,36 @@
+version = 1
+
+[[annotations]]
+path = ["assembler/*"]
+precedence = "closest"
+SPDX-License-Identifier = "BSD-2-Clause"
+
+[[annotations]]
+path = ["disassembler/**"]
+precedence = "closest"
+SPDX-License-Identifier = "BSD-2-Clause"
+
+[[annotations]]
+path = ["wtf/*"]
+precedence = "closest"
+SPDX-License-Identifier = "BSD-2-Clause"
+
+[[annotations]]
+path = ["yarr/*"]
+precedence = "closest"
+SPDX-License-Identifier = "BSD-2-Clause"
+
+[[annotations]]
+path = ["jit/JITCompilationEffort.h",
+ "runtime/MatchResult.h",
+ "stubs/runtime/RegExpKey.h"]
+precedence = "closest"
+SPDX-License-Identifier = "BSD-2-Clause"
+
+
+[[annotations]]
+path = ["disassembler/udis86/differences.txt",
+ "disassembler/udis86/optable.xml"]
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright None"
+SPDX-License-Identifier = "Unlicense"