diff --git a/pyproject.toml b/pyproject.toml index 2889b567..3c856dbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ backend-path = ["_custom_build"] name = "skytemple-randomizer" version = "2.2.0" authors = [ - { name = 'Marco "Capypara" Köpcke', email = "hello@capypara.de" }, + { name = 'SkyTemple Contributrors', email = "contact@skytemple.org" }, # see About dialog or GitHub contributors list for additional people. ] description = "Randomizer GUI to randomize the ROM of Pokémon Mystery Dungeon Explorers of Sky" diff --git a/skytemple_randomizer/__init__.py b/skytemple_randomizer/__init__.py index b4f27d01..daa667c7 100644 --- a/skytemple_randomizer/__init__.py +++ b/skytemple_randomizer/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/config.py b/skytemple_randomizer/config.py index 75027c05..9af602b7 100644 --- a/skytemple_randomizer/config.py +++ b/skytemple_randomizer/config.py @@ -1,6 +1,6 @@ """Managing the configuration for the randomizer.""" -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/export_quiz_xml.py b/skytemple_randomizer/export_quiz_xml.py index 09105a10..0994ba52 100644 --- a/skytemple_randomizer/export_quiz_xml.py +++ b/skytemple_randomizer/export_quiz_xml.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/__init__.py b/skytemple_randomizer/frontend/__init__.py index b4f27d01..daa667c7 100644 --- a/skytemple_randomizer/frontend/__init__.py +++ b/skytemple_randomizer/frontend/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/abstract.py b/skytemple_randomizer/frontend/abstract.py index c81cfa6e..c140d431 100644 --- a/skytemple_randomizer/frontend/abstract.py +++ b/skytemple_randomizer/frontend/abstract.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/cli/__init__.py b/skytemple_randomizer/frontend/cli/__init__.py index 26fb49c0..ebcacaad 100644 --- a/skytemple_randomizer/frontend/cli/__init__.py +++ b/skytemple_randomizer/frontend/cli/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/cli/config_argument.py b/skytemple_randomizer/frontend/cli/config_argument.py index 3e8aa2ef..43d8d83f 100644 --- a/skytemple_randomizer/frontend/cli/config_argument.py +++ b/skytemple_randomizer/frontend/cli/config_argument.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/cli/error.py b/skytemple_randomizer/frontend/cli/error.py index 4a4a364f..ec6a7911 100644 --- a/skytemple_randomizer/frontend/cli/error.py +++ b/skytemple_randomizer/frontend/cli/error.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/cli/info.py b/skytemple_randomizer/frontend/cli/info.py index fedd4550..d67564c8 100644 --- a/skytemple_randomizer/frontend/cli/info.py +++ b/skytemple_randomizer/frontend/cli/info.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/cli/randomize.py b/skytemple_randomizer/frontend/cli/randomize.py index b99df8f1..a9cef971 100644 --- a/skytemple_randomizer/frontend/cli/randomize.py +++ b/skytemple_randomizer/frontend/cli/randomize.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/cli/rom_argument.py b/skytemple_randomizer/frontend/cli/rom_argument.py index 6debc741..165ef0b9 100644 --- a/skytemple_randomizer/frontend/cli/rom_argument.py +++ b/skytemple_randomizer/frontend/cli/rom_argument.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/__init__.py b/skytemple_randomizer/frontend/gtk/__init__.py index b4f27d01..daa667c7 100644 --- a/skytemple_randomizer/frontend/gtk/__init__.py +++ b/skytemple_randomizer/frontend/gtk/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/frontend.py b/skytemple_randomizer/frontend/gtk/frontend.py index ff2ed328..1cdf2c04 100644 --- a/skytemple_randomizer/frontend/gtk/frontend.py +++ b/skytemple_randomizer/frontend/gtk/frontend.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/hacks.py b/skytemple_randomizer/frontend/gtk/hacks.py index 1cf76a35..f22c0579 100644 --- a/skytemple_randomizer/frontend/gtk/hacks.py +++ b/skytemple_randomizer/frontend/gtk/hacks.py @@ -1,6 +1,6 @@ """Hacks that could easily break and should ideally not be relied upon.""" -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/init_locale.py b/skytemple_randomizer/frontend/gtk/init_locale.py index df9b2c34..38a4feed 100644 --- a/skytemple_randomizer/frontend/gtk/init_locale.py +++ b/skytemple_randomizer/frontend/gtk/init_locale.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/main.py b/skytemple_randomizer/frontend/gtk/main.py index 7828a559..f5d5cf32 100644 --- a/skytemple_randomizer/frontend/gtk/main.py +++ b/skytemple_randomizer/frontend/gtk/main.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/path.py b/skytemple_randomizer/frontend/gtk/path.py index 7eb94ce4..59bcb2b4 100644 --- a/skytemple_randomizer/frontend/gtk/path.py +++ b/skytemple_randomizer/frontend/gtk/path.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/settings.py b/skytemple_randomizer/frontend/gtk/settings.py index 0656ab03..6a308180 100644 --- a/skytemple_randomizer/frontend/gtk/settings.py +++ b/skytemple_randomizer/frontend/gtk/settings.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/ui_util.py b/skytemple_randomizer/frontend/gtk/ui_util.py index 1d7b3309..1ec33f43 100644 --- a/skytemple_randomizer/frontend/gtk/ui_util.py +++ b/skytemple_randomizer/frontend/gtk/ui_util.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # @@ -33,10 +33,8 @@ def show_about_dialog(parent: Gtk.Widget): - CREDITS = """Project Lead: -Marco "Capypara" Köpcke https://github.com/theCapypara - -Contributors: + CREDITS = """Contributors: +Marco "Capypara" Köpcke (former project lead) https://github.com/theCapypara Aikku93 (via tilequant) https://github.com/aikku93 techticks (MacOS packaging) https://github.com/tech-ticks marius851000 (via skytemple-rust) https://github.com/marius851000 diff --git a/skytemple_randomizer/frontend/gtk/widgets/__init__.py b/skytemple_randomizer/frontend/gtk/widgets/__init__.py index 217bd5af..2c791efd 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/__init__.py +++ b/skytemple_randomizer/frontend/gtk/widgets/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/_util.py b/skytemple_randomizer/frontend/gtk/widgets/_util.py index cd1dbe7d..f3bf6ce1 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/_util.py +++ b/skytemple_randomizer/frontend/gtk/widgets/_util.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/banner_update_info.py b/skytemple_randomizer/frontend/gtk/widgets/banner_update_info.py index 6ef68532..56462bd9 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/banner_update_info.py +++ b/skytemple_randomizer/frontend/gtk/widgets/banner_update_info.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/base_dialog_settings.py b/skytemple_randomizer/frontend/gtk/widgets/base_dialog_settings.py index 19e8e4da..5a9e8b6b 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/base_dialog_settings.py +++ b/skytemple_randomizer/frontend/gtk/widgets/base_dialog_settings.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/dialog_randomize.py b/skytemple_randomizer/frontend/gtk/widgets/dialog_randomize.py index 0c2ab91c..9311ff1b 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/dialog_randomize.py +++ b/skytemple_randomizer/frontend/gtk/widgets/dialog_randomize.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/grid_links.py b/skytemple_randomizer/frontend/gtk/widgets/grid_links.py index 0d63f051..676ff734 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/grid_links.py +++ b/skytemple_randomizer/frontend/gtk/widgets/grid_links.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_dungeons.py b/skytemple_randomizer/frontend/gtk/widgets/page_dungeons.py index 7f0bacba..03a50e5d 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_dungeons.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_dungeons.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_chances.py b/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_chances.py index f7077e50..b5e9261a 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_chances.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_chances.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_individual_settings.py b/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_individual_settings.py index 2c064c8a..d6f45878 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_individual_settings.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_individual_settings.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_settings.py b/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_settings.py index fa79b783..4edbc165 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_settings.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_dungeons_settings.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_explorer_rank.py b/skytemple_randomizer/frontend/gtk/widgets/page_explorer_rank.py index 291635d2..a7856359 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_explorer_rank.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_explorer_rank.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_items.py b/skytemple_randomizer/frontend/gtk/widgets/page_items.py index 1645d2ba..d4bac754 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_items.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_items.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_items_categories.py b/skytemple_randomizer/frontend/gtk/widgets/page_items_categories.py index 5f71bd22..aace5187 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_items_categories.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_items_categories.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_monsters.py b/skytemple_randomizer/frontend/gtk/widgets/page_monsters.py index caa3e0cc..2cdc3f19 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_monsters.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_monsters.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_monsters_abilities.py b/skytemple_randomizer/frontend/gtk/widgets/page_monsters_abilities.py index e6f0ba43..727d403c 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_monsters_abilities.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_monsters_abilities.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_monsters_pool.py b/skytemple_randomizer/frontend/gtk/widgets/page_monsters_pool.py index 698b7e06..2d5ad9e6 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_monsters_pool.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_monsters_pool.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_moves_pool.py b/skytemple_randomizer/frontend/gtk/widgets/page_moves_pool.py index a39db7dc..19a67318 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_moves_pool.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_moves_pool.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_movesets.py b/skytemple_randomizer/frontend/gtk/widgets/page_movesets.py index 94eb8e43..d95f0015 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_movesets.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_movesets.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_music.py b/skytemple_randomizer/frontend/gtk/widgets/page_music.py index eff68a9a..af631949 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_music.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_music.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_patches.py b/skytemple_randomizer/frontend/gtk/widgets/page_patches.py index 65ad7cfa..f6ed22f3 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_patches.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_patches.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_personality_quiz.py b/skytemple_randomizer/frontend/gtk/widgets/page_personality_quiz.py index 9b64ecf9..aaf73fff 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_personality_quiz.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_personality_quiz.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_personality_quiz_questions.py b/skytemple_randomizer/frontend/gtk/widgets/page_personality_quiz_questions.py index 777d9f87..1d73e814 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_personality_quiz_questions.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_personality_quiz_questions.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_settings.py b/skytemple_randomizer/frontend/gtk/widgets/page_settings.py index a7d249cc..1a05f4e5 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_settings.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_settings.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_tactics_iq.py b/skytemple_randomizer/frontend/gtk/widgets/page_tactics_iq.py index 77048847..19649f41 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_tactics_iq.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_tactics_iq.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_text.py b/skytemple_randomizer/frontend/gtk/widgets/page_text.py index 8d39ea51..459b32e0 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_text.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_text.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_text_pool.py b/skytemple_randomizer/frontend/gtk/widgets/page_text_pool.py index 0cf1f91e..f1c63d0f 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_text_pool.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_text_pool.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_tweaks.py b/skytemple_randomizer/frontend/gtk/widgets/page_tweaks.py index e6309d13..757a76df 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_tweaks.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_tweaks.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/page_welcome.py b/skytemple_randomizer/frontend/gtk/widgets/page_welcome.py index 89fa94df..9892cb91 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/page_welcome.py +++ b/skytemple_randomizer/frontend/gtk/widgets/page_welcome.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/popover_help.py b/skytemple_randomizer/frontend/gtk/widgets/popover_help.py index a5ae3174..509d42db 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/popover_help.py +++ b/skytemple_randomizer/frontend/gtk/widgets/popover_help.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/stack_main.py b/skytemple_randomizer/frontend/gtk/widgets/stack_main.py index c86d6d4f..8d4b853b 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/stack_main.py +++ b/skytemple_randomizer/frontend/gtk/widgets/stack_main.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/stack_start.py b/skytemple_randomizer/frontend/gtk/widgets/stack_start.py index f6935afb..05ca3b5b 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/stack_start.py +++ b/skytemple_randomizer/frontend/gtk/widgets/stack_start.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/window_app.py b/skytemple_randomizer/frontend/gtk/widgets/window_app.py index 329331a5..12e3635a 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/window_app.py +++ b/skytemple_randomizer/frontend/gtk/widgets/window_app.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/frontend/gtk/widgets/window_portrait_debug.py b/skytemple_randomizer/frontend/gtk/widgets/window_portrait_debug.py index b7e533da..e87fb765 100644 --- a/skytemple_randomizer/frontend/gtk/widgets/window_portrait_debug.py +++ b/skytemple_randomizer/frontend/gtk/widgets/window_portrait_debug.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/lists.py b/skytemple_randomizer/lists.py index a0a9a66b..2d9c322f 100644 --- a/skytemple_randomizer/lists.py +++ b/skytemple_randomizer/lists.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/main.py b/skytemple_randomizer/main.py index d17271ca..802f30ca 100644 --- a/skytemple_randomizer/main.py +++ b/skytemple_randomizer/main.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/__init__.py b/skytemple_randomizer/randomizer/__init__.py index b4f27d01..daa667c7 100644 --- a/skytemple_randomizer/randomizer/__init__.py +++ b/skytemple_randomizer/randomizer/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/abstract.py b/skytemple_randomizer/randomizer/abstract.py index b6fced03..629b1e86 100644 --- a/skytemple_randomizer/randomizer/abstract.py +++ b/skytemple_randomizer/randomizer/abstract.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/blind_items_moves.py b/skytemple_randomizer/randomizer/blind_items_moves.py index f9fef973..1e175f3a 100644 --- a/skytemple_randomizer/randomizer/blind_items_moves.py +++ b/skytemple_randomizer/randomizer/blind_items_moves.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/boss.py b/skytemple_randomizer/randomizer/boss.py index 3640e87d..38a451e2 100644 --- a/skytemple_randomizer/randomizer/boss.py +++ b/skytemple_randomizer/randomizer/boss.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # @@ -267,7 +267,7 @@ def run(self, status: Status): def create_mapping(): from ndspy.rom import NintendoDSRom - rom = NintendoDSRom.fromFile("/home/marco/dev/skytemple/skytemple/skyworkcopy_us_unpatched.nds") + rom = NintendoDSRom.fromFile("/home/xxxx/dev/skytemple/skytemple/skyworkcopy_us_unpatched.nds") from skytemple_files.common.util import get_ppmdu_config_for_rom static_data = get_ppmdu_config_for_rom(rom) diff --git a/skytemple_randomizer/randomizer/chapter.py b/skytemple_randomizer/randomizer/chapter.py index 1436b0dc..205bc06b 100644 --- a/skytemple_randomizer/randomizer/chapter.py +++ b/skytemple_randomizer/randomizer/chapter.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/common/__init__.py b/skytemple_randomizer/randomizer/common/__init__.py index b4f27d01..daa667c7 100644 --- a/skytemple_randomizer/randomizer/common/__init__.py +++ b/skytemple_randomizer/randomizer/common/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/common/items.py b/skytemple_randomizer/randomizer/common/items.py index 03336fe4..0910bef1 100644 --- a/skytemple_randomizer/randomizer/common/items.py +++ b/skytemple_randomizer/randomizer/common/items.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/dungeon.py b/skytemple_randomizer/randomizer/dungeon.py index 4f2b99d3..89185f0c 100644 --- a/skytemple_randomizer/randomizer/dungeon.py +++ b/skytemple_randomizer/randomizer/dungeon.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/dungeon_unlocker.py b/skytemple_randomizer/randomizer/dungeon_unlocker.py index 6dba76a0..ea62e6da 100644 --- a/skytemple_randomizer/randomizer/dungeon_unlocker.py +++ b/skytemple_randomizer/randomizer/dungeon_unlocker.py @@ -1,6 +1,6 @@ """Inserts commands into the script coroutine EVENT_DIVIDE to unlock all selected dungeons.""" -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/explorer_ranks.py b/skytemple_randomizer/randomizer/explorer_ranks.py index 214bcb62..2061edcb 100644 --- a/skytemple_randomizer/randomizer/explorer_ranks.py +++ b/skytemple_randomizer/randomizer/explorer_ranks.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/fixed_room.py b/skytemple_randomizer/randomizer/fixed_room.py index b500e278..f2ed07aa 100644 --- a/skytemple_randomizer/randomizer/fixed_room.py +++ b/skytemple_randomizer/randomizer/fixed_room.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/fixes/quicksand_pit.py b/skytemple_randomizer/randomizer/fixes/quicksand_pit.py index 63df020f..092411b8 100644 --- a/skytemple_randomizer/randomizer/fixes/quicksand_pit.py +++ b/skytemple_randomizer/randomizer/fixes/quicksand_pit.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/global_items.py b/skytemple_randomizer/randomizer/global_items.py index 8234e025..4f1174f8 100644 --- a/skytemple_randomizer/randomizer/global_items.py +++ b/skytemple_randomizer/randomizer/global_items.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/guest.py b/skytemple_randomizer/randomizer/guest.py index 43a85bd4..56552197 100644 --- a/skytemple_randomizer/randomizer/guest.py +++ b/skytemple_randomizer/randomizer/guest.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/iq_tactics.py b/skytemple_randomizer/randomizer/iq_tactics.py index 80dcea33..3819ee57 100644 --- a/skytemple_randomizer/randomizer/iq_tactics.py +++ b/skytemple_randomizer/randomizer/iq_tactics.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/location.py b/skytemple_randomizer/randomizer/location.py index 9120b9ac..28362963 100644 --- a/skytemple_randomizer/randomizer/location.py +++ b/skytemple_randomizer/randomizer/location.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/misc.py b/skytemple_randomizer/randomizer/misc.py index 8294cca0..1247902d 100644 --- a/skytemple_randomizer/randomizer/misc.py +++ b/skytemple_randomizer/randomizer/misc.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/monster.py b/skytemple_randomizer/randomizer/monster.py index e03dc05f..2b8911db 100644 --- a/skytemple_randomizer/randomizer/monster.py +++ b/skytemple_randomizer/randomizer/monster.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/moveset.py b/skytemple_randomizer/randomizer/moveset.py index ff228994..7dbc94a6 100644 --- a/skytemple_randomizer/randomizer/moveset.py +++ b/skytemple_randomizer/randomizer/moveset.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/npc.py b/skytemple_randomizer/randomizer/npc.py index f95a36c7..cc5bfda4 100644 --- a/skytemple_randomizer/randomizer/npc.py +++ b/skytemple_randomizer/randomizer/npc.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/overworld_music.py b/skytemple_randomizer/randomizer/overworld_music.py index 9a9068fe..973582cc 100644 --- a/skytemple_randomizer/randomizer/overworld_music.py +++ b/skytemple_randomizer/randomizer/overworld_music.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/patch_applier.py b/skytemple_randomizer/randomizer/patch_applier.py index fab7ef9f..05da299c 100644 --- a/skytemple_randomizer/randomizer/patch_applier.py +++ b/skytemple_randomizer/randomizer/patch_applier.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/portrait_downloader.py b/skytemple_randomizer/randomizer/portrait_downloader.py index 7b9697d0..b27df1ba 100644 --- a/skytemple_randomizer/randomizer/portrait_downloader.py +++ b/skytemple_randomizer/randomizer/portrait_downloader.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/quiz.py b/skytemple_randomizer/randomizer/quiz.py index 75cd337b..cb032886 100644 --- a/skytemple_randomizer/randomizer/quiz.py +++ b/skytemple_randomizer/randomizer/quiz.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # @@ -184,7 +184,7 @@ def _get_vanilla_questions(self) -> list[QuizQuestion]: if __name__ == "__main__": import json - with open("/home/marco/dev/skytemple/skytemple/randomizer/skytemple_randomizer/data/default.json") as f_test: + with open("/home/xxxx/dev/skytemple/skytemple/randomizer/skytemple_randomizer/data/default.json") as f_test: data = json.load(f_test) for question in data["quiz"]["questions"]: for answer in question["answers"]: diff --git a/skytemple_randomizer/randomizer/recruitment_table.py b/skytemple_randomizer/randomizer/recruitment_table.py index 72da90d0..54aa6b97 100644 --- a/skytemple_randomizer/randomizer/recruitment_table.py +++ b/skytemple_randomizer/randomizer/recruitment_table.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/seed_info.py b/skytemple_randomizer/randomizer/seed_info.py index b2fd59a2..3fe14288 100644 --- a/skytemple_randomizer/randomizer/seed_info.py +++ b/skytemple_randomizer/randomizer/seed_info.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # @@ -221,7 +221,7 @@ def 0 {{ message_SetFace(ACTOR_NPC_TEST010, FACE_HAPPY, FACE_POS_TOP_L_FACEINW); message_Talk(" This ROM has been randomized\\nwith the SkyTemple Randomizer!"); message_ResetActor(); - message_Notice("SkyTemple Randomizer by [CS:A]Capypara[CR].\\nVersion: [CS:Z]{escape(version())}[CR]\\nSeed: [CS:C]{escape(str(self.seed))}[CR]"); + message_Notice("SkyTemple Randomizer.\\nVersion: [CS:Z]{escape(version())}[CR]\\nSeed: [CS:C]{escape(str(self.seed))}[CR]"); @l_menu; switch ( message_SwitchMenu(0, 1) ) {{ @@ -309,7 +309,7 @@ def 0 {{ message_SetFace(ACTOR_NPC_TEST009, FACE_HAPPY, FACE_POS_TOP_L_FACEINW); message_Talk(" This ROM has been randomized\\nwith the SkyTemple Randomizer!"); message_ResetActor(); - message_Notice("SkyTemple Randomizer by [CS:A]Capypara[CR].\\nVersion: [CS:Z]{escape(version())}[CR]\\nSeed: [CS:C]{escape(str(self.seed))}[CR]"); + message_Notice("SkyTemple Randomizer.\\nVersion: [CS:Z]{escape(version())}[CR]\\nSeed: [CS:C]{escape(str(self.seed))}[CR]"); @l_menu; switch ( message_SwitchMenu(0, 1) ) {{ @@ -378,7 +378,7 @@ def 0 {{ message_SetFace(ACTOR_NPC_TEST008, FACE_HAPPY, FACE_POS_TOP_L_FACEINW); message_Talk(" This ROM has been randomized\\nwith the SkyTemple Randomizer!"); message_ResetActor(); - message_Notice("SkyTemple Randomizer by [CS:A]Capypara[CR].\\nVersion: [CS:Z]{escape(version())}[CR]\\nSeed: [CS:C]{escape(str(self.seed))}[CR]"); + message_Notice("SkyTemple Randomizer.\\nVersion: [CS:Z]{escape(version())}[CR]\\nSeed: [CS:C]{escape(str(self.seed))}[CR]"); @l_menu; switch ( message_SwitchMenu(0, 1) ) {{ @@ -467,7 +467,7 @@ def 0 {{ message_SetFace(ACTOR_NPC_TEST007, FACE_HAPPY, FACE_POS_TOP_L_FACEINW); message_Talk(" This ROM has been randomized\\nwith the SkyTemple Randomizer!"); message_ResetActor(); - message_Notice("SkyTemple Randomizer by [CS:A]Capypara[CR].\\nVersion: [CS:Z]{escape(version())}[CR]\\nSeed: [CS:C]{escape(str(self.seed))}[CR]"); + message_Notice("SkyTemple Randomizer.\\nVersion: [CS:Z]{escape(version())}[CR]\\nSeed: [CS:C]{escape(str(self.seed))}[CR]"); @l_menu; switch ( message_SwitchMenu(0, 1) ) {{ diff --git a/skytemple_randomizer/randomizer/special/__init__.py b/skytemple_randomizer/randomizer/special/__init__.py index b4f27d01..daa667c7 100644 --- a/skytemple_randomizer/randomizer/special/__init__.py +++ b/skytemple_randomizer/randomizer/special/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/special/fun.py b/skytemple_randomizer/randomizer/special/fun.py index 809c28e9..20ede9db 100644 --- a/skytemple_randomizer/randomizer/special/fun.py +++ b/skytemple_randomizer/randomizer/special/fun.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/special_pc.py b/skytemple_randomizer/randomizer/special_pc.py index 5f2ccca5..be949259 100644 --- a/skytemple_randomizer/randomizer/special_pc.py +++ b/skytemple_randomizer/randomizer/special_pc.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/starter.py b/skytemple_randomizer/randomizer/starter.py index 2b2f0683..e77d0609 100644 --- a/skytemple_randomizer/randomizer/starter.py +++ b/skytemple_randomizer/randomizer/starter.py @@ -3,7 +3,7 @@ Based on mdrngzer. """ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/text_main.py b/skytemple_randomizer/randomizer/text_main.py index 6d19100b..ffcc5537 100644 --- a/skytemple_randomizer/randomizer/text_main.py +++ b/skytemple_randomizer/randomizer/text_main.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/text_script.py b/skytemple_randomizer/randomizer/text_script.py index 0ee012bc..15d97372 100644 --- a/skytemple_randomizer/randomizer/text_script.py +++ b/skytemple_randomizer/randomizer/text_script.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/util/__init__.py b/skytemple_randomizer/randomizer/util/__init__.py index b4f27d01..daa667c7 100644 --- a/skytemple_randomizer/randomizer/util/__init__.py +++ b/skytemple_randomizer/randomizer/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/util/debug.py b/skytemple_randomizer/randomizer/util/debug.py index ce47b667..9179d239 100644 --- a/skytemple_randomizer/randomizer/util/debug.py +++ b/skytemple_randomizer/randomizer/util/debug.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer/util/util.py b/skytemple_randomizer/randomizer/util/util.py index 5bd69be7..651e60db 100644 --- a/skytemple_randomizer/randomizer/util/util.py +++ b/skytemple_randomizer/randomizer/util/util.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/randomizer_thread.py b/skytemple_randomizer/randomizer_thread.py index b8508cd4..92836d64 100644 --- a/skytemple_randomizer/randomizer_thread.py +++ b/skytemple_randomizer/randomizer_thread.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/status.py b/skytemple_randomizer/status.py index a01671e3..92183233 100644 --- a/skytemple_randomizer/status.py +++ b/skytemple_randomizer/status.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. # diff --git a/skytemple_randomizer/string_provider.py b/skytemple_randomizer/string_provider.py index b915be57..591c6015 100644 --- a/skytemple_randomizer/string_provider.py +++ b/skytemple_randomizer/string_provider.py @@ -1,6 +1,6 @@ """Forked from SkyTemple.""" -# Copyright 2020-2024 Capypara and the SkyTemple Contributors +# Copyright 2020-2025 SkyTemple Contributors # # This file is part of SkyTemple. #