This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository dolphin-emu.
commit 1acf89d61ef0f304f5eff35ec49e12eba0b0fc76 Author: James Cowgill <[email protected]> Date: Sun Dec 7 22:48:00 2014 +0000 Update d/copyright making some clarifications --- debian/copyright | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index e7d5818..a03072c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -35,6 +35,23 @@ Files-Excluded: Files: * Copyright: 2003-2013, Dolphin Emulator Project License: GPL-2 +Comment: + Clarification of the sources of shipped binaries: + Data/Sys/GC/dsp_* + These are the binaries for dolphin's DSP replacement ROM. + The source for dsp_rom.bin is at docs/DSP/free_dsp_rom/dsp_rom.ds. + dsp_coef.bin is a data file generated following a specific pattern (it should + be obvious when you open the file in a hex editor). + See https://github.com/dolphin-emu/dolphin/commit/9a404ca6d4020fa77c61d4cd210b924b06deaf94 + Data/Sys/Wii/* + This directory contains template Wii configuration files (the main SYSCONF + and Wii Connect 24 files). The SYSCONF file can be generated by dolphin-emu. + The wc24 files have no source as such, but the format of these files are + known. + Data/Sys/totaldb.dsy + Contains various function symbols found in games used by dolphin's internal + debugger. This file format can be read / generated from within dolphin-emu + (but the data itself took some time to find). Files: Source/Core/AudioCommon/Src/aldlist.cpp Copyright: 2006, Creative Labs Inc. @@ -170,7 +187,7 @@ License: LGPL-2.1 Files: debian/* Copyright: - 2014, James Cowgill <[email protected]> + 2015, James Cowgill <[email protected]> 2013-2014, Brandon Barnes <[email protected]> 2010-2013, Glenn Rice <[email protected]> License: GPL-2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

