aboutsummaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-07-13 14:43:43 +0200
committermetamuffin <metamuffin@noreply.codeberg.org>2025-07-13 21:09:40 +0200
commitfd9a27d54af80f96ef2b9e808ffa3d35adcf755e (patch)
treeaa3424afe3010cbcc3e9d11c36fda84d4a44dd4a /client/menu
parent6e39c1c51aeb5caced079cd21f378298fc80d511 (diff)
downloadhurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar
hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.bz2
hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.zst
Replace copyright notices to not include individual author names
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/about.gd2
-rw-r--r--client/menu/auto_setup/blur_setup.gd2
-rw-r--r--client/menu/auto_setup/scroll_container_custom.gd2
-rw-r--r--client/menu/character.gd4
-rw-r--r--client/menu/communicate/chat/chat_message.gd2
-rw-r--r--client/menu/communicate/chat/chat_open.gd2
-rw-r--r--client/menu/communicate/chat/chat_preview.gd2
-rw-r--r--client/menu/communicate/item/item_message.gd3
-rw-r--r--client/menu/communicate/item/item_render.gd2
-rw-r--r--client/menu/communicate/popup_message/pinned_item_messages.gd2
-rw-r--r--client/menu/communicate/popup_message/popup_message.gd3
-rw-r--r--client/menu/controller_buttons/controller_button.gd2
-rw-r--r--client/menu/credits.gd4
-rw-r--r--client/menu/document/document.gd3
-rw-r--r--client/menu/entry.gd2
-rw-r--r--client/menu/error.gd2
-rw-r--r--client/menu/game.gd3
-rw-r--r--client/menu/hairstyle_preview.gd3
-rw-r--r--client/menu/ingame.gd4
-rw-r--r--client/menu/lobby.gd4
-rw-r--r--client/menu/lobby/player.gd2
-rw-r--r--client/menu/main.gd4
-rw-r--r--client/menu/menu.gd3
-rw-r--r--client/menu/menu_background.gd4
-rw-r--r--client/menu/overlay.gd3
-rw-r--r--client/menu/play.gd4
-rw-r--r--client/menu/popup.gd2
-rw-r--r--client/menu/rating/rating.gd3
-rw-r--r--client/menu/scene_transition.gd3
-rw-r--r--client/menu/settings.gd3
-rw-r--r--client/menu/settings/button_setting.gd2
-rw-r--r--client/menu/settings/dropdown_setting.gd2
-rw-r--r--client/menu/settings/game_setting.gd2
-rw-r--r--client/menu/settings/input/input_manager.gd3
-rw-r--r--client/menu/settings/input/input_setting.gd3
-rw-r--r--client/menu/settings/input/input_value_node.gd3
-rw-r--r--client/menu/settings/number_setting.gd2
-rw-r--r--client/menu/settings/path_setting.gd3
-rw-r--r--client/menu/settings/preset_row.gd3
-rw-r--r--client/menu/settings/range_setting.gd3
-rw-r--r--client/menu/settings/settings_category.gd2
-rw-r--r--client/menu/settings/settings_root.gd2
-rw-r--r--client/menu/settings/settings_row.gd3
-rw-r--r--client/menu/settings/text_setting.gd3
-rw-r--r--client/menu/settings/toggle_setting.gd3
-rw-r--r--client/menu/setup.gd4
-rw-r--r--client/menu/theme/shaders/blur_mix.gdshader2
-rw-r--r--client/menu/theme/shaders/grayscale.gdshader2
-rw-r--r--client/menu/theme/shaders/menu_background.gdshader2
-rw-r--r--client/menu/theme/shaders/printed.gdshader2
50 files changed, 50 insertions, 85 deletions
diff --git a/client/menu/about.gd b/client/menu/about.gd
index a38aafe5..1a32255a 100644
--- a/client/menu/about.gd
+++ b/client/menu/about.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2025 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/auto_setup/blur_setup.gd b/client/menu/auto_setup/blur_setup.gd
index 9d55a9d4..567ac891 100644
--- a/client/menu/auto_setup/blur_setup.gd
+++ b/client/menu/auto_setup/blur_setup.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/auto_setup/scroll_container_custom.gd b/client/menu/auto_setup/scroll_container_custom.gd
index a456f644..41aa34c0 100644
--- a/client/menu/auto_setup/scroll_container_custom.gd
+++ b/client/menu/auto_setup/scroll_container_custom.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/character.gd b/client/menu/character.gd
index 8650a30c..6499d19e 100644
--- a/client/menu/character.gd
+++ b/client/menu/character.gd
@@ -1,7 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
-# Copyright 2024 tpart
-# Copyright 2024 BigbrotherNii
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/communicate/chat/chat_message.gd b/client/menu/communicate/chat/chat_message.gd
index 33dd92c8..ce3dd0ca 100644
--- a/client/menu/communicate/chat/chat_message.gd
+++ b/client/menu/communicate/chat/chat_message.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/communicate/chat/chat_open.gd b/client/menu/communicate/chat/chat_open.gd
index 41d4727e..150b0e7e 100644
--- a/client/menu/communicate/chat/chat_open.gd
+++ b/client/menu/communicate/chat/chat_open.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/communicate/chat/chat_preview.gd b/client/menu/communicate/chat/chat_preview.gd
index 798fbdd1..e41c0b15 100644
--- a/client/menu/communicate/chat/chat_preview.gd
+++ b/client/menu/communicate/chat/chat_preview.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/communicate/item/item_message.gd b/client/menu/communicate/item/item_message.gd
index 9d30ed1f..77429f7b 100644
--- a/client/menu/communicate/item/item_message.gd
+++ b/client/menu/communicate/item/item_message.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/communicate/item/item_render.gd b/client/menu/communicate/item/item_render.gd
index 875c5a74..71a5eb7c 100644
--- a/client/menu/communicate/item/item_render.gd
+++ b/client/menu/communicate/item/item_render.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/communicate/popup_message/pinned_item_messages.gd b/client/menu/communicate/popup_message/pinned_item_messages.gd
index 15ae96b5..fdbe015c 100644
--- a/client/menu/communicate/popup_message/pinned_item_messages.gd
+++ b/client/menu/communicate/popup_message/pinned_item_messages.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/communicate/popup_message/popup_message.gd b/client/menu/communicate/popup_message/popup_message.gd
index 56c8961a..7cefcdd9 100644
--- a/client/menu/communicate/popup_message/popup_message.gd
+++ b/client/menu/communicate/popup_message/popup_message.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/controller_buttons/controller_button.gd b/client/menu/controller_buttons/controller_button.gd
index 30aff4f2..71f1332f 100644
--- a/client/menu/controller_buttons/controller_button.gd
+++ b/client/menu/controller_buttons/controller_button.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/credits.gd b/client/menu/credits.gd
index d935f874..909ee4c0 100644
--- a/client/menu/credits.gd
+++ b/client/menu/credits.gd
@@ -1,7 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
-# Copyright 2024 nokoe
-# Copyright 2024 BigBrotherNii
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/document/document.gd b/client/menu/document/document.gd
index 1b1619f0..c7042852 100644
--- a/client/menu/document/document.gd
+++ b/client/menu/document/document.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/entry.gd b/client/menu/entry.gd
index f13ec76e..732b2c06 100644
--- a/client/menu/entry.gd
+++ b/client/menu/entry.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/error.gd b/client/menu/error.gd
index eabb2eb7..58e437f0 100644
--- a/client/menu/error.gd
+++ b/client/menu/error.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/game.gd b/client/menu/game.gd
index ab454af7..9d05aa5f 100644
--- a/client/menu/game.gd
+++ b/client/menu/game.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/hairstyle_preview.gd b/client/menu/hairstyle_preview.gd
index 415f5c21..78576491 100644
--- a/client/menu/hairstyle_preview.gd
+++ b/client/menu/hairstyle_preview.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2025 tpart
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/ingame.gd b/client/menu/ingame.gd
index b08ff2ab..d45a6836 100644
--- a/client/menu/ingame.gd
+++ b/client/menu/ingame.gd
@@ -1,7 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
-# Copyright 2024 nokoe
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/lobby.gd b/client/menu/lobby.gd
index 4c226936..942f38c3 100644
--- a/client/menu/lobby.gd
+++ b/client/menu/lobby.gd
@@ -1,7 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
-# Copyright 2024 nokoe
-# Copyright 2025 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/lobby/player.gd b/client/menu/lobby/player.gd
index ff211a23..175d6341 100644
--- a/client/menu/lobby/player.gd
+++ b/client/menu/lobby/player.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/main.gd b/client/menu/main.gd
index 617e7e4f..bbc74d29 100644
--- a/client/menu/main.gd
+++ b/client/menu/main.gd
@@ -1,7 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
-# Copyright 2024 nokoe
-# Copyright 2024 BigBrotherNii
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/menu.gd b/client/menu/menu.gd
index 9f3a827d..756e80c6 100644
--- a/client/menu/menu.gd
+++ b/client/menu/menu.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/menu_background.gd b/client/menu/menu_background.gd
index d626fdfd..4abb84b4 100644
--- a/client/menu/menu_background.gd
+++ b/client/menu/menu_background.gd
@@ -1,7 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
-# Copyright 2024 nokoe
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/overlay.gd b/client/menu/overlay.gd
index 3a7bfd8b..3ec5e860 100644
--- a/client/menu/overlay.gd
+++ b/client/menu/overlay.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/play.gd b/client/menu/play.gd
index afc257f3..bd52f5d1 100644
--- a/client/menu/play.gd
+++ b/client/menu/play.gd
@@ -1,7 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
-# Copyright 2024 nokoe
-# Copyright 2024 BigBrotherNii
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/popup.gd b/client/menu/popup.gd
index f087600b..ff3e089e 100644
--- a/client/menu/popup.gd
+++ b/client/menu/popup.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/rating/rating.gd b/client/menu/rating/rating.gd
index 17ac9512..023c1333 100644
--- a/client/menu/rating/rating.gd
+++ b/client/menu/rating/rating.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/scene_transition.gd b/client/menu/scene_transition.gd
index b6479a7f..330d67d6 100644
--- a/client/menu/scene_transition.gd
+++ b/client/menu/scene_transition.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings.gd b/client/menu/settings.gd
index c551074c..60113eb4 100644
--- a/client/menu/settings.gd
+++ b/client/menu/settings.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/button_setting.gd b/client/menu/settings/button_setting.gd
index 2f6cf7c1..fff8c184 100644
--- a/client/menu/settings/button_setting.gd
+++ b/client/menu/settings/button_setting.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2025 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/dropdown_setting.gd b/client/menu/settings/dropdown_setting.gd
index aa614e73..514df666 100644
--- a/client/menu/settings/dropdown_setting.gd
+++ b/client/menu/settings/dropdown_setting.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/game_setting.gd b/client/menu/settings/game_setting.gd
index 1698a963..4c8e561a 100644
--- a/client/menu/settings/game_setting.gd
+++ b/client/menu/settings/game_setting.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/input/input_manager.gd b/client/menu/settings/input/input_manager.gd
index b612bde3..e1304938 100644
--- a/client/menu/settings/input/input_manager.gd
+++ b/client/menu/settings/input/input_manager.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/input/input_setting.gd b/client/menu/settings/input/input_setting.gd
index e01b4c0c..dae5f2b7 100644
--- a/client/menu/settings/input/input_setting.gd
+++ b/client/menu/settings/input/input_setting.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/input/input_value_node.gd b/client/menu/settings/input/input_value_node.gd
index 9cf8327a..7c718e25 100644
--- a/client/menu/settings/input/input_value_node.gd
+++ b/client/menu/settings/input/input_value_node.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/number_setting.gd b/client/menu/settings/number_setting.gd
index 2326eef1..dd6fd150 100644
--- a/client/menu/settings/number_setting.gd
+++ b/client/menu/settings/number_setting.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2025 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/path_setting.gd b/client/menu/settings/path_setting.gd
index 2d8f3e9b..c599ffad 100644
--- a/client/menu/settings/path_setting.gd
+++ b/client/menu/settings/path_setting.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2025 nokoe
-# Copyright 2025 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/preset_row.gd b/client/menu/settings/preset_row.gd
index 7bf617e7..f3c46a26 100644
--- a/client/menu/settings/preset_row.gd
+++ b/client/menu/settings/preset_row.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/range_setting.gd b/client/menu/settings/range_setting.gd
index f2e656dd..b8d392a4 100644
--- a/client/menu/settings/range_setting.gd
+++ b/client/menu/settings/range_setting.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/settings_category.gd b/client/menu/settings/settings_category.gd
index ec6d58e7..bf85abd9 100644
--- a/client/menu/settings/settings_category.gd
+++ b/client/menu/settings/settings_category.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/settings_root.gd b/client/menu/settings/settings_root.gd
index 30b688f0..a9a024d8 100644
--- a/client/menu/settings/settings_root.gd
+++ b/client/menu/settings/settings_root.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/settings_row.gd b/client/menu/settings/settings_row.gd
index f75922c4..d88d49c1 100644
--- a/client/menu/settings/settings_row.gd
+++ b/client/menu/settings/settings_row.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/text_setting.gd b/client/menu/settings/text_setting.gd
index 30f8b2fe..8e2b6bec 100644
--- a/client/menu/settings/text_setting.gd
+++ b/client/menu/settings/text_setting.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/settings/toggle_setting.gd b/client/menu/settings/toggle_setting.gd
index 8ec97ff6..abcb7f4a 100644
--- a/client/menu/settings/toggle_setting.gd
+++ b/client/menu/settings/toggle_setting.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/setup.gd b/client/menu/setup.gd
index 19dfabf8..e2bcce55 100644
--- a/client/menu/setup.gd
+++ b/client/menu/setup.gd
@@ -1,7 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
-# Copyright 2024 tpart
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/theme/shaders/blur_mix.gdshader b/client/menu/theme/shaders/blur_mix.gdshader
index 7e95224d..97686a54 100644
--- a/client/menu/theme/shaders/blur_mix.gdshader
+++ b/client/menu/theme/shaders/blur_mix.gdshader
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright 2024 tpart
+ Copyright (C) 2025 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/theme/shaders/grayscale.gdshader b/client/menu/theme/shaders/grayscale.gdshader
index cc132c54..c058e7bf 100644
--- a/client/menu/theme/shaders/grayscale.gdshader
+++ b/client/menu/theme/shaders/grayscale.gdshader
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright 2024 nokoe
+ Copyright (C) 2025 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/theme/shaders/menu_background.gdshader b/client/menu/theme/shaders/menu_background.gdshader
index 91b94601..8103f691 100644
--- a/client/menu/theme/shaders/menu_background.gdshader
+++ b/client/menu/theme/shaders/menu_background.gdshader
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright 2024 metamuffin
+ Copyright (C) 2025 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/client/menu/theme/shaders/printed.gdshader b/client/menu/theme/shaders/printed.gdshader
index 3b35faa8..c24cb679 100644
--- a/client/menu/theme/shaders/printed.gdshader
+++ b/client/menu/theme/shaders/printed.gdshader
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright 2024 metamuffin
+ Copyright (C) 2025 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by