aboutsummaryrefslogtreecommitdiff
path: root/client/menu/settings
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/settings
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/settings')
-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
15 files changed, 15 insertions, 24 deletions
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