aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-01-22 15:58:29 +0100
committerArisotura <thetotalworm@gmail.com>2019-01-22 15:58:29 +0100
commitb0efde8bf754230d401889eee7cd788ff1e0c00c (patch)
tree1b0a0075829edda403286c8c8666c2b626384c6d
parent47a3d2b49a71d90f355546648f710ac713379832 (diff)
also, update copyright name
-rw-r--r--melon.rc2
-rw-r--r--src/ARM.cpp2
-rw-r--r--src/ARM.h2
-rw-r--r--src/ARMInterpreter.cpp2
-rw-r--r--src/ARMInterpreter.h2
-rw-r--r--src/ARMInterpreter_ALU.cpp2
-rw-r--r--src/ARMInterpreter_ALU.h2
-rw-r--r--src/ARMInterpreter_Branch.cpp2
-rw-r--r--src/ARMInterpreter_Branch.h2
-rw-r--r--src/ARMInterpreter_LoadStore.cpp2
-rw-r--r--src/ARMInterpreter_LoadStore.h2
-rw-r--r--src/ARM_InstrTable.h2
-rw-r--r--src/CP15.cpp2
-rw-r--r--src/CRC32.cpp2
-rw-r--r--src/CRC32.h2
-rw-r--r--src/Config.cpp2
-rw-r--r--src/Config.h2
-rw-r--r--src/DMA.cpp2
-rw-r--r--src/DMA.h2
-rw-r--r--src/FIFO.h2
-rw-r--r--src/GPU.cpp2
-rw-r--r--src/GPU.h2
-rw-r--r--src/GPU2D.cpp2
-rw-r--r--src/GPU2D.h2
-rw-r--r--src/GPU3D.cpp2
-rw-r--r--src/GPU3D.h2
-rw-r--r--src/GPU3D_Soft.cpp2
-rw-r--r--src/NDS.cpp2
-rw-r--r--src/NDS.h2
-rw-r--r--src/NDSCart.cpp2
-rw-r--r--src/NDSCart.h2
-rw-r--r--src/Platform.h2
-rw-r--r--src/RTC.cpp2
-rw-r--r--src/RTC.h2
-rw-r--r--src/SPI.cpp2
-rw-r--r--src/SPI.h2
-rw-r--r--src/SPU.cpp2
-rw-r--r--src/SPU.h2
-rw-r--r--src/Savestate.cpp2
-rw-r--r--src/Savestate.h2
-rw-r--r--src/Wifi.cpp2
-rw-r--r--src/Wifi.h2
-rw-r--r--src/WifiAP.cpp2
-rw-r--r--src/WifiAP.h2
-rw-r--r--src/libui_sdl/DlgAudioSettings.cpp2
-rw-r--r--src/libui_sdl/DlgAudioSettings.h2
-rw-r--r--src/libui_sdl/DlgEmuSettings.cpp2
-rw-r--r--src/libui_sdl/DlgEmuSettings.h2
-rw-r--r--src/libui_sdl/DlgInputConfig.cpp4
-rw-r--r--src/libui_sdl/DlgInputConfig.h2
-rw-r--r--src/libui_sdl/Platform.cpp2
-rw-r--r--src/libui_sdl/libui/windows/areaevents.cpp2
-rw-r--r--src/libui_sdl/main.cpp2
-rw-r--r--src/melon_fopen.cpp2
-rw-r--r--src/melon_fopen.h2
-rw-r--r--src/types.h2
-rw-r--r--src/version.h2
57 files changed, 58 insertions, 58 deletions
diff --git a/melon.rc b/melon.rc
index 3b10024..4a0f17e 100644
--- a/melon.rc
+++ b/melon.rc
@@ -18,7 +18,7 @@ FILETYPE VFT_APP
VALUE "FileVersion", "0.7.3"
VALUE "FileDescription", "DS emulator, sorta. also 1st quality melon."
VALUE "InternalName", "SDnolem"
- VALUE "LegalCopyright", "2016-2019 StapleButter & co."
+ VALUE "LegalCopyright", "2016-2019 Arisotura & co."
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "zafkflzdasd.exe"
VALUE "ProductName", "melonDS"
diff --git a/src/ARM.cpp b/src/ARM.cpp
index b71df5c..429c341 100644
--- a/src/ARM.cpp
+++ b/src/ARM.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/ARM.h b/src/ARM.h
index 6d4442f..c85b208 100644
--- a/src/ARM.h
+++ b/src/ARM.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/ARMInterpreter.cpp b/src/ARMInterpreter.cpp
index 1312771..d3f66d8 100644
--- a/src/ARMInterpreter.cpp
+++ b/src/ARMInterpreter.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/ARMInterpreter.h b/src/ARMInterpreter.h
index 2982011..1802bcc 100644
--- a/src/ARMInterpreter.h
+++ b/src/ARMInterpreter.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/ARMInterpreter_ALU.cpp b/src/ARMInterpreter_ALU.cpp
index 8120c6a..f23d6b2 100644
--- a/src/ARMInterpreter_ALU.cpp
+++ b/src/ARMInterpreter_ALU.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/ARMInterpreter_ALU.h b/src/ARMInterpreter_ALU.h
index 68c84f4..0f7fe9b 100644
--- a/src/ARMInterpreter_ALU.h
+++ b/src/ARMInterpreter_ALU.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/ARMInterpreter_Branch.cpp b/src/ARMInterpreter_Branch.cpp
index 5e2ef2c..6d1cf17 100644
--- a/src/ARMInterpreter_Branch.cpp
+++ b/src/ARMInterpreter_Branch.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/ARMInterpreter_Branch.h b/src/ARMInterpreter_Branch.h
index aa5b995..43347e3 100644
--- a/src/ARMInterpreter_Branch.h
+++ b/src/ARMInterpreter_Branch.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/ARMInterpreter_LoadStore.cpp b/src/ARMInterpreter_LoadStore.cpp
index be4084f..1d1fc6d 100644
--- a/src/ARMInterpreter_LoadStore.cpp
+++ b/src/ARMInterpreter_LoadStore.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/ARMInterpreter_LoadStore.h b/src/ARMInterpreter_LoadStore.h
index 58da587..ab69b15 100644
--- a/src/ARMInterpreter_LoadStore.h
+++ b/src/ARMInterpreter_LoadStore.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/ARM_InstrTable.h b/src/ARM_InstrTable.h
index 4422e5c..2e4a707 100644
--- a/src/ARM_InstrTable.h
+++ b/src/ARM_InstrTable.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/CP15.cpp b/src/CP15.cpp
index 9f35e70..61a3ec4 100644
--- a/src/CP15.cpp
+++ b/src/CP15.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/CRC32.cpp b/src/CRC32.cpp
index 62e334f..5cb47e2 100644
--- a/src/CRC32.cpp
+++ b/src/CRC32.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/CRC32.h b/src/CRC32.h
index 639a8a3..449457a 100644
--- a/src/CRC32.h
+++ b/src/CRC32.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/Config.cpp b/src/Config.cpp
index c423b5b..9fd3eb8 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/Config.h b/src/Config.h
index 92ac77c..68ef9d1 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/DMA.cpp b/src/DMA.cpp
index 01ce04e..51ce825 100644
--- a/src/DMA.cpp
+++ b/src/DMA.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/DMA.h b/src/DMA.h
index c3bc38e..3146ef1 100644
--- a/src/DMA.h
+++ b/src/DMA.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/FIFO.h b/src/FIFO.h
index 7ce67e9..a9e9ed8 100644
--- a/src/FIFO.h
+++ b/src/FIFO.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/GPU.cpp b/src/GPU.cpp
index 91f47b4..14e562e 100644
--- a/src/GPU.cpp
+++ b/src/GPU.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/GPU.h b/src/GPU.h
index 6f5733d..50e5f55 100644
--- a/src/GPU.h
+++ b/src/GPU.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/GPU2D.cpp b/src/GPU2D.cpp
index f7730b9..cdd61ea 100644
--- a/src/GPU2D.cpp
+++ b/src/GPU2D.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/GPU2D.h b/src/GPU2D.h
index 76133f7..d7c4e3f 100644
--- a/src/GPU2D.h
+++ b/src/GPU2D.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp
index 34f88da..802c9cd 100644
--- a/src/GPU3D.cpp
+++ b/src/GPU3D.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/GPU3D.h b/src/GPU3D.h
index ba3e19b..279494a 100644
--- a/src/GPU3D.h
+++ b/src/GPU3D.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/GPU3D_Soft.cpp b/src/GPU3D_Soft.cpp
index fff59ad..29b46e1 100644
--- a/src/GPU3D_Soft.cpp
+++ b/src/GPU3D_Soft.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/NDS.cpp b/src/NDS.cpp
index 48f4b38..774c01c 100644
--- a/src/NDS.cpp
+++ b/src/NDS.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/NDS.h b/src/NDS.h
index 31ac551..3243337 100644
--- a/src/NDS.h
+++ b/src/NDS.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp
index 27fa9b5..a98f8c8 100644
--- a/src/NDSCart.cpp
+++ b/src/NDSCart.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2017 StapleButter
+ Copyright 2016-2017 Arisotura
This file is part of melonDS.
diff --git a/src/NDSCart.h b/src/NDSCart.h
index ac8f8fe..0dc4220 100644
--- a/src/NDSCart.h
+++ b/src/NDSCart.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/Platform.h b/src/Platform.h
index 091e607..2cff3f0 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/RTC.cpp b/src/RTC.cpp
index cd35643..83e5bdb 100644
--- a/src/RTC.cpp
+++ b/src/RTC.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/RTC.h b/src/RTC.h
index ebfcda8..7f904a6 100644
--- a/src/RTC.h
+++ b/src/RTC.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/SPI.cpp b/src/SPI.cpp
index 7c49555..5ed9890 100644
--- a/src/SPI.cpp
+++ b/src/SPI.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/SPI.h b/src/SPI.h
index 87ed63d..9b987ca 100644
--- a/src/SPI.h
+++ b/src/SPI.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/SPU.cpp b/src/SPU.cpp
index 9862077..93fdb00 100644
--- a/src/SPU.cpp
+++ b/src/SPU.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/SPU.h b/src/SPU.h
index a7afbf7..3cd5df3 100644
--- a/src/SPU.h
+++ b/src/SPU.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/Savestate.cpp b/src/Savestate.cpp
index e295f4a..ee86847 100644
--- a/src/Savestate.cpp
+++ b/src/Savestate.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/Savestate.h b/src/Savestate.h
index bfc34b9..136b0cd 100644
--- a/src/Savestate.h
+++ b/src/Savestate.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/Wifi.cpp b/src/Wifi.cpp
index 596c9f0..dbe836f 100644
--- a/src/Wifi.cpp
+++ b/src/Wifi.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/Wifi.h b/src/Wifi.h
index 72517a1..c97264b 100644
--- a/src/Wifi.h
+++ b/src/Wifi.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/WifiAP.cpp b/src/WifiAP.cpp
index 3e8bdb0..4d4ee19 100644
--- a/src/WifiAP.cpp
+++ b/src/WifiAP.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/WifiAP.h b/src/WifiAP.h
index 6f963c4..e62c0fb 100644
--- a/src/WifiAP.h
+++ b/src/WifiAP.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/libui_sdl/DlgAudioSettings.cpp b/src/libui_sdl/DlgAudioSettings.cpp
index 41ce177..5fe4ebc 100644
--- a/src/libui_sdl/DlgAudioSettings.cpp
+++ b/src/libui_sdl/DlgAudioSettings.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/libui_sdl/DlgAudioSettings.h b/src/libui_sdl/DlgAudioSettings.h
index 2333967..30a5d53 100644
--- a/src/libui_sdl/DlgAudioSettings.h
+++ b/src/libui_sdl/DlgAudioSettings.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/libui_sdl/DlgEmuSettings.cpp b/src/libui_sdl/DlgEmuSettings.cpp
index 7caaa0c..f9f8eff 100644
--- a/src/libui_sdl/DlgEmuSettings.cpp
+++ b/src/libui_sdl/DlgEmuSettings.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/libui_sdl/DlgEmuSettings.h b/src/libui_sdl/DlgEmuSettings.h
index f8da148..126497a 100644
--- a/src/libui_sdl/DlgEmuSettings.h
+++ b/src/libui_sdl/DlgEmuSettings.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/libui_sdl/DlgInputConfig.cpp b/src/libui_sdl/DlgInputConfig.cpp
index 7482817..1869ec0 100644
--- a/src/libui_sdl/DlgInputConfig.cpp
+++ b/src/libui_sdl/DlgInputConfig.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
@@ -169,7 +169,7 @@ void FinishJoyMapping(void* param)
{
InputDlgData* dlg = (InputDlgData*)param;
int id = dlg->pollid & 0xFF;
-
+
char keyname[16];
JoyMappingName(dlg->joymap[id], keyname);
uiButtonSetText(dlg->pollbtn, keyname);
diff --git a/src/libui_sdl/DlgInputConfig.h b/src/libui_sdl/DlgInputConfig.h
index 2b0b6cb..9a73f37 100644
--- a/src/libui_sdl/DlgInputConfig.h
+++ b/src/libui_sdl/DlgInputConfig.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/libui_sdl/Platform.cpp b/src/libui_sdl/Platform.cpp
index 733114e..62fa659 100644
--- a/src/libui_sdl/Platform.cpp
+++ b/src/libui_sdl/Platform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/libui_sdl/libui/windows/areaevents.cpp b/src/libui_sdl/libui/windows/areaevents.cpp
index d65b11d..3ff7a47 100644
--- a/src/libui_sdl/libui/windows/areaevents.cpp
+++ b/src/libui_sdl/libui/windows/areaevents.cpp
@@ -267,7 +267,7 @@ static int areaKeyEvent(uiArea *a, int up, WPARAM wParam, LPARAM lParam)
ke.Up = up;
ke.Repeat = (lParam & 0x40000000) ? 1:0;
- // StapleButter note: I don't actually need all this key decoding
+ // Arisotura note: I don't actually need all this key decoding
// raw scancodes are all I need for this
#if 0
// the numeric keypad keys when Num Lock is off are considered left-hand keys as the separate navigation buttons were added later
diff --git a/src/libui_sdl/main.cpp b/src/libui_sdl/main.cpp
index 1c21315..6dd23d8 100644
--- a/src/libui_sdl/main.cpp
+++ b/src/libui_sdl/main.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/melon_fopen.cpp b/src/melon_fopen.cpp
index 007d248..7f3e3e7 100644
--- a/src/melon_fopen.cpp
+++ b/src/melon_fopen.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/melon_fopen.h b/src/melon_fopen.h
index 40709e1..9adde4f 100644
--- a/src/melon_fopen.h
+++ b/src/melon_fopen.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/types.h b/src/types.h
index 1c4f140..9b1edc9 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.
diff --git a/src/version.h b/src/version.h
index 1db9ee4..82a3aa4 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 StapleButter
+ Copyright 2016-2019 Arisotura
This file is part of melonDS.