summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-10-01 12:24:54 +0200
committerLucie Gérard <lucie.gerard@qt.io>2024-10-31 22:39:07 +0200
commitcf5db2b9242facf4797a7779ae50916326f75d0b (patch)
tree62ff7e84bdd8b016cc17f44a5d6891ad32d05416 /examples
parente8d6197d85f025bd5040e17fc1038b085ccfe615 (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 file 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 Pick-to: 6.8 Change-Id: Ic8c34b884bae1151f5d912f375bf87378e6e9a3d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/webenginequick/quicknanobrowser/icons/3rdparty/REUSE.toml15
-rw-r--r--examples/webenginewidgets/contentmanipulation/REUSE.toml8
-rw-r--r--examples/webenginewidgets/cookiebrowser/3rdparty/REUSE.toml15
-rw-r--r--examples/webenginewidgets/permissionbrowser/resources/3rdparty/REUSE.toml15
-rw-r--r--examples/webenginewidgets/recipebrowser/assets/3rdparty/REUSE.toml13
-rw-r--r--examples/webenginewidgets/simplebrowser/data/3rdparty/REUSE.toml15
6 files changed, 81 insertions, 0 deletions
diff --git a/examples/webenginequick/quicknanobrowser/icons/3rdparty/REUSE.toml b/examples/webenginequick/quicknanobrowser/icons/3rdparty/REUSE.toml
new file mode 100644
index 000000000..62a59c992
--- /dev/null
+++ b/examples/webenginequick/quicknanobrowser/icons/3rdparty/REUSE.toml
@@ -0,0 +1,15 @@
+version = 1
+
+[[annotations]]
+path = "*.png"
+precedence = "closest"
+SPDX-FileCopyrightText = ["Ulisse Perusin <uli.peru@gmail.com>",
+ "Steven Garrity <sgarrity@silverorange.com>",
+ "Lapo Calamandrei <calamandrei@gmail.com>",
+ "Ryan Collier <rcollier@novell.com>",
+ "Rodney Dawes <dobey@novell.com>",
+ "Andreas Nilsson <nisses.mail@home.se>",
+ "Tuomas Kuosmanen <tigert@tigert.com>",
+ "Garrett LeSage <garrett@novell.com>",
+ "Jakub Steiner <jimmac@novell.com>"]
+SPDX-License-Identifier = "LicenseRef-Tango-Icons-Public-Domain"
diff --git a/examples/webenginewidgets/contentmanipulation/REUSE.toml b/examples/webenginewidgets/contentmanipulation/REUSE.toml
new file mode 100644
index 000000000..f648b36f2
--- /dev/null
+++ b/examples/webenginewidgets/contentmanipulation/REUSE.toml
@@ -0,0 +1,8 @@
+version = 1
+
+[[annotations]]
+path = "jquery.min.js"
+comment = "license is not reuse readable."
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright (c) 2009 John Resig"
+SPDX-License-Identifier = "MIT"
diff --git a/examples/webenginewidgets/cookiebrowser/3rdparty/REUSE.toml b/examples/webenginewidgets/cookiebrowser/3rdparty/REUSE.toml
new file mode 100644
index 000000000..340d98c03
--- /dev/null
+++ b/examples/webenginewidgets/cookiebrowser/3rdparty/REUSE.toml
@@ -0,0 +1,15 @@
+version = 1
+
+[[annotations]]
+path = "view-refresh.png"
+precedence = "closest"
+SPDX-FileCopyrightText = ["Ulisse Perusin <uli.peru@gmail.com>",
+ "Steven Garrity <sgarrity@silverorange.com>",
+ "Lapo Calamandrei <calamandrei@gmail.com>",
+ "Ryan Collier <rcollier@novell.com>",
+ "Rodney Dawes <dobey@novell.com>",
+ "Andreas Nilsson <nisses.mail@home.se>",
+ "Tuomas Kuosmanen <tigert@tigert.com>",
+ "Garrett LeSage <garrett@novell.com>",
+ "Jakub Steiner <jimmac@novell.com>"]
+SPDX-License-Identifier = "LicenseRef-Tango-Icons-Public-Domain"
diff --git a/examples/webenginewidgets/permissionbrowser/resources/3rdparty/REUSE.toml b/examples/webenginewidgets/permissionbrowser/resources/3rdparty/REUSE.toml
new file mode 100644
index 000000000..62a59c992
--- /dev/null
+++ b/examples/webenginewidgets/permissionbrowser/resources/3rdparty/REUSE.toml
@@ -0,0 +1,15 @@
+version = 1
+
+[[annotations]]
+path = "*.png"
+precedence = "closest"
+SPDX-FileCopyrightText = ["Ulisse Perusin <uli.peru@gmail.com>",
+ "Steven Garrity <sgarrity@silverorange.com>",
+ "Lapo Calamandrei <calamandrei@gmail.com>",
+ "Ryan Collier <rcollier@novell.com>",
+ "Rodney Dawes <dobey@novell.com>",
+ "Andreas Nilsson <nisses.mail@home.se>",
+ "Tuomas Kuosmanen <tigert@tigert.com>",
+ "Garrett LeSage <garrett@novell.com>",
+ "Jakub Steiner <jimmac@novell.com>"]
+SPDX-License-Identifier = "LicenseRef-Tango-Icons-Public-Domain"
diff --git a/examples/webenginewidgets/recipebrowser/assets/3rdparty/REUSE.toml b/examples/webenginewidgets/recipebrowser/assets/3rdparty/REUSE.toml
new file mode 100644
index 000000000..cfddbb75d
--- /dev/null
+++ b/examples/webenginewidgets/recipebrowser/assets/3rdparty/REUSE.toml
@@ -0,0 +1,13 @@
+version = 1
+
+[[annotations]]
+path = "marked.js"
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright (c) 2011-2018, Christopher Jeffrey"
+SPDX-License-Identifier = "MIT"
+
+[[annotations]]
+path = "markdown.css"
+precedence = "closest"
+SPDX-FileCopyrightText = "Copyright 2011 Kevin Burke Copyright Twitter Inc."
+SPDX-License-Identifier = "Apache-2.0"
diff --git a/examples/webenginewidgets/simplebrowser/data/3rdparty/REUSE.toml b/examples/webenginewidgets/simplebrowser/data/3rdparty/REUSE.toml
new file mode 100644
index 000000000..62a59c992
--- /dev/null
+++ b/examples/webenginewidgets/simplebrowser/data/3rdparty/REUSE.toml
@@ -0,0 +1,15 @@
+version = 1
+
+[[annotations]]
+path = "*.png"
+precedence = "closest"
+SPDX-FileCopyrightText = ["Ulisse Perusin <uli.peru@gmail.com>",
+ "Steven Garrity <sgarrity@silverorange.com>",
+ "Lapo Calamandrei <calamandrei@gmail.com>",
+ "Ryan Collier <rcollier@novell.com>",
+ "Rodney Dawes <dobey@novell.com>",
+ "Andreas Nilsson <nisses.mail@home.se>",
+ "Tuomas Kuosmanen <tigert@tigert.com>",
+ "Garrett LeSage <garrett@novell.com>",
+ "Jakub Steiner <jimmac@novell.com>"]
+SPDX-License-Identifier = "LicenseRef-Tango-Icons-Public-Domain"