forked from beyond-all-reason/bar-lobby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
40 lines (36 loc) · 1.15 KB
/
REUSE.toml
File metadata and controls
40 lines (36 loc) · 1.15 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
version = 1
[[annotations]]
# We don't consider the top level configuration files copyrightable in any way
path = [
".*",
"package*.json",
"tsconfig.*",
"eslint.config.mjs",
"forge.*",
"vite*",
"prettier*",
"electron-builder*",
".vscode/*",
"vendor/README.md",
"AUTHORS",
"PULL_REQUEST_TEMPLATE.md",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["src/renderer/assets/fonts/Poppins-*.ttf"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins)"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = ["src/renderer/assets/fonts/Rajdhani-*.ttf"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2014 Indian Type Foundry (info@indiantypefoundry.com)"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
# Let's tread all the language translation files as a single aggregate with license (we apply MIT, alternative would be CC-BY-SA-4.0)
path = ["lang/**/*.json", "src/renderer/assets/languages/*.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 The BAR Lobby Authors"
SPDX-License-Identifier = "MIT"