From ddcd2850750a9c22fd824cd5d3c3230e8a7fe6e5 Mon Sep 17 00:00:00 2001 From: ParantezTech <12572227+par274@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:25:01 +0300 Subject: [PATCH] [reuse] correct license for AT9 decoder --- REUSE.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index b789e0c2..7c66ab06 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -7,7 +7,6 @@ path = [ "global.json", "**/packages.lock.json", "scripts/ps5_names.txt", - "src/SharpEmu.LibAtrac9/**", "src/SharpEmu.GUI/Languages/**", "src/SharpEmu.ShaderCompiler.Metal/Templates/**", "tests/SharpEmu.ShaderCompiler.Metal.Tests/Goldens/**", @@ -21,7 +20,7 @@ SPDX-FileCopyrightText = "SharpEmu Emulator Project" SPDX-License-Identifier = "GPL-2.0-or-later" [[annotations]] -path = "src/SharpEmu.GUI/Atrac9/**" +path = "src/SharpEmu.LibAtrac9/**" precedence = "aggregate" SPDX-FileCopyrightText = "2018 Alex Barney" SPDX-License-Identifier = "MIT"