-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
63 lines (57 loc) · 1.77 KB
/
REUSE.toml
File metadata and controls
63 lines (57 loc) · 1.77 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
version = 1
# Project files that cannot have inline comments
[[annotations]]
path = [
".env.flutter",
".gitignore",
"android/app/src/main/res/mipmap-*/*.png",
"android/play_store_512.png",
"android/whatsnew/**",
"assets/images/**",
"branding/**",
"lib/l10n/*.arb",
"linux/icons/**",
"showcase.mp4",
"snap/gui/astrogods.png",
"windows/metadata.json",
"windows/runner/resources/astrogods_logo.png",
]
SPDX-FileCopyrightText = "2026 Arcangelo Massari <info@arcangelomassari.com>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
# Generated build files (Flatpak)
[[annotations]]
path = [
"generated/**",
]
SPDX-FileCopyrightText = "2026 Arcangelo Massari <info@arcangelomassari.com>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
# License file itself
[[annotations]]
path = "LICENSE"
SPDX-FileCopyrightText = "2007 Free Software Foundation, Inc. <https://fsf.org/>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
# Machine-generated files
[[annotations]]
path = "pubspec.lock"
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"
# Flutter framework template files (non-commentable)
[[annotations]]
path = [
".metadata",
"windows/runner/resources/app_icon.ico",
]
SPDX-FileCopyrightText = "2014 The Flutter Authors"
SPDX-License-Identifier = "BSD-3-Clause"
# Flutter auto-generated files (regenerated on build)
[[annotations]]
path = [
"linux/flutter/generated_plugin_registrant.cc",
"linux/flutter/generated_plugin_registrant.h",
"linux/flutter/generated_plugins.cmake",
"windows/flutter/generated_plugin_registrant.cc",
"windows/flutter/generated_plugin_registrant.h",
"windows/flutter/generated_plugins.cmake",
]
SPDX-FileCopyrightText = "2014 The Flutter Authors"
SPDX-License-Identifier = "BSD-3-Clause"