forked from krille-chan/fluffychat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
63 lines (58 loc) · 1.45 KB
/
Copy pathREUSE.toml
File metadata and controls
63 lines (58 loc) · 1.45 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# SPDX-FileCopyrightText: 2019-Present Christian Kußowski
# SPDX-FileCopyrightText: 2019-Present Contributors to FluffyChat
#
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
[[annotations]]
path = [
".mailmap",
".tool_versions.yaml",
"pubspec.lock",
"*.json",
".vscode/**",
"lib/l10n/**",
"assets/vodozemac/**",
".github/**",
".gitignore",
".metadata",
"android/**",
"ios/**",
"linux/**",
"macos/**",
"integration_test/.gitignore",
"integration_test/data/**",
"integration_test/synapse/**",
"snap/**",
"windows/**",
"web/**"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-Present Christian Kußowski"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [
"assets/sounds/**"
]
SPDX-FileCopyrightText = "Pixabay"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = [
"assets/sas-emoji.json"
]
SPDX-FileCopyrightText = "Matrix Foundation"
SPDX-License-Identifier = "Apache-2.0"
# App Logo
[[annotations]]
path = [
"assets/logo/**",
"android/app/src/main/res/mipmap**/**",
"ios/Runner/Assets.xcassets/AppIcon.appiconset/**",
"macos/Runner/Assets.xcassets/AppIcon.appiconset/**",
"web/icons/**",
"web/splash/**",
"snap/gui/*.png",
"windows/runner/resources/app_icon.ico"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-Present Christian Kußowski"
SPDX-License-Identifier = "LicenseRef-AllRightsReserved"