From b2f1a8f535f34d3b861e17063e4a58cdc63bdcbc Mon Sep 17 00:00:00 2001 From: bladeoner Date: Thu, 2 Jul 2020 08:50:35 +0200 Subject: [PATCH] Update file headers (#934) --- 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 | 2 +- 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, 31 insertions(+), 31 deletions(-) diff --git a/source/audio.cpp b/source/audio.cpp index 31f7c0c..275af92 100644 --- a/source/audio.cpp +++ b/source/audio.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * audio.cpp * diff --git a/source/audio.h b/source/audio.h index bfd67d7..73382d2 100644 --- a/source/audio.h +++ b/source/audio.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * audio.h * diff --git a/source/button_mapping.c b/source/button_mapping.c index a211073..3183462 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-2019 + * Tantric 2008-2020 * * button_mapping.c * diff --git a/source/button_mapping.h b/source/button_mapping.h index 5a18877..888cdbf 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-2019 + * Tantric 2008-2020 * * button_mapping.h * diff --git a/source/cheatmgr.cpp b/source/cheatmgr.cpp index af8fd24..c4a1557 100644 --- a/source/cheatmgr.cpp +++ b/source/cheatmgr.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * cheatmgr.cpp * diff --git a/source/filebrowser.cpp b/source/filebrowser.cpp index 28f36eb..ce07a2f 100644 --- a/source/filebrowser.cpp +++ b/source/filebrowser.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * filebrowser.cpp * diff --git a/source/filebrowser.h b/source/filebrowser.h index 6e43e15..32216aa 100644 --- a/source/filebrowser.h +++ b/source/filebrowser.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * filebrowser.h * diff --git a/source/filelist.h b/source/filelist.h index 4a8970a..a6a8437 100644 --- a/source/filelist.h +++ b/source/filelist.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * filelist.h * diff --git a/source/fileop.cpp b/source/fileop.cpp index e87f159..7665f9b 100644 --- a/source/fileop.cpp +++ b/source/fileop.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * fileop.cpp * diff --git a/source/fileop.h b/source/fileop.h index 1cfeb5e..314a25c 100644 --- a/source/fileop.h +++ b/source/fileop.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * fileop.h * diff --git a/source/freeze.cpp b/source/freeze.cpp index 7ff2e71..b86bd61 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-2019 + * Tantric 2008-2020 * * freeze.cpp ***************************************************************************/ diff --git a/source/freeze.h b/source/freeze.h index 2f01b1b..78787a8 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-2019 + * Tantric 2008-2020 * * freeze.h ***************************************************************************/ diff --git a/source/gcunzip.cpp b/source/gcunzip.cpp index 3e42c50..3b24b02 100644 --- a/source/gcunzip.cpp +++ b/source/gcunzip.cpp @@ -3,7 +3,7 @@ * * softdev July 2006 * Michniewski 2008 - * Tantric 2008-2019 + * Tantric 2008-2020 * * gcunzip.cpp * diff --git a/source/gcunzip.h b/source/gcunzip.h index cc524ae..6073eb1 100644 --- a/source/gcunzip.h +++ b/source/gcunzip.h @@ -3,7 +3,7 @@ * * softdev July 2006 * Michniewski 2008 - * Tantric 2008-2019 + * Tantric 2008-2020 * * gcunzip.h * diff --git a/source/input.cpp b/source/input.cpp index 172558f..d449bfa 100644 --- a/source/input.cpp +++ b/source/input.cpp @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May-June 2007 * Michniewski 2008 - * Tantric 2008-2019 + * Tantric 2008-2020 * * input.cpp * diff --git a/source/input.h b/source/input.h index 8a1e89e..2348045 100644 --- a/source/input.h +++ b/source/input.h @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May-June 2007 * Michniewski 2008 - * Tantric 2008-2019 + * Tantric 2008-2020 * * input.h * diff --git a/source/mem2.cpp b/source/mem2.cpp index f2e0c84..38d04c8 100644 --- a/source/mem2.cpp +++ b/source/mem2.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2010 + * Tantric 2010-2020 * * mem2.cpp * diff --git a/source/mem2.h b/source/mem2.h index 539b038..d21ccdc 100644 --- a/source/mem2.h +++ b/source/mem2.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2010 + * Tantric 2010-2020 * * mem2.h * diff --git a/source/menu.cpp b/source/menu.cpp index 7c293a8..c13d9ae 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * menu.cpp * diff --git a/source/menu.h b/source/menu.h index d87fe3e..cd984b7 100644 --- a/source/menu.h +++ b/source/menu.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * menu.h * diff --git a/source/networkop.cpp b/source/networkop.cpp index b7aaf67..3844170 100644 --- a/source/networkop.cpp +++ b/source/networkop.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * networkop.cpp * diff --git a/source/networkop.h b/source/networkop.h index ff7f1ed..d823d07 100644 --- a/source/networkop.h +++ b/source/networkop.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * networkop.h * diff --git a/source/preferences.cpp b/source/preferences.cpp index 58b3fe4..72845bd 100644 --- a/source/preferences.cpp +++ b/source/preferences.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * preferences.cpp * diff --git a/source/preferences.h b/source/preferences.h index d9c53ab..e2564b7 100644 --- a/source/preferences.h +++ b/source/preferences.h @@ -1,7 +1,7 @@ /**************************************************************************** * Snes9x Nintendo Wii/Gamecube Port * - * Tantric 2008-2019 + * Tantric 2008-2020 * * preferences.h * diff --git a/source/s9xsupport.cpp b/source/s9xsupport.cpp index 7d4dd09..378d148 100644 --- a/source/s9xsupport.cpp +++ b/source/s9xsupport.cpp @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May 2007 * Michniewski 2008 - * Tantric 2008-2019 + * Tantric 2008-2020 * * s9xsupport.cpp * diff --git a/source/snes9xgx.cpp b/source/snes9xgx.cpp index f45aca7..4cb6e94 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-2019 + * Tantric 2008-2020 * * snes9xgx.cpp * diff --git a/source/snes9xgx.h b/source/snes9xgx.h index 89cab9f..e9e4479 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-2019 + * Tantric 2008-2020 * * snes9xgx.h * diff --git a/source/sram.cpp b/source/sram.cpp index 9bd64c4..6554c3f 100644 --- a/source/sram.cpp +++ b/source/sram.cpp @@ -3,7 +3,7 @@ * * crunchy2 April 2007-July 2007 * Michniewski 2008 - * Tantric 2008-2019 + * Tantric 2008-2020 * * sram.cpp * diff --git a/source/sram.h b/source/sram.h index 6076155..a5ac5d5 100644 --- a/source/sram.h +++ b/source/sram.h @@ -3,7 +3,7 @@ * * crunchy2 April 2007-July 2007 * Michniewski 2008 - * Tantric 2008-2019 + * Tantric 2008-2020 * * sram.cpp * diff --git a/source/video.cpp b/source/video.cpp index 0e27542..f4b507d 100644 --- a/source/video.cpp +++ b/source/video.cpp @@ -4,7 +4,7 @@ * softdev July 2006 * crunchy2 May 2007 * Michniewski 2008 - * Tantric 2008-2019 + * Tantric 2008-2020 * * video.cpp * diff --git a/source/video.h b/source/video.h index f1a3e2f..8a4128d 100644 --- a/source/video.h +++ b/source/video.h @@ -3,7 +3,7 @@ * * softdev July 2006 * Michniewski 2008 - * Tantric 2008-2019 + * Tantric 2008-2020 * * video.h *