Skip to content

Commit

Permalink
chore: Bump photonwidgets to new indentation API
Browse files Browse the repository at this point in the history
Note: This uses a yet-unmerged commit in photonwidgets
Ideally this commit should be updated to a stable version of
photonwidgets before merging
  • Loading branch information
LeonMatthesKDAB committed Dec 13, 2024
1 parent 44172ce commit 942fb24
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 40 deletions.
39 changes: 0 additions & 39 deletions .reuse/dep5

This file was deleted.

2 changes: 1 addition & 1 deletion 3rdparty-kdab/photonwidgets
Submodule photonwidgets updated from 3ea1a6 to f6fe20
46 changes: 46 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
version = 1
SPDX-PackageName = "knut"
SPDX-PackageSupplier = "<[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/KDAB/knut/"

[[annotations]]
path = [".pre-commit-config.yaml", ".codespellrc", ".clangd", "**.clang-format", ".clazy", ".gitattributes", ".github/workflows/documentation.yml", ".gitignore", ".gitmodules", ".krazy", "knut.code-workspace", ".github/**.yml", "mkdocs.yml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "BSD-3-Clause"

[[annotations]]
path = ["**.md", "docs/API/mapping.txt", "docs/**.png", "docs/**.puml", "docs/**.gif", "docs/**.svg", "docs/**.css"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "GPL-3.0-only"

[[annotations]]
path = ["**.json", "**.ui", "**.qrc", "**.rc", "**.xml", "src/**.png", "src/**.ico", "version.txt"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "GPL-2.0-only OR GPL-3.0-only"

[[annotations]]
path = "test_data/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "GPL-2.0-only OR GPL-3.0-only"

[[annotations]]
path = ["test_data/rcfiles/cryEdit/Resource.h", "test_data/rcfiles/luaDebugger/resource.h"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Amazon.com, Inc. or its affiliates or its licensors"
SPDX-License-Identifier = "Apache-2.0 OR MIT"

[[annotations]]
path = "qt6.natvis"
precedence = "aggregate"
SPDX-FileCopyrightText = "2022 The Qt Company Ltd."
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-Qt-Commercial"

[[annotations]]
path = "src/gui/gui/**.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "The Pictogrammers"
SPDX-License-Identifier = "Apache-2.0"

0 comments on commit 942fb24

Please sign in to comment.