mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
UnitTests: Fix license for HermesBinary.cpp
This is an assembled version of HermesText.cpp, so the same license applies to it.
This commit is contained in:
@ -1,5 +1,13 @@
|
|||||||
// Copyright 2017 Dolphin Emulator Project
|
/* DSP_MIXER -> PCM VOICE SOFTWARE PROCESSOR (8-16 Bits Mono/Stereo Voices)
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
|
// Thanks to Duddie for you hard work and documentation
|
||||||
|
|
||||||
|
Copyright (c) 2008 Hermes <www.entuwii.net>
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
#include "HermesBinary.h"
|
#include "HermesBinary.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user