diff --git a/benchmark/bench1.cpp b/benchmark/bench1.cpp index 85ad5c1..2aa963c 100644 --- a/benchmark/bench1.cpp +++ b/benchmark/bench1.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/core/bitops.h b/core/bitops.h index 9f4189d..73a9387 100644 --- a/core/bitops.h +++ b/core/bitops.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/core/coresignal.h b/core/coresignal.h index 9fe6f44..c58a42d 100644 --- a/core/coresignal.h +++ b/core/coresignal.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/core/hostevents.h b/core/hostevents.h index 3b312c7..b8988b4 100644 --- a/core/hostevents.h +++ b/core/hostevents.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/core/hostevents_sdl.cpp b/core/hostevents_sdl.cpp index fabd93b..66ece6f 100644 --- a/core/hostevents_sdl.cpp +++ b/core/hostevents_sdl.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/core/mathutils.h b/core/mathutils.h index ea626e2..e8346ac 100644 --- a/core/mathutils.h +++ b/core/mathutils.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/core/timermanager.cpp b/core/timermanager.cpp index bebe551..03c29d2 100644 --- a/core/timermanager.cpp +++ b/core/timermanager.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/core/timermanager.h b/core/timermanager.h index 62a8870..6dba9c0 100644 --- a/core/timermanager.h +++ b/core/timermanager.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/poweropcodes.cpp b/cpu/ppc/poweropcodes.cpp index 05fa06e..79ad84f 100644 --- a/cpu/ppc/poweropcodes.cpp +++ b/cpu/ppc/poweropcodes.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/ppcdisasm.cpp b/cpu/ppc/ppcdisasm.cpp index 927d868..8205333 100644 --- a/cpu/ppc/ppcdisasm.cpp +++ b/cpu/ppc/ppcdisasm.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/ppcdisasm.h b/cpu/ppc/ppcdisasm.h index 795d5bf..949ad3f 100644 --- a/cpu/ppc/ppcdisasm.h +++ b/cpu/ppc/ppcdisasm.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/ppcemu.h b/cpu/ppc/ppcemu.h index 7dd2f5c..3491297 100644 --- a/cpu/ppc/ppcemu.h +++ b/cpu/ppc/ppcemu.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/ppcexceptions.cpp b/cpu/ppc/ppcexceptions.cpp index 5d2422f..8dfa8a4 100644 --- a/cpu/ppc/ppcexceptions.cpp +++ b/cpu/ppc/ppcexceptions.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/ppcexec.cpp b/cpu/ppc/ppcexec.cpp index f23d2d0..5812733 100644 --- a/cpu/ppc/ppcexec.cpp +++ b/cpu/ppc/ppcexec.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/ppcfpopcodes.cpp b/cpu/ppc/ppcfpopcodes.cpp index b1e87f9..e7a0cf3 100644 --- a/cpu/ppc/ppcfpopcodes.cpp +++ b/cpu/ppc/ppcfpopcodes.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/ppcmacros.h b/cpu/ppc/ppcmacros.h index 2ab7278..8415620 100644 --- a/cpu/ppc/ppcmacros.h +++ b/cpu/ppc/ppcmacros.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/ppcmmu.cpp b/cpu/ppc/ppcmmu.cpp index fc296c6..c7547bf 100644 --- a/cpu/ppc/ppcmmu.cpp +++ b/cpu/ppc/ppcmmu.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/ppcmmu.h b/cpu/ppc/ppcmmu.h index ca40e58..09b3242 100644 --- a/cpu/ppc/ppcmmu.h +++ b/cpu/ppc/ppcmmu.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/ppcopcodes.cpp b/cpu/ppc/ppcopcodes.cpp index 7419f87..671265c 100644 --- a/cpu/ppc/ppcopcodes.cpp +++ b/cpu/ppc/ppcopcodes.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/test/ppctests.cpp b/cpu/ppc/test/ppctests.cpp index f8d9ef6..c9b9715 100644 --- a/cpu/ppc/test/ppctests.cpp +++ b/cpu/ppc/test/ppctests.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/cpu/ppc/test/testdisasm.cpp b/cpu/ppc/test/testdisasm.cpp index b75fb32..6e405b0 100644 --- a/cpu/ppc/test/testdisasm.cpp +++ b/cpu/ppc/test/testdisasm.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/debugger/debugger.cpp b/debugger/debugger.cpp index f068325..6747f54 100644 --- a/debugger/debugger.cpp +++ b/debugger/debugger.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/debugger/debugger.h b/debugger/debugger.h index 2672f81..b201fed 100644 --- a/debugger/debugger.h +++ b/debugger/debugger.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/adb/adbapplejack.cpp b/devices/common/adb/adbapplejack.cpp index ce1728c..b468a73 100644 --- a/devices/common/adb/adbapplejack.cpp +++ b/devices/common/adb/adbapplejack.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/adb/adbapplejack.h b/devices/common/adb/adbapplejack.h index e015e0f..89743aa 100644 --- a/devices/common/adb/adbapplejack.h +++ b/devices/common/adb/adbapplejack.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/adb/adbbus.cpp b/devices/common/adb/adbbus.cpp index b04cfc2..f68df51 100644 --- a/devices/common/adb/adbbus.cpp +++ b/devices/common/adb/adbbus.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/adb/adbbus.h b/devices/common/adb/adbbus.h index 2e6a685..d8222e9 100644 --- a/devices/common/adb/adbbus.h +++ b/devices/common/adb/adbbus.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/adb/adbdevice.cpp b/devices/common/adb/adbdevice.cpp index a9cda5c..51102a7 100644 --- a/devices/common/adb/adbdevice.cpp +++ b/devices/common/adb/adbdevice.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/adb/adbdevice.h b/devices/common/adb/adbdevice.h index ee0d3cf..974c1b4 100644 --- a/devices/common/adb/adbdevice.h +++ b/devices/common/adb/adbdevice.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/adb/adbkeyboard.cpp b/devices/common/adb/adbkeyboard.cpp index 8357ab7..5f9d8a0 100644 --- a/devices/common/adb/adbkeyboard.cpp +++ b/devices/common/adb/adbkeyboard.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/adb/adbkeyboard.h b/devices/common/adb/adbkeyboard.h index 1cfb8ba..ee16142 100644 --- a/devices/common/adb/adbkeyboard.h +++ b/devices/common/adb/adbkeyboard.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/adb/adbmouse.cpp b/devices/common/adb/adbmouse.cpp index 4551513..c6df40f 100644 --- a/devices/common/adb/adbmouse.cpp +++ b/devices/common/adb/adbmouse.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/adb/adbmouse.h b/devices/common/adb/adbmouse.h index e487ed0..ec7fe4c 100644 --- a/devices/common/adb/adbmouse.h +++ b/devices/common/adb/adbmouse.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/atabasedevice.cpp b/devices/common/ata/atabasedevice.cpp index e725542..7ed8da4 100644 --- a/devices/common/ata/atabasedevice.cpp +++ b/devices/common/ata/atabasedevice.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/atabasedevice.h b/devices/common/ata/atabasedevice.h index 3ec12f8..0ff8b53 100644 --- a/devices/common/ata/atabasedevice.h +++ b/devices/common/ata/atabasedevice.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/atadefs.h b/devices/common/ata/atadefs.h index 7bf855a..0f82aa0 100644 --- a/devices/common/ata/atadefs.h +++ b/devices/common/ata/atadefs.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/atahd.cpp b/devices/common/ata/atahd.cpp index 57d24cf..7255c39 100644 --- a/devices/common/ata/atahd.cpp +++ b/devices/common/ata/atahd.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/atahd.h b/devices/common/ata/atahd.h index 768a90c..35bd96b 100644 --- a/devices/common/ata/atahd.h +++ b/devices/common/ata/atahd.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/atapibasedevice.cpp b/devices/common/ata/atapibasedevice.cpp index b603c57..f265c38 100644 --- a/devices/common/ata/atapibasedevice.cpp +++ b/devices/common/ata/atapibasedevice.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/atapibasedevice.h b/devices/common/ata/atapibasedevice.h index 79014bd..7ee39c1 100644 --- a/devices/common/ata/atapibasedevice.h +++ b/devices/common/ata/atapibasedevice.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/atapicdrom.cpp b/devices/common/ata/atapicdrom.cpp index 0edcab3..7197525 100644 --- a/devices/common/ata/atapicdrom.cpp +++ b/devices/common/ata/atapicdrom.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/atapicdrom.h b/devices/common/ata/atapicdrom.h index 7ba1d31..79cb032 100644 --- a/devices/common/ata/atapicdrom.h +++ b/devices/common/ata/atapicdrom.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/cmd646.cpp b/devices/common/ata/cmd646.cpp index 59f6266..459f325 100644 --- a/devices/common/ata/cmd646.cpp +++ b/devices/common/ata/cmd646.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/cmd646.h b/devices/common/ata/cmd646.h index dab5b94..a1aea84 100644 --- a/devices/common/ata/cmd646.h +++ b/devices/common/ata/cmd646.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/idechannel.cpp b/devices/common/ata/idechannel.cpp index 39899de..3989e0b 100644 --- a/devices/common/ata/idechannel.cpp +++ b/devices/common/ata/idechannel.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ata/idechannel.h b/devices/common/ata/idechannel.h index 8cebd6a..9521ed1 100644 --- a/devices/common/ata/idechannel.h +++ b/devices/common/ata/idechannel.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/clockgen/athens.cpp b/devices/common/clockgen/athens.cpp index 3c703e1..92e8619 100644 --- a/devices/common/clockgen/athens.cpp +++ b/devices/common/clockgen/athens.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/clockgen/athens.h b/devices/common/clockgen/athens.h index 324798a..1b4790f 100644 --- a/devices/common/clockgen/athens.h +++ b/devices/common/clockgen/athens.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/dbdma.cpp b/devices/common/dbdma.cpp index 96ed276..29fc8a0 100644 --- a/devices/common/dbdma.cpp +++ b/devices/common/dbdma.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/dbdma.h b/devices/common/dbdma.h index 7fca00e..0e0bb61 100644 --- a/devices/common/dbdma.h +++ b/devices/common/dbdma.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/dmacore.h b/devices/common/dmacore.h index 1ad3440..a8d1330 100644 --- a/devices/common/dmacore.h +++ b/devices/common/dmacore.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/hwcomponent.h b/devices/common/hwcomponent.h index 05d3237..9113bb0 100644 --- a/devices/common/hwcomponent.h +++ b/devices/common/hwcomponent.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/hwinterrupt.h b/devices/common/hwinterrupt.h index d2e05d7..cd62796 100644 --- a/devices/common/hwinterrupt.h +++ b/devices/common/hwinterrupt.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/i2c/i2c.h b/devices/common/i2c/i2c.h index 7f4f7f7..bbc3248 100644 --- a/devices/common/i2c/i2c.h +++ b/devices/common/i2c/i2c.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/i2c/i2cprom.cpp b/devices/common/i2c/i2cprom.cpp index c11fa3f..2a117af 100644 --- a/devices/common/i2c/i2cprom.cpp +++ b/devices/common/i2c/i2cprom.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/i2c/i2cprom.h b/devices/common/i2c/i2cprom.h index cc19985..2d5ec70 100644 --- a/devices/common/i2c/i2cprom.h +++ b/devices/common/i2c/i2cprom.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/machineid.h b/devices/common/machineid.h index fd2132e..281370a 100644 --- a/devices/common/machineid.h +++ b/devices/common/machineid.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/mmiodevice.h b/devices/common/mmiodevice.h index 640ba25..d558a10 100644 --- a/devices/common/mmiodevice.h +++ b/devices/common/mmiodevice.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/nubus/nubusutils.cpp b/devices/common/nubus/nubusutils.cpp index fc23e8b..68524d1 100644 --- a/devices/common/nubus/nubusutils.cpp +++ b/devices/common/nubus/nubusutils.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/nubus/nubusutils.h b/devices/common/nubus/nubusutils.h index 1783c78..c30eea0 100644 --- a/devices/common/nubus/nubusutils.h +++ b/devices/common/nubus/nubusutils.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/nvram.cpp b/devices/common/nvram.cpp index aa2c9e8..01ad4ef 100644 --- a/devices/common/nvram.cpp +++ b/devices/common/nvram.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/nvram.h b/devices/common/nvram.h index f817b1a..f67f099 100644 --- a/devices/common/nvram.h +++ b/devices/common/nvram.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ofnvram.cpp b/devices/common/ofnvram.cpp index 0be1b63..e746163 100644 --- a/devices/common/ofnvram.cpp +++ b/devices/common/ofnvram.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/ofnvram.h b/devices/common/ofnvram.h index 8ff701f..fcb3e2f 100644 --- a/devices/common/ofnvram.h +++ b/devices/common/ofnvram.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/bandit.cpp b/devices/common/pci/bandit.cpp index 21f1f22..90922ce 100644 --- a/devices/common/pci/bandit.cpp +++ b/devices/common/pci/bandit.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/bandit.h b/devices/common/pci/bandit.h index 674217d..f53e27e 100644 --- a/devices/common/pci/bandit.h +++ b/devices/common/pci/bandit.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/dec21154.cpp b/devices/common/pci/dec21154.cpp index 5433186..3c61ee9 100644 --- a/devices/common/pci/dec21154.cpp +++ b/devices/common/pci/dec21154.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/dec21154.h b/devices/common/pci/dec21154.h index 1177ba1..893f5d9 100644 --- a/devices/common/pci/dec21154.h +++ b/devices/common/pci/dec21154.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcibase.cpp b/devices/common/pci/pcibase.cpp index 0a3db7a..3aca9fa 100644 --- a/devices/common/pci/pcibase.cpp +++ b/devices/common/pci/pcibase.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcibase.h b/devices/common/pci/pcibase.h index 8de759e..c12da6b 100644 --- a/devices/common/pci/pcibase.h +++ b/devices/common/pci/pcibase.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcibridge.cpp b/devices/common/pci/pcibridge.cpp index 58cd510..a67de02 100644 --- a/devices/common/pci/pcibridge.cpp +++ b/devices/common/pci/pcibridge.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcibridge.h b/devices/common/pci/pcibridge.h index 0ae9439..93ff335 100644 --- a/devices/common/pci/pcibridge.h +++ b/devices/common/pci/pcibridge.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcibridgebase.cpp b/devices/common/pci/pcibridgebase.cpp index 4c33fc8..00119c7 100644 --- a/devices/common/pci/pcibridgebase.cpp +++ b/devices/common/pci/pcibridgebase.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcibridgebase.h b/devices/common/pci/pcibridgebase.h index e6b3201..1ed0976 100644 --- a/devices/common/pci/pcibridgebase.h +++ b/devices/common/pci/pcibridgebase.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcicardbusbridge.cpp b/devices/common/pci/pcicardbusbridge.cpp index 6556125..34cf382 100644 --- a/devices/common/pci/pcicardbusbridge.cpp +++ b/devices/common/pci/pcicardbusbridge.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcicardbusbridge.h b/devices/common/pci/pcicardbusbridge.h index 3f459a8..c74774e 100644 --- a/devices/common/pci/pcicardbusbridge.h +++ b/devices/common/pci/pcicardbusbridge.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcidevice.cpp b/devices/common/pci/pcidevice.cpp index da62295..ad79bcb 100644 --- a/devices/common/pci/pcidevice.cpp +++ b/devices/common/pci/pcidevice.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcidevice.h b/devices/common/pci/pcidevice.h index 19ae767..6bb5456 100644 --- a/devices/common/pci/pcidevice.h +++ b/devices/common/pci/pcidevice.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcihost.cpp b/devices/common/pci/pcihost.cpp index 7ce00a6..1933cbe 100644 --- a/devices/common/pci/pcihost.cpp +++ b/devices/common/pci/pcihost.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/pci/pcihost.h b/devices/common/pci/pcihost.h index f6df57e..a20dff0 100644 --- a/devices/common/pci/pcihost.h +++ b/devices/common/pci/pcihost.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/mesh.cpp b/devices/common/scsi/mesh.cpp index f640b06..5dfc588 100644 --- a/devices/common/scsi/mesh.cpp +++ b/devices/common/scsi/mesh.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/mesh.h b/devices/common/scsi/mesh.h index 50b3326..9174769 100644 --- a/devices/common/scsi/mesh.h +++ b/devices/common/scsi/mesh.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/sc53c94.cpp b/devices/common/scsi/sc53c94.cpp index 0d992ee..0427526 100644 --- a/devices/common/scsi/sc53c94.cpp +++ b/devices/common/scsi/sc53c94.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/sc53c94.h b/devices/common/scsi/sc53c94.h index c60adb9..a97cd31 100644 --- a/devices/common/scsi/sc53c94.h +++ b/devices/common/scsi/sc53c94.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/scsi.h b/devices/common/scsi/scsi.h index bc37e23..6d96a14 100644 --- a/devices/common/scsi/scsi.h +++ b/devices/common/scsi/scsi.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/scsibus.cpp b/devices/common/scsi/scsibus.cpp index 9d17882..43db73f 100644 --- a/devices/common/scsi/scsibus.cpp +++ b/devices/common/scsi/scsibus.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/scsibusctrl.cpp b/devices/common/scsi/scsibusctrl.cpp index c75a5b1..d3c5623 100644 --- a/devices/common/scsi/scsibusctrl.cpp +++ b/devices/common/scsi/scsibusctrl.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/scsibusctrl.h b/devices/common/scsi/scsibusctrl.h index fa40f96..9d3e5ff 100644 --- a/devices/common/scsi/scsibusctrl.h +++ b/devices/common/scsi/scsibusctrl.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/scsicdrom.cpp b/devices/common/scsi/scsicdrom.cpp index bab5610..ede015d 100644 --- a/devices/common/scsi/scsicdrom.cpp +++ b/devices/common/scsi/scsicdrom.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/scsicdrom.h b/devices/common/scsi/scsicdrom.h index ddc3b5c..26c5fb7 100644 --- a/devices/common/scsi/scsicdrom.h +++ b/devices/common/scsi/scsicdrom.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/scsidevice.cpp b/devices/common/scsi/scsidevice.cpp index e7491fa..315f565 100644 --- a/devices/common/scsi/scsidevice.cpp +++ b/devices/common/scsi/scsidevice.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/scsihd.cpp b/devices/common/scsi/scsihd.cpp index ec9a550..22b3faf 100644 --- a/devices/common/scsi/scsihd.cpp +++ b/devices/common/scsi/scsihd.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/scsi/scsihd.h b/devices/common/scsi/scsihd.h index a9e8cfd..df0308c 100644 --- a/devices/common/scsi/scsihd.h +++ b/devices/common/scsi/scsihd.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/viacuda.cpp b/devices/common/viacuda.cpp index 0e90245..c9eb2cf 100644 --- a/devices/common/viacuda.cpp +++ b/devices/common/viacuda.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/common/viacuda.h b/devices/common/viacuda.h index 2aa8e4e..6e5d527 100644 --- a/devices/common/viacuda.h +++ b/devices/common/viacuda.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/deviceregistry.cpp b/devices/deviceregistry.cpp index fdb274a..e625cef 100644 --- a/devices/deviceregistry.cpp +++ b/devices/deviceregistry.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/deviceregistry.h b/devices/deviceregistry.h index 35b77cd..2e7f3a6 100644 --- a/devices/deviceregistry.h +++ b/devices/deviceregistry.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/ethernet/bigmac.cpp b/devices/ethernet/bigmac.cpp index 78781b1..d1d65d7 100644 --- a/devices/ethernet/bigmac.cpp +++ b/devices/ethernet/bigmac.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/ethernet/bigmac.h b/devices/ethernet/bigmac.h index a8834a3..2580a61 100644 --- a/devices/ethernet/bigmac.h +++ b/devices/ethernet/bigmac.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/ethernet/mace.cpp b/devices/ethernet/mace.cpp index ba2459e..4e71379 100644 --- a/devices/ethernet/mace.cpp +++ b/devices/ethernet/mace.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/ethernet/mace.h b/devices/ethernet/mace.h index 304fd00..d17eb07 100644 --- a/devices/ethernet/mace.h +++ b/devices/ethernet/mace.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/floppy/floppyimg.cpp b/devices/floppy/floppyimg.cpp index 795c6f3..90af651 100644 --- a/devices/floppy/floppyimg.cpp +++ b/devices/floppy/floppyimg.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/floppy/floppyimg.h b/devices/floppy/floppyimg.h index 8064e19..2dab75a 100644 --- a/devices/floppy/floppyimg.h +++ b/devices/floppy/floppyimg.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/floppy/superdrive.cpp b/devices/floppy/superdrive.cpp index b373491..9019243 100644 --- a/devices/floppy/superdrive.cpp +++ b/devices/floppy/superdrive.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/floppy/superdrive.h b/devices/floppy/superdrive.h index 89fd13f..ca002e6 100644 --- a/devices/floppy/superdrive.h +++ b/devices/floppy/superdrive.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/floppy/swim3.cpp b/devices/floppy/swim3.cpp index 5f343a1..ac56186 100644 --- a/devices/floppy/swim3.cpp +++ b/devices/floppy/swim3.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/floppy/swim3.h b/devices/floppy/swim3.h index 686ad54..2297d3d 100644 --- a/devices/floppy/swim3.h +++ b/devices/floppy/swim3.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/ioctrl/amic.cpp b/devices/ioctrl/amic.cpp index 6748e58..51fee3e 100644 --- a/devices/ioctrl/amic.cpp +++ b/devices/ioctrl/amic.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/ioctrl/amic.h b/devices/ioctrl/amic.h index eed088b..e389cd5 100644 --- a/devices/ioctrl/amic.h +++ b/devices/ioctrl/amic.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/ioctrl/grandcentral.cpp b/devices/ioctrl/grandcentral.cpp index 06e2a7d..f8a59e3 100644 --- a/devices/ioctrl/grandcentral.cpp +++ b/devices/ioctrl/grandcentral.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/ioctrl/macio.h b/devices/ioctrl/macio.h index a126fd4..b0330a2 100644 --- a/devices/ioctrl/macio.h +++ b/devices/ioctrl/macio.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/ioctrl/maciobase.cpp b/devices/ioctrl/maciobase.cpp index 30b2d92..9baacaf 100644 --- a/devices/ioctrl/maciobase.cpp +++ b/devices/ioctrl/maciobase.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/ioctrl/maciotwo.cpp b/devices/ioctrl/maciotwo.cpp index ef5eaed..7e365ee 100644 --- a/devices/ioctrl/maciotwo.cpp +++ b/devices/ioctrl/maciotwo.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/aspen.cpp b/devices/memctrl/aspen.cpp index 9ad10cf..798a305 100644 --- a/devices/memctrl/aspen.cpp +++ b/devices/memctrl/aspen.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/aspen.h b/devices/memctrl/aspen.h index f2edfa9..de3992a 100644 --- a/devices/memctrl/aspen.h +++ b/devices/memctrl/aspen.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/hammerhead.cpp b/devices/memctrl/hammerhead.cpp index cae9350..7bf5aee 100644 --- a/devices/memctrl/hammerhead.cpp +++ b/devices/memctrl/hammerhead.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/hammerhead.h b/devices/memctrl/hammerhead.h index 82f092a..797d5a4 100644 --- a/devices/memctrl/hammerhead.h +++ b/devices/memctrl/hammerhead.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/hmc.cpp b/devices/memctrl/hmc.cpp index 91ce3fa..43227c7 100644 --- a/devices/memctrl/hmc.cpp +++ b/devices/memctrl/hmc.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/hmc.h b/devices/memctrl/hmc.h index 1890ea9..bef98ea 100644 --- a/devices/memctrl/hmc.h +++ b/devices/memctrl/hmc.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/memctrlbase.cpp b/devices/memctrl/memctrlbase.cpp index 43bbd86..177166f 100644 --- a/devices/memctrl/memctrlbase.cpp +++ b/devices/memctrl/memctrlbase.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/memctrlbase.h b/devices/memctrl/memctrlbase.h index 56e8e9d..f17f372 100644 --- a/devices/memctrl/memctrlbase.h +++ b/devices/memctrl/memctrlbase.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/mpc106.cpp b/devices/memctrl/mpc106.cpp index 6877dd9..6a8f057 100644 --- a/devices/memctrl/mpc106.cpp +++ b/devices/memctrl/mpc106.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/mpc106.h b/devices/memctrl/mpc106.h index 9183f6e..1a7de29 100644 --- a/devices/memctrl/mpc106.h +++ b/devices/memctrl/mpc106.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/platinum.cpp b/devices/memctrl/platinum.cpp index bad8fc1..b25aa33 100644 --- a/devices/memctrl/platinum.cpp +++ b/devices/memctrl/platinum.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/platinum.h b/devices/memctrl/platinum.h index ba35c9d..eca3db6 100644 --- a/devices/memctrl/platinum.h +++ b/devices/memctrl/platinum.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/psx.cpp b/devices/memctrl/psx.cpp index 2be7633..75b4bd7 100644 --- a/devices/memctrl/psx.cpp +++ b/devices/memctrl/psx.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/psx.h b/devices/memctrl/psx.h index ba5fa2b..c34ab12 100644 --- a/devices/memctrl/psx.h +++ b/devices/memctrl/psx.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/memctrl/spdram.h b/devices/memctrl/spdram.h index a4271bc..7e5a90b 100644 --- a/devices/memctrl/spdram.h +++ b/devices/memctrl/spdram.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/serial/chario.cpp b/devices/serial/chario.cpp index 193427f..611bab3 100644 --- a/devices/serial/chario.cpp +++ b/devices/serial/chario.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/serial/chario.h b/devices/serial/chario.h index bdb09d5..df6665f 100644 --- a/devices/serial/chario.h +++ b/devices/serial/chario.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/serial/escc.cpp b/devices/serial/escc.cpp index c5bacc7..36a5da4 100644 --- a/devices/serial/escc.cpp +++ b/devices/serial/escc.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/serial/escc.h b/devices/serial/escc.h index 6c8d2ff..0bda04e 100644 --- a/devices/serial/escc.h +++ b/devices/serial/escc.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/serial/z85c30.h b/devices/serial/z85c30.h index 7ee3020..7f719fb 100644 --- a/devices/serial/z85c30.h +++ b/devices/serial/z85c30.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/sound/awacs.cpp b/devices/sound/awacs.cpp index e81e1bf..a9205bb 100644 --- a/devices/sound/awacs.cpp +++ b/devices/sound/awacs.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/sound/awacs.h b/devices/sound/awacs.h index 087297b..3e75b86 100644 --- a/devices/sound/awacs.h +++ b/devices/sound/awacs.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/sound/burgundy.cpp b/devices/sound/burgundy.cpp index cc29229..cf3175d 100644 --- a/devices/sound/burgundy.cpp +++ b/devices/sound/burgundy.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/sound/burgundy.h b/devices/sound/burgundy.h index 3a70c52..7a14d51 100644 --- a/devices/sound/burgundy.h +++ b/devices/sound/burgundy.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/sound/soundserver.h b/devices/sound/soundserver.h index c8f4eb2..0df2a44 100644 --- a/devices/sound/soundserver.h +++ b/devices/sound/soundserver.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/sound/soundserver_cubeb.cpp b/devices/sound/soundserver_cubeb.cpp index 63c0454..902bd7e 100644 --- a/devices/sound/soundserver_cubeb.cpp +++ b/devices/sound/soundserver_cubeb.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/storage/blockstoragedevice.cpp b/devices/storage/blockstoragedevice.cpp index d05567e..223dcd3 100644 --- a/devices/storage/blockstoragedevice.cpp +++ b/devices/storage/blockstoragedevice.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/storage/blockstoragedevice.h b/devices/storage/blockstoragedevice.h index fad93c3..366d194 100644 --- a/devices/storage/blockstoragedevice.h +++ b/devices/storage/blockstoragedevice.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/storage/cdromdrive.cpp b/devices/storage/cdromdrive.cpp index b8c04ee..e2e58e4 100644 --- a/devices/storage/cdromdrive.cpp +++ b/devices/storage/cdromdrive.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/storage/cdromdrive.h b/devices/storage/cdromdrive.h index 6b811a5..a1cc3d3 100644 --- a/devices/storage/cdromdrive.h +++ b/devices/storage/cdromdrive.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/appleramdac.cpp b/devices/video/appleramdac.cpp index e50a0e4..904f45d 100644 --- a/devices/video/appleramdac.cpp +++ b/devices/video/appleramdac.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/appleramdac.h b/devices/video/appleramdac.h index 547eb5c..7a3b7c8 100644 --- a/devices/video/appleramdac.h +++ b/devices/video/appleramdac.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/atimach64defs.h b/devices/video/atimach64defs.h index 8e60c8d..475b9c3 100644 --- a/devices/video/atimach64defs.h +++ b/devices/video/atimach64defs.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/atimach64gx.cpp b/devices/video/atimach64gx.cpp index 328ae1b..5ecfa35 100644 --- a/devices/video/atimach64gx.cpp +++ b/devices/video/atimach64gx.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/atimach64gx.h b/devices/video/atimach64gx.h index 273329e..5829755 100644 --- a/devices/video/atimach64gx.h +++ b/devices/video/atimach64gx.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/atirage.cpp b/devices/video/atirage.cpp index 41ad28f..0d29fe8 100644 --- a/devices/video/atirage.cpp +++ b/devices/video/atirage.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/atirage.h b/devices/video/atirage.h index 0e1e721..c88ccf2 100644 --- a/devices/video/atirage.h +++ b/devices/video/atirage.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/control.cpp b/devices/video/control.cpp index 5d9b2e5..b3ebeb2 100644 --- a/devices/video/control.cpp +++ b/devices/video/control.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/control.h b/devices/video/control.h index 6cf3882..d117003 100644 --- a/devices/video/control.h +++ b/devices/video/control.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/display.h b/devices/video/display.h index aeac3e6..6877178 100644 --- a/devices/video/display.h +++ b/devices/video/display.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/display_sdl.cpp b/devices/video/display_sdl.cpp index 5d8abb9..a5e5c60 100644 --- a/devices/video/display_sdl.cpp +++ b/devices/video/display_sdl.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/displayid.cpp b/devices/video/displayid.cpp index 496e83f..850387c 100644 --- a/devices/video/displayid.cpp +++ b/devices/video/displayid.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/displayid.h b/devices/video/displayid.h index 35a99dc..5251aa9 100644 --- a/devices/video/displayid.h +++ b/devices/video/displayid.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/pdmonboard.cpp b/devices/video/pdmonboard.cpp index 90c09ab..305bd3d 100644 --- a/devices/video/pdmonboard.cpp +++ b/devices/video/pdmonboard.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/pdmonboard.h b/devices/video/pdmonboard.h index ff783ca..5848f99 100644 --- a/devices/video/pdmonboard.h +++ b/devices/video/pdmonboard.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/rgb514defs.h b/devices/video/rgb514defs.h index 3de39b0..8ddc486 100644 --- a/devices/video/rgb514defs.h +++ b/devices/video/rgb514defs.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/saa7187.cpp b/devices/video/saa7187.cpp index b646b2e..842c834 100644 --- a/devices/video/saa7187.cpp +++ b/devices/video/saa7187.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/saa7187.h b/devices/video/saa7187.h index bb7c2ea..de6d64e 100644 --- a/devices/video/saa7187.h +++ b/devices/video/saa7187.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/sixty6.cpp b/devices/video/sixty6.cpp index 6bd6c4f..ac0f5d1 100644 --- a/devices/video/sixty6.cpp +++ b/devices/video/sixty6.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/sixty6.h b/devices/video/sixty6.h index 5ae9c9b..c90aa39 100644 --- a/devices/video/sixty6.h +++ b/devices/video/sixty6.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/taos.cpp b/devices/video/taos.cpp index fb2e1f1..8fdeb6e 100644 --- a/devices/video/taos.cpp +++ b/devices/video/taos.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/taos.h b/devices/video/taos.h index 1f41b7b..85351e2 100644 --- a/devices/video/taos.h +++ b/devices/video/taos.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/videoctrl.cpp b/devices/video/videoctrl.cpp index e112d03..0eb1e20 100644 --- a/devices/video/videoctrl.cpp +++ b/devices/video/videoctrl.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/devices/video/videoctrl.h b/devices/video/videoctrl.h index 06d1f46..246f6cd 100644 --- a/devices/video/videoctrl.h +++ b/devices/video/videoctrl.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/endianswap.h b/endianswap.h index 11371c3..1f7db29 100644 --- a/endianswap.h +++ b/endianswap.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machine.h b/machines/machine.h index 11a2cdf..1f44ae6 100644 --- a/machines/machine.h +++ b/machines/machine.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machinebase.cpp b/machines/machinebase.cpp index 4e05678..e6d07f2 100644 --- a/machines/machinebase.cpp +++ b/machines/machinebase.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machinebase.h b/machines/machinebase.h index 0ca6164..a7c177e 100644 --- a/machines/machinebase.h +++ b/machines/machinebase.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machinebondi.cpp b/machines/machinebondi.cpp index 6d67a36..bac4f5c 100644 --- a/machines/machinebondi.cpp +++ b/machines/machinebondi.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machinecatalyst.cpp b/machines/machinecatalyst.cpp index 4246ac3..67fbc09 100644 --- a/machines/machinecatalyst.cpp +++ b/machines/machinecatalyst.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machinefactory.cpp b/machines/machinefactory.cpp index ff2aa05..8dba8b9 100644 --- a/machines/machinefactory.cpp +++ b/machines/machinefactory.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machinefactory.h b/machines/machinefactory.h index cad281f..11b3405 100644 --- a/machines/machinefactory.h +++ b/machines/machinefactory.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machinegazelle.cpp b/machines/machinegazelle.cpp index 95c2667..00a9fe0 100644 --- a/machines/machinegazelle.cpp +++ b/machines/machinegazelle.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machinegossamer.cpp b/machines/machinegossamer.cpp index d78e127..e04d9b1 100644 --- a/machines/machinegossamer.cpp +++ b/machines/machinegossamer.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machinepdm.cpp b/machines/machinepdm.cpp index 2406282..443a775 100644 --- a/machines/machinepdm.cpp +++ b/machines/machinepdm.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machinepippin.cpp b/machines/machinepippin.cpp index 19d3c28..8ced27d 100644 --- a/machines/machinepippin.cpp +++ b/machines/machinepippin.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machineproperties.cpp b/machines/machineproperties.cpp index e6d197a..0eaa89a 100644 --- a/machines/machineproperties.cpp +++ b/machines/machineproperties.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machineproperties.h b/machines/machineproperties.h index 91263a9..ee0aa62 100644 --- a/machines/machineproperties.h +++ b/machines/machineproperties.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machinetnt.cpp b/machines/machinetnt.cpp index fd3ea6d..74548af 100644 --- a/machines/machinetnt.cpp +++ b/machines/machinetnt.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/machineyosemite.cpp b/machines/machineyosemite.cpp index cc0fce4..34a619d 100644 --- a/machines/machineyosemite.cpp +++ b/machines/machineyosemite.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/romidentity.cpp b/machines/romidentity.cpp index 8e84b55..cbeca27 100644 --- a/machines/romidentity.cpp +++ b/machines/romidentity.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/machines/romidentity.h b/machines/romidentity.h index b3790df..4064e66 100644 --- a/machines/romidentity.h +++ b/machines/romidentity.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/main.cpp b/main.cpp index a824c40..cb7da1e 100644 --- a/main.cpp +++ b/main.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/main.h b/main.h index 85debd3..63345cf 100644 --- a/main.h +++ b/main.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/main_sdl.cpp b/main_sdl.cpp index 49fa0ee..baaf135 100644 --- a/main_sdl.cpp +++ b/main_sdl.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/main_sdl.m b/main_sdl.m index 1d3089d..2743ace 100644 --- a/main_sdl.m +++ b/main_sdl.m @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/memaccess.h b/memaccess.h index 4fe59e4..5067641 100644 --- a/memaccess.h +++ b/memaccess.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/utils/imgfile.h b/utils/imgfile.h index 051a30a..e6ca827 100644 --- a/utils/imgfile.h +++ b/utils/imgfile.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/utils/imgfile_sdl.cpp b/utils/imgfile_sdl.cpp index 90c569c..97e190c 100644 --- a/utils/imgfile_sdl.cpp +++ b/utils/imgfile_sdl.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/utils/profiler.cpp b/utils/profiler.cpp index 116bdf1..797000c 100644 --- a/utils/profiler.cpp +++ b/utils/profiler.cpp @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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/utils/profiler.h b/utils/profiler.h index 3fd93ca..4ae6542 100644 --- a/utils/profiler.h +++ b/utils/profiler.h @@ -1,9 +1,9 @@ /* DingusPPC - The Experimental PowerPC Macintosh emulator -Copyright (C) 2018-26 divingkatae and maximum - (theweirdo) spatium +Copyright (C) 2018-26 The DingusPPC Development Team + (See CREDITS.MD for more details) -(Contact divingkatae#1017 or powermax#2286 on Discord for more info) +(You may also contact divingkxt or powermax2286 on Discord) 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