summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorLucie Gérard <[email protected]>2024-06-07 15:00:19 +0200
committerLucie Gérard <[email protected]>2024-11-05 14:36:16 +0100
commit4c83657448f66ac0ee46900aff2e5a230eda49b0 (patch)
treee2b560a276c58fc6541ba31ccc2fdd925f4c073b /util
parent2f9b02acd4cbca5d8c0d7504df4c9e7bcbbb03ba (diff)
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 Pick-to: 6.8 Change-Id: I01023e862607777a5e710669ccd28bbf56091097 Reviewed-by: Edward Welbourne <[email protected]> Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'util')
-rw-r--r--util/aglfn/data/REUSE.toml7
-rw-r--r--util/gradientgen/REUSE.toml7
-rw-r--r--util/lexgen/REUSE.toml14
-rw-r--r--util/unicode/data/REUSE.toml7
-rw-r--r--util/x86simdgen/3rdparty/REUSE.toml8
-rw-r--r--util/x86simdgen/REUSE.toml20
6 files changed, 63 insertions, 0 deletions
diff --git a/util/aglfn/data/REUSE.toml b/util/aglfn/data/REUSE.toml
new file mode 100644
index 00000000000..ab02046740e
--- /dev/null
+++ b/util/aglfn/data/REUSE.toml
@@ -0,0 +1,7 @@
+version = 1
+
+[[annotations]]
+path = ["aglfn.txt"]
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright 2003, 2005-2008, 2010 Adobe Systems Incorporated."
+SPDX-License-Identifier = "BSD-3-Clause"
diff --git a/util/gradientgen/REUSE.toml b/util/gradientgen/REUSE.toml
new file mode 100644
index 00000000000..bb57cff45e7
--- /dev/null
+++ b/util/gradientgen/REUSE.toml
@@ -0,0 +1,7 @@
+version = 1
+
+[[annotations]]
+path = ["webgradients.css"]
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright (c) 2017 itmeo"
+SPDX-License-Identifier = "MIT"
diff --git a/util/lexgen/REUSE.toml b/util/lexgen/REUSE.toml
new file mode 100644
index 00000000000..a5081d017ce
--- /dev/null
+++ b/util/lexgen/REUSE.toml
@@ -0,0 +1,14 @@
+version = 1
+
+[[annotations]]
+path = ["tests/testdata/**", "test.lexgen"]
+comment = "test data"
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
+
+[[annotations]]
+path = ["lexgen.lexgen", "css3-simplified.lexgen"]
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
diff --git a/util/unicode/data/REUSE.toml b/util/unicode/data/REUSE.toml
new file mode 100644
index 00000000000..6c0b79c8e1a
--- /dev/null
+++ b/util/unicode/data/REUSE.toml
@@ -0,0 +1,7 @@
+version = 1
+
+[[annotations]]
+path = ["*.txt"]
+precedence = "closest"
+SPDX-FileCopyrightText = "© 2023 Unicode®, Inc."
+SPDX-License-Identifier = "Unicode-3.0"
diff --git a/util/x86simdgen/3rdparty/REUSE.toml b/util/x86simdgen/3rdparty/REUSE.toml
new file mode 100644
index 00000000000..d2186a2e018
--- /dev/null
+++ b/util/x86simdgen/3rdparty/REUSE.toml
@@ -0,0 +1,8 @@
+version = 1
+
+[[annotations]]
+path = ["**.conf"]
+comment = "assuming the .conf file have the same copyright and license as the .pl"
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright 2022 Intel Corporation"
+SPDX-License-Identifier = "Apache-2.0"
diff --git a/util/x86simdgen/REUSE.toml b/util/x86simdgen/REUSE.toml
new file mode 100644
index 00000000000..b9311d13368
--- /dev/null
+++ b/util/x86simdgen/REUSE.toml
@@ -0,0 +1,20 @@
+version = 1
+
+[[annotations]]
+path = ["3rdparty/*"]
+precedence = "closest"
+comment = "double check"
+SPDX-FileCopyrightText = "Copyright 2022 Intel Corporation."
+SPDX-License-Identifier = "Apache-2.0"
+
+[[annotations]]
+path = ["Makefile"]
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "BSD-3-Clause"
+
+[[annotations]]
+path = ["README.md"]
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"