# SPDX-FileCopyrightText: 2025 Rasmus Karlsson # 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 " # SPDX-License-Identifier = "MIT" # # [[annotations]] # # Snapshot tests # path = [ # "tests/snapshots/**", # "lib/twitch-eventsub-ws/tests/resources/**.json", # ] # SPDX-FileCopyrightText = "Contributors to Chatterino " # SPDX-License-Identifier = "CC0-1.0"