From 0f6c5b293616331635955b9f86d9a0d3f356f26b Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Mon, 19 Aug 2024 13:04:40 -0700 Subject: [PATCH] Fix attribution This change de-duplicates Xodnizel's identity in some "About" windows. Closes #753 --- src/drivers/Qt/AboutWindow.cpp | 2 +- src/drivers/sdl/gui.cpp | 2 +- src/drivers/win/cdlogger.cpp | 2 +- src/drivers/win/cheat.cpp | 2 +- src/drivers/win/debugger.cpp | 2 +- src/drivers/win/memview.cpp | 2 +- src/drivers/win/ntview.cpp | 2 +- src/drivers/win/ppuview.cpp | 2 +- src/drivers/win/texthook.cpp | 2 +- src/drivers/win/tracer.cpp | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/drivers/Qt/AboutWindow.cpp b/src/drivers/Qt/AboutWindow.cpp index 2ea28c7b..025cf360 100644 --- a/src/drivers/Qt/AboutWindow.cpp +++ b/src/drivers/Qt/AboutWindow.cpp @@ -74,7 +74,7 @@ static const char *Authors[] = { "\t rainwarrior", "\t feos", "Pre 2.0 Guys:", "\t Bero", "\t Xodnizel", "\t Aaron Oneal", "\t Joe Nahmias", - "\t Paul Kuliniewicz", "\t Quietust", "\t Ben Parnell", + "\t Paul Kuliniewicz", "\t Quietust", "\t Parasyte & bbitmaster", "\t blip & nitsuja", "Included components:", diff --git a/src/drivers/sdl/gui.cpp b/src/drivers/sdl/gui.cpp index 4b7c2c03..3b0dc327 100644 --- a/src/drivers/sdl/gui.cpp +++ b/src/drivers/sdl/gui.cpp @@ -1496,7 +1496,7 @@ const char *Authors[] = { "rainwarrior", "feos", "Pre 2.0 Guys:", " Bero", " Xodnizel", " Aaron Oneal", " Joe Nahmias", - " Paul Kuliniewicz", " Quietust", " Ben Parnell", + " Paul Kuliniewicz", " Quietust", " Parasyte & bbitmaster", " blip & nitsuja", "Included components:", diff --git a/src/drivers/win/cdlogger.cpp b/src/drivers/win/cdlogger.cpp index 785ac072..07c0a8e4 100644 --- a/src/drivers/win/cdlogger.cpp +++ b/src/drivers/win/cdlogger.cpp @@ -1,7 +1,7 @@ /* FCE Ultra - NES/Famicom Emulator * * Copyright notice for this file: - * Copyright (C) 2002 Ben Parnell + * Copyright (C) 2004 Ben Goodrich aka bbitmaster * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/drivers/win/cheat.cpp b/src/drivers/win/cheat.cpp index 0153d281..0c930763 100644 --- a/src/drivers/win/cheat.cpp +++ b/src/drivers/win/cheat.cpp @@ -1,7 +1,7 @@ /* FCE Ultra - NES/Famicom Emulator * * Copyright notice for this file: - * Copyright (C) 2002 Ben Parnell + * Copyright (C) 2002 Xodnizel, Jay Oster aka Parasyte * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/drivers/win/debugger.cpp b/src/drivers/win/debugger.cpp index 2ae4c47d..50c32eb3 100644 --- a/src/drivers/win/debugger.cpp +++ b/src/drivers/win/debugger.cpp @@ -1,7 +1,7 @@ /* FCE Ultra - NES/Famicom Emulator * * Copyright notice for this file: - * Copyright (C) 2002 Ben Parnell + * Copyright (C) 2002 Jay Oster aka Parasyte * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/drivers/win/memview.cpp b/src/drivers/win/memview.cpp index 70b8b704..af83dd06 100644 --- a/src/drivers/win/memview.cpp +++ b/src/drivers/win/memview.cpp @@ -1,7 +1,7 @@ /* FCE Ultra - NES/Famicom Emulator * * Copyright notice for this file: -* Copyright (C) 2002 Ben Parnell +* Copyright (C) 2004 Ben Goodrich aka bbitmaster * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/drivers/win/ntview.cpp b/src/drivers/win/ntview.cpp index 87f5c9ac..e983dd7f 100644 --- a/src/drivers/win/ntview.cpp +++ b/src/drivers/win/ntview.cpp @@ -1,7 +1,7 @@ /* FCE Ultra - NES/Famicom Emulator * * Copyright notice for this file: - * Copyright (C) 2002 Ben Parnell + * Copyright (C) 2004 Ben Goodrich aka bbitmaster * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/drivers/win/ppuview.cpp b/src/drivers/win/ppuview.cpp index 95dbb55a..d4953cae 100644 --- a/src/drivers/win/ppuview.cpp +++ b/src/drivers/win/ppuview.cpp @@ -1,7 +1,7 @@ /* FCE Ultra - NES/Famicom Emulator * * Copyright notice for this file: - * Copyright (C) 2002 Ben Parnell + * Copyright (C) 2002 Jay Oster aka Parasyte * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/drivers/win/texthook.cpp b/src/drivers/win/texthook.cpp index f1879d5d..60e8c10a 100644 --- a/src/drivers/win/texthook.cpp +++ b/src/drivers/win/texthook.cpp @@ -1,7 +1,7 @@ /* FCE Ultra - NES/Famicom Emulator * * Copyright notice for this file: - * Copyright (C) 2002 Ben Parnell + * Copyright (C) 2005 UglyJoe * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/drivers/win/tracer.cpp b/src/drivers/win/tracer.cpp index 3ce622f1..a9d1c591 100644 --- a/src/drivers/win/tracer.cpp +++ b/src/drivers/win/tracer.cpp @@ -1,7 +1,7 @@ /* FCE Ultra - NES/Famicom Emulator * * Copyright notice for this file: - * Copyright (C) 2002 Ben Parnell + * Copyright (C) 2004 Ben Goodrich aka bbitmaster * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by