forked from gaphor/gaphor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREUSE.toml
28 lines (24 loc) · 1.11 KB
/
REUSE.toml
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
version = 1
SPDX-PackageName = "Gaphor"
SPDX-PackageSupplier = ["Dan Yeaw <dan@yeaw.me>", "Arjan Molenaar <gaphor@gmail.com>"]
SPDX-PackageDownloadLocation = "https://gaphor.org"
[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "The Gaphor Development Team"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "gaphor/core/styling/selectors.py"
precedence = "aggregate"
SPDX-FileCopyrightText = "2012 by Simon Sapin, 2017 by Guillaume Ayoub, 2020 The Gaphor Development Team"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "_packaging/hook-pydot.py"
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 PyInstaller Development Team"
SPDX-License-Identifier = "GPL-2.0-or-later"
[[annotations]]
path = "gaphor/ui/language-specs/gaphorcss.lang"
precedence = "aggregate"
SPDX-FileCopyrightText = ["2004, Scott Martin <scott@coffeeblack.org>", "2010, Patryk Zawadzki <patrys@pld-linux.org>", "2016, Tobias Schönberg <tobias47n9e@gmail.com>", "2018, Jeffery To <jeffery.to@gmail.com>", "2022, Arjan Molenaar <gaphor@gmail.com>"]
SPDX-License-Identifier = "LGPL-2.1-or-later"