From ad638a5dbd535dc477f82dacf4c5b1193a03ae02 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Sun, 9 Jan 2022 17:41:38 +0100 Subject: [PATCH] Update file headers (#981) --- source/audio.cpp | 2 +- source/audio.h | 2 +- source/button_mapping.c | 2 +- source/button_mapping.h | 2 +- source/cheatmgr.cpp | 2 +- source/filebrowser.cpp | 2 +- source/filebrowser.h | 2 +- source/filelist.h | 2 +- source/fileop.cpp | 2 +- source/fileop.h | 2 +- source/freeze.cpp | 2 +- source/freeze.h | 2 +- source/gcunzip.cpp | 2 +- source/gcunzip.h | 2 +- source/input.cpp | 2 +- source/input.h | 2 +- source/mem2.cpp | 2 +- source/mem2.h | 2 +- source/menu.cpp | 4 ++-- source/menu.h | 2 +- source/networkop.cpp | 2 +- source/networkop.h | 2 +- source/preferences.cpp | 2 +- source/preferences.h | 2 +- source/s9xsupport.cpp | 2 +- source/snes9xgx.cpp | 2 +- source/snes9xgx.h | 2 +- source/sram.cpp | 2 +- source/sram.h | 2 +- source/video.cpp | 2 +- source/video.h | 2 +- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/source/audio.cpp b/source/audio.cpp index 61cc20c..541d4da 100644 --- a/source/audio.cpp +++ b/source/audio.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * audio.cpp * diff --git a/source/audio.h b/source/audio.h index 2725083..3f92d92 100644 --- a/source/audio.h +++ b/source/audio.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * audio.h * diff --git a/source/button_mapping.c b/source/button_mapping.c index 611997f..774ff1a 100644 --- a/source/button_mapping.c +++ b/source/button_mapping.c @@ -2,7 +2,7 @@ * Snes9x Nintendo Wii/Gamecube Port * * michniewski August 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * button_mapping.c * diff --git a/source/button_mapping.h b/source/button_mapping.h index 223ddec..dbc8c10 100644 --- a/source/button_mapping.h +++ b/source/button_mapping.h @@ -2,7 +2,7 @@ * Snes9x Nintendo Wii/Gamecube Port * * michniewski August 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * button_mapping.h * diff --git a/source/cheatmgr.cpp b/source/cheatmgr.cpp index 0387442..da9da08 100644 --- a/source/cheatmgr.cpp +++ b/source/cheatmgr.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * cheatmgr.cpp * diff --git a/source/filebrowser.cpp b/source/filebrowser.cpp index 6834a43..d93673b 100644 --- a/source/filebrowser.cpp +++ b/source/filebrowser.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * filebrowser.cpp * diff --git a/source/filebrowser.h b/source/filebrowser.h index f1d94d7..ec1fbb2 100644 --- a/source/filebrowser.h +++ b/source/filebrowser.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * filebrowser.h * diff --git a/source/filelist.h b/source/filelist.h index 8df1eb6..2b86f64 100644 --- a/source/filelist.h +++ b/source/filelist.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * filelist.h * diff --git a/source/fileop.cpp b/source/fileop.cpp index a213648..94d9cee 100644 --- a/source/fileop.cpp +++ b/source/fileop.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * fileop.cpp * diff --git a/source/fileop.h b/source/fileop.h index 9f0d6d6..f37b5f7 100644 --- a/source/fileop.h +++ b/source/fileop.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * fileop.h * diff --git a/source/freeze.cpp b/source/freeze.cpp index 787f4d1..414c1c7 100644 --- a/source/freeze.cpp +++ b/source/freeze.cpp @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May 2007-July 2007 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * freeze.cpp ***************************************************************************/ diff --git a/source/freeze.h b/source/freeze.h index 0885553..c3e8a2b 100644 --- a/source/freeze.h +++ b/source/freeze.h @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May 2007-July 2007 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * freeze.h ***************************************************************************/ diff --git a/source/gcunzip.cpp b/source/gcunzip.cpp index 99ddfd8..d778708 100644 --- a/source/gcunzip.cpp +++ b/source/gcunzip.cpp @@ -3,7 +3,7 @@ * * softdev July 2006 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * gcunzip.cpp * diff --git a/source/gcunzip.h b/source/gcunzip.h index a94cd78..738c4dc 100644 --- a/source/gcunzip.h +++ b/source/gcunzip.h @@ -3,7 +3,7 @@ * * softdev July 2006 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * gcunzip.h * diff --git a/source/input.cpp b/source/input.cpp index 204fa26..5789bfb 100644 --- a/source/input.cpp +++ b/source/input.cpp @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May-June 2007 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * input.cpp * diff --git a/source/input.h b/source/input.h index d5c4323..00b5a67 100644 --- a/source/input.h +++ b/source/input.h @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May-June 2007 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * input.h * diff --git a/source/mem2.cpp b/source/mem2.cpp index 910f5f6..f499ff0 100644 --- a/source/mem2.cpp +++ b/source/mem2.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2010-2021 + * Tantric 2010-2022 * * mem2.cpp * diff --git a/source/mem2.h b/source/mem2.h index 78a1e46..19573a1 100644 --- a/source/mem2.h +++ b/source/mem2.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2010-2021 + * Tantric 2010-2022 * * mem2.h * diff --git a/source/menu.cpp b/source/menu.cpp index f7bdfc6..9d5dd7f 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * menu.cpp * @@ -892,7 +892,7 @@ static void WindowCredits(void * ptr) GuiText::SetPresets(12, (GXColor){0, 0, 0, 255}, 0, FTGX_JUSTIFY_CENTER | FTGX_ALIGN_TOP, ALIGN_CENTRE, ALIGN_BOTTOM); - txt[i] = new GuiText("Snes9x - Copyright (c) Snes9x Team 1996 - 2021"); + txt[i] = new GuiText("Snes9x - Copyright (c) Snes9x Team 1996 - 2022"); txt[i]->SetPosition(0,-44); i++; txt[i] = new GuiText("This software is open source and may be copied, distributed, or modified "); txt[i]->SetPosition(0,-32); i++; diff --git a/source/menu.h b/source/menu.h index 7cda7f3..6dd4e84 100644 --- a/source/menu.h +++ b/source/menu.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * menu.h * diff --git a/source/networkop.cpp b/source/networkop.cpp index 777225a..5312f06 100644 --- a/source/networkop.cpp +++ b/source/networkop.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * networkop.cpp * diff --git a/source/networkop.h b/source/networkop.h index ff65c0c..106b7ce 100644 --- a/source/networkop.h +++ b/source/networkop.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * networkop.h * diff --git a/source/preferences.cpp b/source/preferences.cpp index 522930d..52e4b85 100644 --- a/source/preferences.cpp +++ b/source/preferences.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * preferences.cpp * diff --git a/source/preferences.h b/source/preferences.h index 3f20e35..4a035d5 100644 --- a/source/preferences.h +++ b/source/preferences.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2021 + * Tantric 2008-2022 * * preferences.h * diff --git a/source/s9xsupport.cpp b/source/s9xsupport.cpp index acbb975..f6a0ad7 100644 --- a/source/s9xsupport.cpp +++ b/source/s9xsupport.cpp @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May 2007 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * s9xsupport.cpp * diff --git a/source/snes9xgx.cpp b/source/snes9xgx.cpp index 8ba9c5f..8fd6975 100644 --- a/source/snes9xgx.cpp +++ b/source/snes9xgx.cpp @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May 2007-July 2007 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * snes9xgx.cpp * diff --git a/source/snes9xgx.h b/source/snes9xgx.h index 4b2b882..cf82626 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May 2007-July 2007 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * snes9xgx.h * diff --git a/source/sram.cpp b/source/sram.cpp index b13a64d..af281db 100644 --- a/source/sram.cpp +++ b/source/sram.cpp @@ -3,7 +3,7 @@ * * crunchy2 April 2007-July 2007 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * sram.cpp * diff --git a/source/sram.h b/source/sram.h index 2b13e86..43a4e13 100644 --- a/source/sram.h +++ b/source/sram.h @@ -3,7 +3,7 @@ * * crunchy2 April 2007-July 2007 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * sram.cpp * diff --git a/source/video.cpp b/source/video.cpp index 8d76cab..6a6cdd0 100644 --- a/source/video.cpp +++ b/source/video.cpp @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May 2007 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * video.cpp * diff --git a/source/video.h b/source/video.h index a5f6e2e..231fa48 100644 --- a/source/video.h +++ b/source/video.h @@ -3,7 +3,7 @@ * * softdev July 2006 * Michniewski 2008 - * Tantric 2008-2021 + * Tantric 2008-2022 * * video.h *