mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 15:28:03 -05:00
Convert .reuse/dep5 to REUSE.toml
This commit is contained in:
13
.reuse/dep5
13
.reuse/dep5
@@ -1,13 +0,0 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: konsole
|
||||
Upstream-Contact: Kurt Hindenburg <khindenburg@kde.org>
|
||||
Source: https://invent.kde.org/utilities/konsole
|
||||
|
||||
|
||||
Files: .gitignore .git-blame-ignore-revs .krazy .editorconfig
|
||||
Copyright: None
|
||||
License: CC0-1.0
|
||||
|
||||
Files: desktop/konsole.qrc
|
||||
Copyright: None
|
||||
License: CC0-1.0
|
||||
16
REUSE.toml
Normal file
16
REUSE.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
version = 1
|
||||
SPDX-PackageName = "konsole"
|
||||
SPDX-PackageSupplier = "Kurt Hindenburg <khindenburg@kde.org>"
|
||||
SPDX-PackageDownloadLocation = "https://invent.kde.org/utilities/konsole"
|
||||
|
||||
[[annotations]]
|
||||
path = [".gitignore", ".git-blame-ignore-revs", ".krazy", ".editorconfig"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "None"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "desktop/konsole.qrc"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "None"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
Reference in New Issue
Block a user