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"