mirror of https://github.com/qt/qtdoc.git
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. Also, all the licenses present in the LICENSES directory must be used. License files not used are removed. [1]: https://reuse.software/spec-3.2/ Task-number: QTBUG-124453 Task-number: QTBUG-125211 Pick-to: 6.8 Change-Id: I1dabbf6f13c2ae5ad73dc8c7df9108c160e1dc2b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
64bbf3c432
commit
c91bd3ae52
|
@ -0,0 +1,12 @@
|
|||
ISC License
|
||||
|
||||
<copyright notice>
|
||||
|
||||
Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted,
|
||||
provided that the above copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
|
||||
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
PERFORMANCE OF THIS SOFTWARE.
|
|
@ -1,22 +0,0 @@
|
|||
The Qt Company GPL Exception 1.0
|
||||
|
||||
Exception 1:
|
||||
|
||||
As a special exception you may create a larger work which contains the
|
||||
output of this application and distribute that work under terms of your
|
||||
choice, so long as the work is not otherwise derived from or based on
|
||||
this application and so long as the work does not in itself generate
|
||||
output that contains the output from this application in its original
|
||||
or modified form.
|
||||
|
||||
Exception 2:
|
||||
|
||||
As a special exception, you have permission to combine this application
|
||||
with Plugins licensed under the terms of your choice, to produce an
|
||||
executable, and to copy and distribute the resulting executable under
|
||||
the terms of your choice. However, the executable must be accompanied
|
||||
by a prominent notice offering all users of the executable the entire
|
||||
source code to this application, excluding the source code of the
|
||||
independent modules, but including any changes you have made to this
|
||||
application, under the terms of this license.
|
||||
|
|
@ -0,0 +1,51 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = ["tests/**.qml"]
|
||||
precedence = "closest"
|
||||
comment = "test"
|
||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
||||
|
||||
[[annotations]]
|
||||
path = ["**.pro", ".cmake.conf", "**.yaml"]
|
||||
precedence = "closest"
|
||||
comment = "build system"
|
||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
||||
SPDX-License-Identifier = "BSD-3-Clause"
|
||||
|
||||
[[annotations]]
|
||||
path = [".tag", "**/.gitattributes", "**.gitignore"]
|
||||
precedence = "closest"
|
||||
comment = "build system"
|
||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
||||
SPDX-License-Identifier = "BSD-3-Clause"
|
||||
|
||||
[[annotations]]
|
||||
path = ["doc**/images/**", "examples/**", "doc**/snippets/**",
|
||||
"doc/src/platformintegration/platformintegration.h"]
|
||||
comment = "this must be after the build system table because example and snippets take precedence over build system"
|
||||
precedence = "closest"
|
||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
||||
|
||||
[[annotations]]
|
||||
path = ["**/README*", "**.qdocconf", "doc/config/style/qt5-sidebar.html", "**.qdocinc"]
|
||||
comment = "documentation"
|
||||
precedence = "closest"
|
||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||
|
||||
[[annotations]]
|
||||
path = ["**.toml", "licenseRule.json"]
|
||||
precedence = "override"
|
||||
comment = "documentation"
|
||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||
|
||||
[[annotations]]
|
||||
path = ["**/qt_attribution.json"]
|
||||
precedence = "override"
|
||||
comment = "documentation"
|
||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
|
@ -0,0 +1,8 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = ["*"]
|
||||
precedence = "override"
|
||||
comment = "Licensed as documentation."
|
||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
|
@ -0,0 +1,16 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = ["close.svg", "delete.svg", "dots.svg", "edit.svg",
|
||||
"login.svg", "logout.svg", "ok.svg", "update.svg", "user.svg"]
|
||||
comment = "files listed in the qt_attribution.json file"
|
||||
precedence = "closest"
|
||||
SPDX-FileCopyrightText = "Copyright 2018 Google, Inc. All Rights Reserved."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["plus.svg", "qt.png", "testserver.png", "userMask.svg"]
|
||||
comment = "files not listed in the qt_attribution.json"
|
||||
precedence = "closest"
|
||||
SPDX-FileCopyrightText = "Copyright 2018 Google, Inc. All Rights Reserved."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
|
@ -0,0 +1,18 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = ["maps/carpet_texture_baseColor.jpeg",
|
||||
"meshes/object_2.mesh",
|
||||
"meshes/object_3.mesh"]
|
||||
precedence = "closest"
|
||||
SPDX-FileCopyrightText = "1-3D.com"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["maps/M_Side_Table_Natural_Wenge_Wood_4K_baseColor_small.jpg",
|
||||
"maps/M_Side_Table_Natural_Wenge_Wood_4K_metallicRoughness_small.png",
|
||||
"maps/M_Side_Table_Natural_Wenge_Wood_4K_normal_small.png",
|
||||
"meshes/side_Table_Pine_LOD0_M_Side_Table_Natural_Wenge_Wood_4K_0.mesh"]
|
||||
precedence = "closest"
|
||||
SPDX-FileCopyrightText = "Intermittent Art"
|
||||
SPDX-License-Identifier = "CC-BY-4.0"
|
|
@ -0,0 +1,8 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = ["Base64.java", "Base64DecoderException.java", "Security.java"]
|
||||
precedence = "closest"
|
||||
SPDX-FileCopyrightText = ["Copyright (C) 2015 The Qt Company Ltd.",
|
||||
"Copyright (c) 2012 Google Inc."]
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
|
@ -0,0 +1,7 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = ["earcut.h"]
|
||||
precedence = "closest"
|
||||
SPDX-FileCopyrightText = "Copyright (c) 2015, Mapbox"
|
||||
SPDX-License-Identifier = "ISC"
|
|
@ -0,0 +1,40 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = ["content/images/Auto.svg",
|
||||
"content/images/stats.svg",
|
||||
"content/images/settings.svg",
|
||||
"content/images/schedule.svg",
|
||||
"content/images/thermostat.svg",
|
||||
"content/images/Cool.svg",
|
||||
"content/images/Heat.svg",
|
||||
"content/images/Dry.svg",
|
||||
"content/images/Fan.svg",
|
||||
"content/images/Eco.svg",
|
||||
"content/images/energy.svg",
|
||||
"content/images/drop.svg",
|
||||
"content/images/power.svg",
|
||||
"content/images/temperature.svg",
|
||||
"content/images/up.svg",
|
||||
"content/images/down.svg",
|
||||
"content/images/edit.svg",
|
||||
"content/images/minTemp.svg",
|
||||
"content/images/maxTemp.svg",
|
||||
"content/images/more.svg",
|
||||
"imports/ThermostatCustomControls/images/thermometer.svg"]
|
||||
precedence = "closest"
|
||||
SPDX-FileCopyrightText = "Copyright Phosphor Icons"
|
||||
SPDX-License-Identifier = "CC-BY-4.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["content/images/kitchen.svg",
|
||||
"content/images/bedroom.svg",
|
||||
"content/images/kid_room.svg",
|
||||
"content/images/living_room.svg",
|
||||
"content/images/home.svg",
|
||||
"content/images/arrow.svg",
|
||||
"content/images/theme.svg",
|
||||
"imports/ThermostatCustomControls/images/keyboard.svg"]
|
||||
precedence = "closest"
|
||||
SPDX-FileCopyrightText = "Copyright Google"
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
|
@ -0,0 +1,10 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = ["**"]
|
||||
comment = ["Assuming it applies to every image below",
|
||||
"qt_attribution.json file does not list the files the rule applies to",
|
||||
"double check"]
|
||||
precedence = "closest"
|
||||
SPDX-FileCopyrightText = "Copyright Google"
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
Loading…
Reference in New Issue