forked from Veatra/ChatterinoOldWindows
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
26 lines (23 loc) · 901 Bytes
/
REUSE.toml
File metadata and controls
26 lines (23 loc) · 901 Bytes
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
# SPDX-FileCopyrightText: 2025 Rasmus Karlsson <rasmus.karlsson@pajlada.com>
# SPDX-License-Identifier: CC0-1.0
version = 1
SPDX-PackageName = "chatterino"
SPDX-PackageDownloadLocation = "https://chatterino.com/"
# [[annotations]]
# License files we embed for display to users
# XXX: How do we license these?
# path = "resources/licenses/*.txt"
# [[annotations]]
# # These files are part of code generation for the Twitch EventSub WebSocket library.
# path = "lib/twitch-eventsub-ws/include/twitch-eventsub-ws/payloads/*.inc"
# SPDX-FileCopyrightText = "Contributors to Chatterino <https://chatterino.com>"
# SPDX-License-Identifier = "MIT"
#
# [[annotations]]
# # Snapshot tests
# path = [
# "tests/snapshots/**",
# "lib/twitch-eventsub-ws/tests/resources/**.json",
# ]
# SPDX-FileCopyrightText = "Contributors to Chatterino <https://chatterino.com>"
# SPDX-License-Identifier = "CC0-1.0"