From 5ea3efaedf0e319c6f4011970911a20246c8927b Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Mon, 13 Jun 2022 23:27:31 -0700 Subject: [PATCH] UnitTests: Fix license for HermesBinary.cpp This is an assembled version of HermesText.cpp, so the same license applies to it. --- Source/UnitTests/Core/DSP/HermesBinary.cpp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Source/UnitTests/Core/DSP/HermesBinary.cpp b/Source/UnitTests/Core/DSP/HermesBinary.cpp index 299f50e16c..a7f485d0a0 100644 --- a/Source/UnitTests/Core/DSP/HermesBinary.cpp +++ b/Source/UnitTests/Core/DSP/HermesBinary.cpp @@ -1,5 +1,13 @@ -// Copyright 2017 Dolphin Emulator Project -// SPDX-License-Identifier: GPL-2.0-or-later +/* DSP_MIXER -> PCM VOICE SOFTWARE PROCESSOR (8-16 Bits Mono/Stereo Voices) + +// Thanks to Duddie for you hard work and documentation + +Copyright (c) 2008 Hermes +All rights reserved. + +SPDX-License-Identifier: BSD-3-Clause + +*/ #include "HermesBinary.h"