From 591b870c9281a0b8f3399564cc400b2861f43c77 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sat, 13 Dec 2014 04:24:44 +0100 Subject: [PATCH] Update AUTHORS and copyright message. sas@ never ended up contributing to that project (though he brainstormed the design with me initially). Moved to my @dolphin-emu.org email since this is going to be moved to the dolphin-emu org instead of my own account. --- AUTHORS | 3 +-- gcdsp.py | 5 ++--- gen_from_tables.py | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3d1a0d9..3fab839 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,4 @@ -* Pierre Bourdon -* Stephane Sezer +* Pierre Bourdon Some code in gcdsp-ida is Copyright (C) 2003 Dolphin Project. Thanks to the Dolphin devs and contributors! diff --git a/gcdsp.py b/gcdsp.py index e9b15e1..b797960 100644 --- a/gcdsp.py +++ b/gcdsp.py @@ -4,8 +4,7 @@ gcdsp.py An IDAPython processor module for the GC/Wii DSP. -Copyright (C) 2011 Pierre Bourdon -Copyright (C) 2011 Stephane Sezer +Copyright (C) 2011 Pierre Bourdon Licensed under the GPLv2 license, see the LICENSE file at the root of this repository. @@ -14,7 +13,7 @@ from idaapi import * import os.path GREETINGS_STRING = """\ -GC/Wii DSP processor for IDA (C) 2011 LSE (http://www.lse.epita.fr/) - \ +GC/Wii DSP processor for IDA (C) 2011 delroth@dolphin-emu.org - \ licensed under the GPLv2 license\ """ diff --git a/gen_from_tables.py b/gen_from_tables.py index 67ec585..da625e0 100755 --- a/gen_from_tables.py +++ b/gen_from_tables.py @@ -7,7 +7,7 @@ gen_from_tables.py Generate a Python instruction table from the one provided in DSPTables.cpp (part of the Dolphin project). -Copyright (C) 2011 Pierre Bourdon +Copyright (C) 2011 Pierre Bourdon Licensed under the GPLv2 license, see the LICENSE file at the root of this repository.