From 5827bd1c67cf4476a34420f7f09e71f39617040a Mon Sep 17 00:00:00 2001 From: pajlada Date: Sun, 4 Jan 2026 16:05:12 +0100 Subject: [PATCH] chore: explicitly license snapshot tests as CC0-1.0 (#6707) These tests mostly contain maps of Twitch messages -> our internal formats, and should be reusable without any attribution. --- tests/snapshots/REUSE.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/snapshots/REUSE.toml diff --git a/tests/snapshots/REUSE.toml b/tests/snapshots/REUSE.toml new file mode 100644 index 00000000..87f1570e --- /dev/null +++ b/tests/snapshots/REUSE.toml @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: 2025 Rasmus Karlsson +# SPDX-License-Identifier: CC0-1.0 + +version = 1 + +[[annotations]] +path = "**/*.json" +SPDX-FileCopyrightText = "Contributors to Chatterino " +SPDX-License-Identifier = "CC0-1.0"