-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
34 lines (29 loc) · 1.73 KB
/
Copy pathREUSE.toml
File metadata and controls
34 lines (29 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version = 1
SPDX-PackageName = "gif-tools"
SPDX-PackageSupplier = "Igor Mironchik <igor.mironchik@gmail.com>"
SPDX-PackageDownloadLocation = "https://github.com/igormironchik/gif-tools"
[[annotations]]
path = ["editor.png", "recorder.png", "src/recorder/*.ui", "src/shared/icon.ico", "src/editor/gif-editor.rc", "src/recorder/gif-recorder.rc", "src/editor/resources.qrc", "src/recorder/resources.qrc", "README.md", ".gitignore", ".github/**", ".gitmodules", "REUSE.toml", "installer/**", "script/**", "apply-clang-format.sh", "config.xml.in", "package.xml.in", "src/editor/*.ui", "gif-editor.desktop", "gif-recorder.desktop", "src/shared/tr/*.qm", "translate/*.ts"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Igor Mironchik <igor.mironchik@gmail.com>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "src/shared/icon/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = ["src/editor/img/**", "src/recorder/img/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2007 Nuno Pinheiro <nuno@oxygen-icons.org>, 2007 David Vignoni <david@icon-king.com>, 2007 David Miller <miller@oxygen-icons.org>, Johann Ollivier Lapeyre <johann@oxygen-icons.org>, Kenneth Wimer <kwwii@bootsplash.org>, 2007 Riccardo Iaconelli <riccardo@oxygen-icons.org>"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = "src/shared/img/Qt-logo-neon-transparent.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 The Qt Company Ltd and other contributors"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = "3rdparty/QHotkey/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 Felix Barz"
SPDX-License-Identifier = "BSD-3-Clause"