Skip to content

Commit 3c8e0a0

Browse files
authored
Merge pull request #754 from parasyte/fix/attribution
Fix attribution
2 parents 4a2d980 + 0f6c5b2 commit 3c8e0a0

10 files changed

+10
-10
lines changed

src/drivers/Qt/AboutWindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static const char *Authors[] = {
7474
"\t rainwarrior", "\t feos",
7575
"Pre 2.0 Guys:",
7676
"\t Bero", "\t Xodnizel", "\t Aaron Oneal", "\t Joe Nahmias",
77-
"\t Paul Kuliniewicz", "\t Quietust", "\t Ben Parnell",
77+
"\t Paul Kuliniewicz", "\t Quietust",
7878
"\t Parasyte & bbitmaster",
7979
"\t blip & nitsuja",
8080
"Included components:",

src/drivers/sdl/gui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ const char *Authors[] = {
14961496
"rainwarrior", "feos",
14971497
"Pre 2.0 Guys:",
14981498
" Bero", " Xodnizel", " Aaron Oneal", " Joe Nahmias",
1499-
" Paul Kuliniewicz", " Quietust", " Ben Parnell",
1499+
" Paul Kuliniewicz", " Quietust",
15001500
" Parasyte & bbitmaster",
15011501
" blip & nitsuja",
15021502
"Included components:",

src/drivers/win/cdlogger.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* FCE Ultra - NES/Famicom Emulator
22
*
33
* Copyright notice for this file:
4-
* Copyright (C) 2002 Ben Parnell
4+
* Copyright (C) 2004 Ben Goodrich aka bbitmaster <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

src/drivers/win/cheat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* FCE Ultra - NES/Famicom Emulator
22
*
33
* Copyright notice for this file:
4-
* Copyright (C) 2002 Ben Parnell
4+
* Copyright (C) 2002 Xodnizel, Jay Oster aka Parasyte <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

src/drivers/win/debugger.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* FCE Ultra - NES/Famicom Emulator
22
*
33
* Copyright notice for this file:
4-
* Copyright (C) 2002 Ben Parnell
4+
* Copyright (C) 2002 Jay Oster aka Parasyte <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

src/drivers/win/memview.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* FCE Ultra - NES/Famicom Emulator
22
*
33
* Copyright notice for this file:
4-
* Copyright (C) 2002 Ben Parnell
4+
* Copyright (C) 2004 Ben Goodrich aka bbitmaster <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

src/drivers/win/ntview.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* FCE Ultra - NES/Famicom Emulator
22
*
33
* Copyright notice for this file:
4-
* Copyright (C) 2002 Ben Parnell
4+
* Copyright (C) 2004 Ben Goodrich aka bbitmaster <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

src/drivers/win/ppuview.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* FCE Ultra - NES/Famicom Emulator
22
*
33
* Copyright notice for this file:
4-
* Copyright (C) 2002 Ben Parnell
4+
* Copyright (C) 2002 Jay Oster aka Parasyte <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

src/drivers/win/texthook.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* FCE Ultra - NES/Famicom Emulator
22
*
33
* Copyright notice for this file:
4-
* Copyright (C) 2002 Ben Parnell
4+
* Copyright (C) 2005 UglyJoe
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

src/drivers/win/tracer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* FCE Ultra - NES/Famicom Emulator
22
*
33
* Copyright notice for this file:
4-
* Copyright (C) 2002 Ben Parnell
4+
* Copyright (C) 2004 Ben Goodrich aka bbitmaster <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)