diff options
author | metamuffin <metamuffin@disroot.org> | 2025-07-13 14:43:43 +0200 |
---|---|---|
committer | metamuffin <metamuffin@noreply.codeberg.org> | 2025-07-13 21:09:40 +0200 |
commit | fd9a27d54af80f96ef2b9e808ffa3d35adcf755e (patch) | |
tree | aa3424afe3010cbcc3e9d11c36fda84d4a44dd4a | |
parent | 6e39c1c51aeb5caced079cd21f378298fc80d511 (diff) | |
download | hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.bz2 hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.zst |
Replace copyright notices to not include individual author names
306 files changed, 308 insertions, 418 deletions
@@ -1,8 +1,7 @@ Hurry Curry! - a game about cooking -Copyright (C) 2024 metamuffin -Copyright (C) 2024 nokoe -Copyright (C) 2024 sofviic -Copyright (C) 2024 tpart +Copyright (C) 2025 metamuffin +Copyright (C) 2025 nokoe +Copyright (C) 2025 tpart This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/client/audio/play_random.gd b/client/audio/play_random.gd index e51b77ac..4bab2b78 100644 --- a/client/audio/play_random.gd +++ b/client/audio/play_random.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/audio/sound.gd b/client/audio/sound.gd index fbd4fb5d..5b875b4e 100644 --- a/client/audio/sound.gd +++ b/client/audio/sound.gd @@ -1,8 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe -# Copyright 2024 tpart -# Copyright 2024 metamuffin -# 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/disable_wrong_joypads.gd b/client/disable_wrong_joypads.gd index 18cd9ce5..029768b3 100644 --- a/client/disable_wrong_joypads.gd +++ b/client/disable_wrong_joypads.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/game.gd b/client/game.gd index b4b6f9df..13d7403a 100644 --- a/client/game.gd +++ b/client/game.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe -# 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/global.gd b/client/global.gd index 135d504a..ac8a9c16 100644 --- a/client/global.gd +++ b/client/global.gd @@ -1,8 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 tpart -# 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/makefile b/client/makefile index 6f03fe33..281ea431 100644 --- a/client/makefile +++ b/client/makefile @@ -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/map/auto_setup/environment_setup.gd b/client/map/auto_setup/environment_setup.gd index c484ca1d..b83ffd13 100644 --- a/client/map/auto_setup/environment_setup.gd +++ b/client/map/auto_setup/environment_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/map/auto_setup/light_setup.gd b/client/map/auto_setup/light_setup.gd index 7d1b0b7a..6d5359d4 100644 --- a/client/map/auto_setup/light_setup.gd +++ b/client/map/auto_setup/light_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/map/item_factory.gd b/client/map/item_factory.gd index 035cade2..6cd160c1 100644 --- a/client/map/item_factory.gd +++ b/client/map/item_factory.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe -# 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/map/items/bun.gd b/client/map/items/bun.gd index 345c6cfc..38fd582d 100644 --- a/client/map/items/bun.gd +++ b/client/map/items/bun.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/map/items/burned.gd b/client/map/items/burned.gd index 138d6c93..2646a551 100644 --- a/client/map/items/burned.gd +++ b/client/map/items/burned.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/map/items/cheese.gd b/client/map/items/cheese.gd index b3d1bc89..72bde801 100644 --- a/client/map/items/cheese.gd +++ b/client/map/items/cheese.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/map/items/coconut.gd b/client/map/items/coconut.gd index ccc6dccc..d97abfc2 100644 --- a/client/map/items/coconut.gd +++ b/client/map/items/coconut.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/map/items/dirt.gd b/client/map/items/dirt.gd index ddf05b54..252c6b7e 100644 --- a/client/map/items/dirt.gd +++ b/client/map/items/dirt.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/map/items/dough.gd b/client/map/items/dough.gd index 108016ee..da14c34e 100644 --- a/client/map/items/dough.gd +++ b/client/map/items/dough.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/map/items/fish.gd b/client/map/items/fish.gd index 7aaf3153..ea3d894f 100644 --- a/client/map/items/fish.gd +++ b/client/map/items/fish.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/map/items/flour.gd b/client/map/items/flour.gd index 95357414..814b3ab8 100644 --- a/client/map/items/flour.gd +++ b/client/map/items/flour.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/map/items/food_processor.gd b/client/map/items/food_processor.gd index 38adf5aa..4932b791 100644 --- a/client/map/items/food_processor.gd +++ b/client/map/items/food_processor.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/map/items/food_processor_fill.gd b/client/map/items/food_processor_fill.gd index aa92de69..25d634da 100644 --- a/client/map/items/food_processor_fill.gd +++ b/client/map/items/food_processor_fill.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 Rusty Striker -# 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/map/items/generic_item.gd b/client/map/items/generic_item.gd index 9c3d3931..00c67d11 100644 --- a/client/map/items/generic_item.gd +++ b/client/map/items/generic_item.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/map/items/glass.gd b/client/map/items/glass.gd index 6f34aa92..62a4fb56 100644 --- a/client/map/items/glass.gd +++ b/client/map/items/glass.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/map/items/glass_fill.gd b/client/map/items/glass_fill.gd index dc03f784..27cceb1f 100644 --- a/client/map/items/glass_fill.gd +++ b/client/map/items/glass_fill.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/map/items/glass_items.gd b/client/map/items/glass_items.gd index 077c9bad..970b25d1 100644 --- a/client/map/items/glass_items.gd +++ b/client/map/items/glass_items.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/map/items/icecream.gd b/client/map/items/icecream.gd index 8cf9fbd3..19e3c91d 100644 --- a/client/map/items/icecream.gd +++ b/client/map/items/icecream.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/map/items/item.gd b/client/map/items/item.gd index 6243449b..7e858aec 100644 --- a/client/map/items/item.gd +++ b/client/map/items/item.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe -# 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/map/items/leek.gd b/client/map/items/leek.gd index 8503dd41..ddb10df5 100644 --- a/client/map/items/leek.gd +++ b/client/map/items/leek.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/map/items/lettuce.gd b/client/map/items/lettuce.gd index fef657dc..5cde7fc5 100644 --- a/client/map/items/lettuce.gd +++ b/client/map/items/lettuce.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/map/items/lettuce_crate.gd b/client/map/items/lettuce_crate.gd index 126c8829..2a0ff5a5 100644 --- a/client/map/items/lettuce_crate.gd +++ b/client/map/items/lettuce_crate.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/map/items/mochi.gd b/client/map/items/mochi.gd index 3f873d10..9ec98658 100644 --- a/client/map/items/mochi.gd +++ b/client/map/items/mochi.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/map/items/nigiri.gd b/client/map/items/nigiri.gd index b31a9603..af18c564 100644 --- a/client/map/items/nigiri.gd +++ b/client/map/items/nigiri.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/map/items/pan.gd b/client/map/items/pan.gd index bc858a6b..11f80deb 100644 --- a/client/map/items/pan.gd +++ b/client/map/items/pan.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/map/items/patty.gd b/client/map/items/patty.gd index 23d9879f..793f6cc5 100644 --- a/client/map/items/patty.gd +++ b/client/map/items/patty.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/map/items/plate.gd b/client/map/items/plate.gd index 7938a35d..5fbc0339 100644 --- a/client/map/items/plate.gd +++ b/client/map/items/plate.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/map/items/plate_fill.gd b/client/map/items/plate_fill.gd index c56de565..057fc11f 100644 --- a/client/map/items/plate_fill.gd +++ b/client/map/items/plate_fill.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/map/items/pot.gd b/client/map/items/pot.gd index 11648b7f..6ff61f2f 100644 --- a/client/map/items/pot.gd +++ b/client/map/items/pot.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/map/items/pot_fill.gd b/client/map/items/pot_fill.gd index 2c9ef929..0a59038d 100644 --- a/client/map/items/pot_fill.gd +++ b/client/map/items/pot_fill.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/map/items/rice.gd b/client/map/items/rice.gd index 634cd565..f4326b42 100644 --- a/client/map/items/rice.gd +++ b/client/map/items/rice.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/map/items/seared_patty.gd b/client/map/items/seared_patty.gd index 3b6b528c..d398849a 100644 --- a/client/map/items/seared_patty.gd +++ b/client/map/items/seared_patty.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/map/items/seared_steak.gd b/client/map/items/seared_steak.gd index c183aef2..f8e83a88 100644 --- a/client/map/items/seared_steak.gd +++ b/client/map/items/seared_steak.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/map/items/sliced_bun.gd b/client/map/items/sliced_bun.gd index 40c0c014..0afa1887 100644 --- a/client/map/items/sliced_bun.gd +++ b/client/map/items/sliced_bun.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/map/items/sliced_bun_bottom.gd b/client/map/items/sliced_bun_bottom.gd index 28ccd90a..792a7960 100644 --- a/client/map/items/sliced_bun_bottom.gd +++ b/client/map/items/sliced_bun_bottom.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/map/items/sliced_bun_top.gd b/client/map/items/sliced_bun_top.gd index c4ad4dc5..16a45a6f 100644 --- a/client/map/items/sliced_bun_top.gd +++ b/client/map/items/sliced_bun_top.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/map/items/sliced_cheese.gd b/client/map/items/sliced_cheese.gd index 955233f1..dc64aa66 100644 --- a/client/map/items/sliced_cheese.gd +++ b/client/map/items/sliced_cheese.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/map/items/sliced_fish.gd b/client/map/items/sliced_fish.gd index 41f6d5a4..8432216a 100644 --- a/client/map/items/sliced_fish.gd +++ b/client/map/items/sliced_fish.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/map/items/sliced_lettuce.gd b/client/map/items/sliced_lettuce.gd index fbc7553f..871038be 100644 --- a/client/map/items/sliced_lettuce.gd +++ b/client/map/items/sliced_lettuce.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/map/items/sliced_tomato.gd b/client/map/items/sliced_tomato.gd index a9114a44..6630b336 100644 --- a/client/map/items/sliced_tomato.gd +++ b/client/map/items/sliced_tomato.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/map/items/steak.gd b/client/map/items/steak.gd index 7c8d9913..31b33eb3 100644 --- a/client/map/items/steak.gd +++ b/client/map/items/steak.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/map/items/strawberry.gd b/client/map/items/strawberry.gd index f2a1165a..3478dffd 100644 --- a/client/map/items/strawberry.gd +++ b/client/map/items/strawberry.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/map/items/tomato.gd b/client/map/items/tomato.gd index 65b7fc28..4782010f 100644 --- a/client/map/items/tomato.gd +++ b/client/map/items/tomato.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/map/items/unknown_order.gd b/client/map/items/unknown_order.gd index 9cb472aa..801589a9 100644 --- a/client/map/items/unknown_order.gd +++ b/client/map/items/unknown_order.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/map/map.gd b/client/map/map.gd index 5d6719e9..56101978 100644 --- a/client/map/map.gd +++ b/client/map/map.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe -# 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/map/progress/progress.gd b/client/map/progress/progress.gd index d8f9bc98..d8d714ba 100644 --- a/client/map/progress/progress.gd +++ b/client/map/progress/progress.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/map/progress/progress.gdshader b/client/map/progress/progress.gdshader index a5ebf575..3c3557cd 100644 --- a/client/map/progress/progress.gdshader +++ b/client/map/progress/progress.gdshader @@ -1,7 +1,6 @@ /* 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/map/tile_factory.gd b/client/map/tile_factory.gd index 51fec1a4..b1dc8993 100644 --- a/client/map/tile_factory.gd +++ b/client/map/tile_factory.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/map/tiles/book.gd b/client/map/tiles/book.gd index 28d9c75d..6a48752a 100644 --- a/client/map/tiles/book.gd +++ b/client/map/tiles/book.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/map/tiles/ceiling_lamp.gd b/client/map/tiles/ceiling_lamp.gd index 9740427f..3b504ed7 100644 --- a/client/map/tiles/ceiling_lamp.gd +++ b/client/map/tiles/ceiling_lamp.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/map/tiles/chair.gd b/client/map/tiles/chair.gd index a56b1bc7..c17f3f9b 100644 --- a/client/map/tiles/chair.gd +++ b/client/map/tiles/chair.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/map/tiles/chandelier.gd b/client/map/tiles/chandelier.gd index eb4e989e..cce877ea 100644 --- a/client/map/tiles/chandelier.gd +++ b/client/map/tiles/chandelier.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/map/tiles/cheese_crate.gd b/client/map/tiles/cheese_crate.gd index 39b4f33f..2965b8c0 100644 --- a/client/map/tiles/cheese_crate.gd +++ b/client/map/tiles/cheese_crate.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/map/tiles/coconut_crate.gd b/client/map/tiles/coconut_crate.gd index a892425a..34c41f18 100644 --- a/client/map/tiles/coconut_crate.gd +++ b/client/map/tiles/coconut_crate.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/map/tiles/conveyor.gd b/client/map/tiles/conveyor.gd index 30996691..60505425 100644 --- a/client/map/tiles/conveyor.gd +++ b/client/map/tiles/conveyor.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/map/tiles/conveyor_direction.gdshader b/client/map/tiles/conveyor_direction.gdshader index f2bf8154..d59fcd2d 100644 --- a/client/map/tiles/conveyor_direction.gdshader +++ b/client/map/tiles/conveyor_direction.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/map/tiles/conveyor_model.gd b/client/map/tiles/conveyor_model.gd index 6e4a8da1..1cbeb8a2 100644 --- a/client/map/tiles/conveyor_model.gd +++ b/client/map/tiles/conveyor_model.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/map/tiles/counter.gd b/client/map/tiles/counter.gd index 31e19ca3..83a33937 100644 --- a/client/map/tiles/counter.gd +++ b/client/map/tiles/counter.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/map/tiles/counter_base.gd b/client/map/tiles/counter_base.gd index 7576a292..34bc5b59 100644 --- a/client/map/tiles/counter_base.gd +++ b/client/map/tiles/counter_base.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/map/tiles/counter_window.gd b/client/map/tiles/counter_window.gd index f7ba994d..780aa4e7 100644 --- a/client/map/tiles/counter_window.gd +++ b/client/map/tiles/counter_window.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/map/tiles/crate.gd b/client/map/tiles/crate.gd index 48109ef6..a952c2e8 100644 --- a/client/map/tiles/crate.gd +++ b/client/map/tiles/crate.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/map/tiles/cutting_board.gd b/client/map/tiles/cutting_board.gd index 2f63ca1c..300b5700 100644 --- a/client/map/tiles/cutting_board.gd +++ b/client/map/tiles/cutting_board.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/map/tiles/door.gd b/client/map/tiles/door.gd index 0f0453ba..4a9cb856 100644 --- a/client/map/tiles/door.gd +++ b/client/map/tiles/door.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/map/tiles/exterior_tree.gd b/client/map/tiles/exterior_tree.gd index 05f507fc..84aa8f3c 100644 --- a/client/map/tiles/exterior_tree.gd +++ b/client/map/tiles/exterior_tree.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/map/tiles/fence.gd b/client/map/tiles/fence.gd index 12dc2b2d..0510c4b9 100644 --- a/client/map/tiles/fence.gd +++ b/client/map/tiles/fence.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/map/tiles/fish_crate.gd b/client/map/tiles/fish_crate.gd index 671dc384..76859159 100644 --- a/client/map/tiles/fish_crate.gd +++ b/client/map/tiles/fish_crate.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/map/tiles/floor.gd b/client/map/tiles/floor.gd index a0b54171..e0959708 100644 --- a/client/map/tiles/floor.gd +++ b/client/map/tiles/floor.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/map/tiles/floor.gdshader b/client/map/tiles/floor.gdshader index 2e382c84..b2270847 100644 --- a/client/map/tiles/floor.gdshader +++ b/client/map/tiles/floor.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/map/tiles/floor_like.gd b/client/map/tiles/floor_like.gd index 683f6124..d3da5fe0 100644 --- a/client/map/tiles/floor_like.gd +++ b/client/map/tiles/floor_like.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/map/tiles/floor_mesher.gd b/client/map/tiles/floor_mesher.gd index e424435d..f7f954e9 100644 --- a/client/map/tiles/floor_mesher.gd +++ b/client/map/tiles/floor_mesher.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/map/tiles/flour_crate.gd b/client/map/tiles/flour_crate.gd index 89ba07a3..a8fd5386 100644 --- a/client/map/tiles/flour_crate.gd +++ b/client/map/tiles/flour_crate.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/map/tiles/freezer.gd b/client/map/tiles/freezer.gd index 13d7ae07..47ab89a9 100644 --- a/client/map/tiles/freezer.gd +++ b/client/map/tiles/freezer.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/map/tiles/freezer_model.gd b/client/map/tiles/freezer_model.gd index 558de97d..8fe167b9 100644 --- a/client/map/tiles/freezer_model.gd +++ b/client/map/tiles/freezer_model.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/map/tiles/full_tile.gd b/client/map/tiles/full_tile.gd index ed612e97..70cdc745 100644 --- a/client/map/tiles/full_tile.gd +++ b/client/map/tiles/full_tile.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/map/tiles/generic_tile.gd b/client/map/tiles/generic_tile.gd index fbc7ab12..e6530823 100644 --- a/client/map/tiles/generic_tile.gd +++ b/client/map/tiles/generic_tile.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/map/tiles/grass.gd b/client/map/tiles/grass.gd index 0d64ae2b..d9ebce7c 100644 --- a/client/map/tiles/grass.gd +++ b/client/map/tiles/grass.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/map/tiles/grass_mesher.gd b/client/map/tiles/grass_mesher.gd index 8535bfe7..fd2892a8 100644 --- a/client/map/tiles/grass_mesher.gd +++ b/client/map/tiles/grass_mesher.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/map/tiles/house_balcony.gd b/client/map/tiles/house_balcony.gd index 03005d19..98fc63ac 100644 --- a/client/map/tiles/house_balcony.gd +++ b/client/map/tiles/house_balcony.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/map/tiles/house_door.gd b/client/map/tiles/house_door.gd index 19708fd6..bcd35254 100644 --- a/client/map/tiles/house_door.gd +++ b/client/map/tiles/house_door.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/map/tiles/house_oriel.gd b/client/map/tiles/house_oriel.gd index 0bc0cca7..a659267b 100644 --- a/client/map/tiles/house_oriel.gd +++ b/client/map/tiles/house_oriel.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/map/tiles/house_roof.gd b/client/map/tiles/house_roof.gd index c796348f..9e3e7b5c 100644 --- a/client/map/tiles/house_roof.gd +++ b/client/map/tiles/house_roof.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/map/tiles/house_roof_chimney.gd b/client/map/tiles/house_roof_chimney.gd index 6e8e9c7a..d46686d5 100644 --- a/client/map/tiles/house_roof_chimney.gd +++ b/client/map/tiles/house_roof_chimney.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/map/tiles/house_side.gd b/client/map/tiles/house_side.gd index 35d553e0..bca0317a 100644 --- a/client/map/tiles/house_side.gd +++ b/client/map/tiles/house_side.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/map/tiles/house_tile.gd b/client/map/tiles/house_tile.gd index 54a49f35..cd0ff6c3 100644 --- a/client/map/tiles/house_tile.gd +++ b/client/map/tiles/house_tile.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/map/tiles/house_wall.gd b/client/map/tiles/house_wall.gd index 9c3639f3..fea2515d 100644 --- a/client/map/tiles/house_wall.gd +++ b/client/map/tiles/house_wall.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/map/tiles/item_portal.gd b/client/map/tiles/item_portal.gd index 080b70ed..69bad5e9 100644 --- a/client/map/tiles/item_portal.gd +++ b/client/map/tiles/item_portal.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/map/tiles/lamp.gd b/client/map/tiles/lamp.gd index 0493deaf..d315f737 100644 --- a/client/map/tiles/lamp.gd +++ b/client/map/tiles/lamp.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/map/tiles/leek_crate.gd b/client/map/tiles/leek_crate.gd index d61ad767..b90f6602 100644 --- a/client/map/tiles/leek_crate.gd +++ b/client/map/tiles/leek_crate.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/map/tiles/light_tile.gd b/client/map/tiles/light_tile.gd index 346cc3bb..5776645a 100644 --- a/client/map/tiles/light_tile.gd +++ b/client/map/tiles/light_tile.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/map/tiles/oven.gd b/client/map/tiles/oven.gd index 84f64e20..ef47047f 100644 --- a/client/map/tiles/oven.gd +++ b/client/map/tiles/oven.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/map/tiles/oven_model.gd b/client/map/tiles/oven_model.gd index 0b1796c4..15fe733c 100644 --- a/client/map/tiles/oven_model.gd +++ b/client/map/tiles/oven_model.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/map/tiles/path.gd b/client/map/tiles/path.gd index da7bb4fe..1127c0bf 100644 --- a/client/map/tiles/path.gd +++ b/client/map/tiles/path.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/map/tiles/player_portal.gd b/client/map/tiles/player_portal.gd index bc5fa9d1..e722a7ee 100644 --- a/client/map/tiles/player_portal.gd +++ b/client/map/tiles/player_portal.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/map/tiles/portal.gd b/client/map/tiles/portal.gd index 9dc94c2d..961a8615 100644 --- a/client/map/tiles/portal.gd +++ b/client/map/tiles/portal.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/map/tiles/portal.gdshader b/client/map/tiles/portal.gdshader index 93a85be8..a9dbd1e6 100644 --- a/client/map/tiles/portal.gdshader +++ b/client/map/tiles/portal.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/map/tiles/rice_crate.gd b/client/map/tiles/rice_crate.gd index c5352a93..456a18f7 100644 --- a/client/map/tiles/rice_crate.gd +++ b/client/map/tiles/rice_crate.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/map/tiles/sink.gd b/client/map/tiles/sink.gd index fa587097..055cc353 100644 --- a/client/map/tiles/sink.gd +++ b/client/map/tiles/sink.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/map/tiles/sink_particles.gd b/client/map/tiles/sink_particles.gd index adc1564f..415b1d64 100644 --- a/client/map/tiles/sink_particles.gd +++ b/client/map/tiles/sink_particles.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/map/tiles/steak_crate.gd b/client/map/tiles/steak_crate.gd index 20ba2796..df3d8154 100644 --- a/client/map/tiles/steak_crate.gd +++ b/client/map/tiles/steak_crate.gd @@ -1,6 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 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/map/tiles/stove.gd b/client/map/tiles/stove.gd index d659b570..d305da8c 100644 --- a/client/map/tiles/stove.gd +++ b/client/map/tiles/stove.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/map/tiles/strawberry_crate.gd b/client/map/tiles/strawberry_crate.gd index 186ecbe8..cf941df2 100644 --- a/client/map/tiles/strawberry_crate.gd +++ b/client/map/tiles/strawberry_crate.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/map/tiles/street.gd b/client/map/tiles/street.gd index 39aedaa9..38fb61f4 100644 --- a/client/map/tiles/street.gd +++ b/client/map/tiles/street.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/map/tiles/table.gd b/client/map/tiles/table.gd index 11dee83d..353d8e7e 100644 --- a/client/map/tiles/table.gd +++ b/client/map/tiles/table.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/map/tiles/tile.gd b/client/map/tiles/tile.gd index 2aac647a..7cf7be9b 100644 --- a/client/map/tiles/tile.gd +++ b/client/map/tiles/tile.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/map/tiles/tomato_crate.gd b/client/map/tiles/tomato_crate.gd index e9351bbf..29b8e3a5 100644 --- a/client/map/tiles/tomato_crate.gd +++ b/client/map/tiles/tomato_crate.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/map/tiles/trash.gd b/client/map/tiles/trash.gd index cbbe78b4..14ef9ad2 100644 --- a/client/map/tiles/trash.gd +++ b/client/map/tiles/trash.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/map/tiles/wall.gd b/client/map/tiles/wall.gd index 5b183412..86cc7435 100644 --- a/client/map/tiles/wall.gd +++ b/client/map/tiles/wall.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/map/tiles/wall_tile.gd b/client/map/tiles/wall_tile.gd index 49364023..10b50d9c 100644 --- a/client/map/tiles/wall_tile.gd +++ b/client/map/tiles/wall_tile.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/map/tiles/window.gd b/client/map/tiles/window.gd index c41890c8..9b95ff4c 100644 --- a/client/map/tiles/window.gd +++ b/client/map/tiles/window.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/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 diff --git a/client/multiplayer.gd b/client/multiplayer.gd index 36ae33d4..8cc33822 100644 --- a/client/multiplayer.gd +++ b/client/multiplayer.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe -# 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/player/character/character.gd b/client/player/character/character.gd index 9cf63d33..c6401965 100644 --- a/client/player/character/character.gd +++ b/client/player/character/character.gd @@ -1,6 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 tpart -# Copyright 2024, 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/player/character/headwear/cat_ears.gd b/client/player/character/headwear/cat_ears.gd index 19273243..e5911005 100644 --- a/client/player/character/headwear/cat_ears.gd +++ b/client/player/character/headwear/cat_ears.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/player/chat_bubble.gd b/client/player/chat_bubble.gd index dd0682f7..cb4fac61 100644 --- a/client/player/chat_bubble.gd +++ b/client/player/chat_bubble.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/player/controllable_player.gd b/client/player/controllable_player.gd index d329aeea..04899716 100644 --- a/client/player/controllable_player.gd +++ b/client/player/controllable_player.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 metamuffin -# 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/player/follow_camera.gd b/client/player/follow_camera.gd index cdfe5438..7ca674e0 100644 --- a/client/player/follow_camera.gd +++ b/client/player/follow_camera.gd @@ -1,8 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe -# Copyright 2024 tpart -# Copyright 2024 metamuffin -# 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/player/item_bubble.gd b/client/player/item_bubble.gd index 9c18bfbb..4c6636cd 100644 --- a/client/player/item_bubble.gd +++ b/client/player/item_bubble.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/player/marker/interact_marker.gdshader b/client/player/marker/interact_marker.gdshader index 1c910566..a85147ca 100644 --- a/client/player/marker/interact_marker.gdshader +++ b/client/player/marker/interact_marker.gdshader @@ -1,7 +1,6 @@ /* 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/player/marker/marker.gd b/client/player/marker/marker.gd index 7cbd9d4f..31c99e2d 100644 --- a/client/player/marker/marker.gd +++ b/client/player/marker/marker.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2025 tpart -# 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/player/mirror.gd b/client/player/mirror.gd index bd8c5f8b..6ef2b483 100644 --- a/client/player/mirror.gd +++ b/client/player/mirror.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/player/onscreen_controls/controls.gd b/client/player/onscreen_controls/controls.gd index df60d1fd..16c10beb 100644 --- a/client/player/onscreen_controls/controls.gd +++ b/client/player/onscreen_controls/controls.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/player/onscreen_controls/virtual_joystick.gd b/client/player/onscreen_controls/virtual_joystick.gd index 4d3675b6..cb16a435 100644 --- a/client/player/onscreen_controls/virtual_joystick.gd +++ b/client/player/onscreen_controls/virtual_joystick.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/player/particles/effect.gd b/client/player/particles/effect.gd index 00c95441..7f0f6e19 100644 --- a/client/player/particles/effect.gd +++ b/client/player/particles/effect.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/player/player.gd b/client/player/player.gd index 8121bb90..8b9a8e5e 100644 --- a/client/player/player.gd +++ b/client/player/player.gd @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe -# 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/serialize.gd b/client/serialize.gd index 85f54889..23dd895d 100644 --- a/client/serialize.gd +++ b/client/serialize.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/server_list.gd b/client/server_list.gd index 57c6e89f..a4f768fa 100644 --- a/client/server_list.gd +++ b/client/server_list.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/service/discover.gd b/client/service/discover.gd index 43fe5f38..9aba0ce6 100644 --- a/client/service/discover.gd +++ b/client/service/discover.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/service/editor.gd b/client/service/editor.gd index c600b715..262f6fca 100644 --- a/client/service/editor.gd +++ b/client/service/editor.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/service/server.gd b/client/service/server.gd index 0c656c10..ad9d5c68 100644 --- a/client/service/server.gd +++ b/client/service/server.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/service/service.gd b/client/service/service.gd index d06ad364..80c37f79 100644 --- a/client/service/service.gd +++ b/client/service/service.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/settings.gd b/client/settings.gd index a9c03456..07673db4 100644 --- a/client/settings.gd +++ b/client/settings.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/translation_manager.gd b/client/translation_manager.gd index a2bec040..f4b57dfb 100644 --- a/client/translation_manager.gd +++ b/client/translation_manager.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/data/index.yaml b/data/index.yaml index c8b9af74..6fed9286 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -1,10 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 metamuffin -# Copyright 2024 Sofviic -# Copyright 2024 Rusty Striker -# Copyright 2024 BigBrotherNii -# 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/data/makefile b/data/makefile index 9b4dec4e..54060110 100644 --- a/data/makefile +++ b/data/makefile @@ -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/data/maps/5star.yaml b/data/maps/5star.yaml index 8f2be24c..a2a94dd0 100644 --- a/data/maps/5star.yaml +++ b/data/maps/5star.yaml @@ -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/data/maps/anticurry.yaml b/data/maps/anticurry.yaml index 9af34243..ee5e5ddd 100644 --- a/data/maps/anticurry.yaml +++ b/data/maps/anticurry.yaml @@ -1,5 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 Sofviic +# 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/data/maps/auto_sushi.yaml b/data/maps/auto_sushi.yaml index 4f1e60ff..5c8304bc 100644 --- a/data/maps/auto_sushi.yaml +++ b/data/maps/auto_sushi.yaml @@ -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/data/maps/bar.yaml b/data/maps/bar.yaml index 6ca0c7d0..00849344 100644 --- a/data/maps/bar.yaml +++ b/data/maps/bar.yaml @@ -1,5 +1,5 @@ # Hurry Curry! - a game about cooking -# 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/data/maps/bbq.yaml b/data/maps/bbq.yaml index 257f49bc..df5eea7e 100644 --- a/data/maps/bbq.yaml +++ b/data/maps/bbq.yaml @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 metamuffin -# Copyright 2024 tpart -# Copyright 2024 Sofviic +# 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/data/maps/bus.yaml b/data/maps/bus.yaml index 12a59c0c..36f234f8 100644 --- a/data/maps/bus.yaml +++ b/data/maps/bus.yaml @@ -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/data/maps/campaign/01.yaml b/data/maps/campaign/01.yaml index 3c844d44..22236dbf 100644 --- a/data/maps/campaign/01.yaml +++ b/data/maps/campaign/01.yaml @@ -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/data/maps/campaign/02.yaml b/data/maps/campaign/02.yaml index 7efe9c96..b2027087 100644 --- a/data/maps/campaign/02.yaml +++ b/data/maps/campaign/02.yaml @@ -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/data/maps/campaign/lobby.yaml b/data/maps/campaign/lobby.yaml index 128e1040..5af0fc80 100644 --- a/data/maps/campaign/lobby.yaml +++ b/data/maps/campaign/lobby.yaml @@ -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/data/maps/conveyors_dot_com.yaml b/data/maps/conveyors_dot_com.yaml index cad643b8..57e93507 100644 --- a/data/maps/conveyors_dot_com.yaml +++ b/data/maps/conveyors_dot_com.yaml @@ -1,6 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 metamuffin -# Copyright 2024 Rusty Striker +# 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/data/maps/debug.yaml b/data/maps/debug.yaml index 90cd3480..97dc408a 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -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/data/maps/debug2.yaml b/data/maps/debug2.yaml index ef8c8ae1..7f099da1 100644 --- a/data/maps/debug2.yaml +++ b/data/maps/debug2.yaml @@ -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/data/maps/depot.yaml b/data/maps/depot.yaml index 3d4071d4..cb2539a7 100644 --- a/data/maps/depot.yaml +++ b/data/maps/depot.yaml @@ -1,8 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 metamuffin -# Copyright 2024 Sofviic -# 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/data/maps/duplex.yaml b/data/maps/duplex.yaml index a77adc65..a9d6065c 100644 --- a/data/maps/duplex.yaml +++ b/data/maps/duplex.yaml @@ -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/data/maps/factory.yaml b/data/maps/factory.yaml index 9a87de76..5c44c230 100644 --- a/data/maps/factory.yaml +++ b/data/maps/factory.yaml @@ -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/data/maps/junior.yaml b/data/maps/junior.yaml index 77437a7c..bfae7c92 100644 --- a/data/maps/junior.yaml +++ b/data/maps/junior.yaml @@ -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/data/maps/line.yaml b/data/maps/line.yaml index 4c660ed6..d970e9c1 100644 --- a/data/maps/line.yaml +++ b/data/maps/line.yaml @@ -1,5 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 Sofviic +# 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/data/maps/lobby.yaml b/data/maps/lobby.yaml index 029b99ba..912a144e 100644 --- a/data/maps/lobby.yaml +++ b/data/maps/lobby.yaml @@ -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/data/maps/paris.yaml b/data/maps/paris.yaml index fadb6eb6..17529fab 100644 --- a/data/maps/paris.yaml +++ b/data/maps/paris.yaml @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 Sofviic -# 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/data/maps/rivalry.yaml b/data/maps/rivalry.yaml index df66aa56..acc04aa1 100644 --- a/data/maps/rivalry.yaml +++ b/data/maps/rivalry.yaml @@ -1,5 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 Sofviic +# 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/data/maps/salad.yaml b/data/maps/salad.yaml index 96bc1aca..431c55a9 100644 --- a/data/maps/salad.yaml +++ b/data/maps/salad.yaml @@ -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/data/maps/senior.yaml b/data/maps/senior.yaml index a2f99499..6ad648b3 100644 --- a/data/maps/senior.yaml +++ b/data/maps/senior.yaml @@ -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/data/maps/smallest.yaml b/data/maps/smallest.yaml index 9e684e6d..7bcd1136 100644 --- a/data/maps/smallest.yaml +++ b/data/maps/smallest.yaml @@ -1,5 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 Sofviic +# 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/data/maps/sophomore.yaml b/data/maps/sophomore.yaml index 13a5b2e4..fc3a2b94 100644 --- a/data/maps/sophomore.yaml +++ b/data/maps/sophomore.yaml @@ -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/data/maps/station.yaml b/data/maps/station.yaml index 967d1777..8e548fd0 100644 --- a/data/maps/station.yaml +++ b/data/maps/station.yaml @@ -1,7 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 Sofviic -# 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/data/maps/streetfood.yaml b/data/maps/streetfood.yaml index 14f63f35..057f538a 100644 --- a/data/maps/streetfood.yaml +++ b/data/maps/streetfood.yaml @@ -1,5 +1,5 @@ # Hurry Curry! - a game about cooking -# 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/data/maps/sushibar.yaml b/data/maps/sushibar.yaml index 13c35e96..52b9aa30 100644 --- a/data/maps/sushibar.yaml +++ b/data/maps/sushibar.yaml @@ -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/data/maps/teeny.yaml b/data/maps/teeny.yaml index 5b74d2db..fc064a8d 100644 --- a/data/maps/teeny.yaml +++ b/data/maps/teeny.yaml @@ -1,5 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 Sofviic +# 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/data/maps/village.yaml b/data/maps/village.yaml index 56cd49b0..2216c991 100644 --- a/data/maps/village.yaml +++ b/data/maps/village.yaml @@ -1,8 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 Sofviic -# 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/data/maps/zigzag.yaml b/data/maps/zigzag.yaml index 981d1cb8..826c49bc 100644 --- a/data/maps/zigzag.yaml +++ b/data/maps/zigzag.yaml @@ -1,6 +1,5 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 Sofviic -# 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/data/recipes/default.js b/data/recipes/default.js index 350e701e..edce63da 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -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 @@ -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/pixel-client/makefile b/pixel-client/makefile index 339defcf..4a317c1a 100644 --- a/pixel-client/makefile +++ b/pixel-client/makefile @@ -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/pixel-client/src/config.rs b/pixel-client/src/config.rs index 96028deb..1499b1cd 100644 --- a/pixel-client/src/config.rs +++ b/pixel-client/src/config.rs @@ -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/pixel-client/src/game.rs b/pixel-client/src/game.rs index 0c5661c2..d71b676e 100644 --- a/pixel-client/src/game.rs +++ b/pixel-client/src/game.rs @@ -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/pixel-client/src/helper.rs b/pixel-client/src/helper.rs index 168e580f..41ce5d9f 100644 --- a/pixel-client/src/helper.rs +++ b/pixel-client/src/helper.rs @@ -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/pixel-client/src/main.rs b/pixel-client/src/main.rs index 15c08632..d1efaedd 100644 --- a/pixel-client/src/main.rs +++ b/pixel-client/src/main.rs @@ -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/pixel-client/src/menu/background.rs b/pixel-client/src/menu/background.rs index 13cb041d..190858a6 100644 --- a/pixel-client/src/menu/background.rs +++ b/pixel-client/src/menu/background.rs @@ -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/pixel-client/src/menu/credits.rs b/pixel-client/src/menu/credits.rs index 75803ee3..abf71ffe 100644 --- a/pixel-client/src/menu/credits.rs +++ b/pixel-client/src/menu/credits.rs @@ -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/pixel-client/src/menu/main.rs b/pixel-client/src/menu/main.rs index 7320ff3b..e50473d9 100644 --- a/pixel-client/src/menu/main.rs +++ b/pixel-client/src/menu/main.rs @@ -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/pixel-client/src/menu/mod.rs b/pixel-client/src/menu/mod.rs index 4e41fc7b..ea8b6fbd 100644 --- a/pixel-client/src/menu/mod.rs +++ b/pixel-client/src/menu/mod.rs @@ -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/pixel-client/src/menu/settings.rs b/pixel-client/src/menu/settings.rs index 91d43025..27a0e3f4 100644 --- a/pixel-client/src/menu/settings.rs +++ b/pixel-client/src/menu/settings.rs @@ -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/pixel-client/src/profiler.rs b/pixel-client/src/profiler.rs index 11703fa3..660c06cd 100644 --- a/pixel-client/src/profiler.rs +++ b/pixel-client/src/profiler.rs @@ -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/pixel-client/src/render/font.rs b/pixel-client/src/render/font.rs index 96347d25..60d27083 100644 --- a/pixel-client/src/render/font.rs +++ b/pixel-client/src/render/font.rs @@ -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/pixel-client/src/render/misc.rs b/pixel-client/src/render/misc.rs index 77dc52b0..c9f25462 100644 --- a/pixel-client/src/render/misc.rs +++ b/pixel-client/src/render/misc.rs @@ -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/pixel-client/src/render/mod.rs b/pixel-client/src/render/mod.rs index 7bd063a7..008e015d 100644 --- a/pixel-client/src/render/mod.rs +++ b/pixel-client/src/render/mod.rs @@ -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/pixel-client/src/render/sprite.rs b/pixel-client/src/render/sprite.rs index 7d0a195a..ae06165a 100644 --- a/pixel-client/src/render/sprite.rs +++ b/pixel-client/src/render/sprite.rs @@ -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/pixel-client/src/tilemap.rs b/pixel-client/src/tilemap.rs index b67fc224..f79d4cad 100644 --- a/pixel-client/src/tilemap.rs +++ b/pixel-client/src/tilemap.rs @@ -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/pixel-client/src/ui.rs b/pixel-client/src/ui.rs index ad0b07a9..caa82707 100644 --- a/pixel-client/src/ui.rs +++ b/pixel-client/src/ui.rs @@ -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/pixel-client/tools/src/bin/bunnymark.rs b/pixel-client/tools/src/bin/bunnymark.rs index e0b669da..a7ef412d 100644 --- a/pixel-client/tools/src/bin/bunnymark.rs +++ b/pixel-client/tools/src/bin/bunnymark.rs @@ -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/pixel-client/tools/src/bin/tex_compose.rs b/pixel-client/tools/src/bin/tex_compose.rs index 19c9ed7c..c81a538c 100644 --- a/pixel-client/tools/src/bin/tex_compose.rs +++ b/pixel-client/tools/src/bin/tex_compose.rs @@ -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/pixel-client/tools/src/bin/tex_export.rs b/pixel-client/tools/src/bin/tex_export.rs index 248990e6..3863cd47 100644 --- a/pixel-client/tools/src/bin/tex_export.rs +++ b/pixel-client/tools/src/bin/tex_export.rs @@ -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/pixel-client/tools/src/bin/tex_import.rs b/pixel-client/tools/src/bin/tex_import.rs index a5dad499..7dab9afe 100644 --- a/pixel-client/tools/src/bin/tex_import.rs +++ b/pixel-client/tools/src/bin/tex_import.rs @@ -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/pixel-client/tools/src/bin/tex_pack.rs b/pixel-client/tools/src/bin/tex_pack.rs index 5022d561..ccb8caee 100644 --- a/pixel-client/tools/src/bin/tex_pack.rs +++ b/pixel-client/tools/src/bin/tex_pack.rs @@ -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/protocol.md b/protocol.md index d79c28c9..0ad48cf4 100644 --- a/protocol.md +++ b/protocol.md @@ -1,6 +1,6 @@ <!-- Hurry Curry! - a game about cooking - Copyright 2024 metamuffin + Copyright 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/server/bot/src/algos/customer.rs b/server/bot/src/algos/customer.rs index 9e7ae094..043e5358 100644 --- a/server/bot/src/algos/customer.rs +++ b/server/bot/src/algos/customer.rs @@ -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/server/bot/src/algos/dishwasher.rs b/server/bot/src/algos/dishwasher.rs index 2bd1c9b2..9328d4f2 100644 --- a/server/bot/src/algos/dishwasher.rs +++ b/server/bot/src/algos/dishwasher.rs @@ -1,7 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2024 Miner34 - 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/server/bot/src/algos/frank.rs b/server/bot/src/algos/frank.rs index 38ee927c..c8127198 100644 --- a/server/bot/src/algos/frank.rs +++ b/server/bot/src/algos/frank.rs @@ -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/server/bot/src/algos/mod.rs b/server/bot/src/algos/mod.rs index 059b9e89..ad6b1586 100644 --- a/server/bot/src/algos/mod.rs +++ b/server/bot/src/algos/mod.rs @@ -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/server/bot/src/algos/simple.rs b/server/bot/src/algos/simple.rs index 452f59d3..e7d6d199 100644 --- a/server/bot/src/algos/simple.rs +++ b/server/bot/src/algos/simple.rs @@ -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/server/bot/src/algos/test.rs b/server/bot/src/algos/test.rs index 7cfafc29..5ef11553 100644 --- a/server/bot/src/algos/test.rs +++ b/server/bot/src/algos/test.rs @@ -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/server/bot/src/algos/waiter.rs b/server/bot/src/algos/waiter.rs index f3980170..58a3f292 100644 --- a/server/bot/src/algos/waiter.rs +++ b/server/bot/src/algos/waiter.rs @@ -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/server/bot/src/lib.rs b/server/bot/src/lib.rs index 97b3e3e2..cc1cb2a8 100644 --- a/server/bot/src/lib.rs +++ b/server/bot/src/lib.rs @@ -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/server/bot/src/main.rs b/server/bot/src/main.rs index 6c51b1f0..4fbb4ba4 100644 --- a/server/bot/src/main.rs +++ b/server/bot/src/main.rs @@ -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/server/bot/src/pathfinding.rs b/server/bot/src/pathfinding.rs index 96d6b37a..211f1890 100644 --- a/server/bot/src/pathfinding.rs +++ b/server/bot/src/pathfinding.rs @@ -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/server/client-lib/src/lib.rs b/server/client-lib/src/lib.rs index 4487596c..23394cc4 100644 --- a/server/client-lib/src/lib.rs +++ b/server/client-lib/src/lib.rs @@ -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/server/client-lib/src/network/mod.rs b/server/client-lib/src/network/mod.rs index 9423f645..45963567 100644 --- a/server/client-lib/src/network/mod.rs +++ b/server/client-lib/src/network/mod.rs @@ -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/server/client-lib/src/network/sync.rs b/server/client-lib/src/network/sync.rs index 6199bd9d..eaee72c4 100644 --- a/server/client-lib/src/network/sync.rs +++ b/server/client-lib/src/network/sync.rs @@ -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/server/client-lib/src/network/tokio.rs b/server/client-lib/src/network/tokio.rs index f9f34172..9fce3909 100644 --- a/server/client-lib/src/network/tokio.rs +++ b/server/client-lib/src/network/tokio.rs @@ -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/server/client-lib/src/spatial_index.rs b/server/client-lib/src/spatial_index.rs index de8543f1..faa1c7f4 100644 --- a/server/client-lib/src/spatial_index.rs +++ b/server/client-lib/src/spatial_index.rs @@ -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/server/discover/src/main.rs b/server/discover/src/main.rs index 0ed43927..0e4fb2a0 100644 --- a/server/discover/src/main.rs +++ b/server/discover/src/main.rs @@ -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/server/makefile b/server/makefile index 7162a982..bff817db 100644 --- a/server/makefile +++ b/server/makefile @@ -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/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index 90c565ba..082a9f10 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -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/server/protocol/src/movement.rs b/server/protocol/src/movement.rs index a02ee8ee..6945aa5d 100644 --- a/server/protocol/src/movement.rs +++ b/server/protocol/src/movement.rs @@ -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/server/registry/src/conn_test.rs b/server/registry/src/conn_test.rs index 45eaf232..553d1fff 100644 --- a/server/registry/src/conn_test.rs +++ b/server/registry/src/conn_test.rs @@ -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/server/registry/src/list.rs b/server/registry/src/list.rs index 5684b473..06bafe3a 100644 --- a/server/registry/src/list.rs +++ b/server/registry/src/list.rs @@ -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/server/registry/src/main.rs b/server/registry/src/main.rs index 85c0f066..b9cfbfe0 100644 --- a/server/registry/src/main.rs +++ b/server/registry/src/main.rs @@ -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/server/registry/src/register.rs b/server/registry/src/register.rs index d15fb01c..893b2a1d 100644 --- a/server/registry/src/register.rs +++ b/server/registry/src/register.rs @@ -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/server/replaytool/src/main.rs b/server/replaytool/src/main.rs index a4b966f7..8d42554c 100644 --- a/server/replaytool/src/main.rs +++ b/server/replaytool/src/main.rs @@ -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/server/src/bin/graph.rs b/server/src/bin/graph.rs index c6f1ee11..000be9e7 100644 --- a/server/src/bin/graph.rs +++ b/server/src/bin/graph.rs @@ -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/server/src/bin/graph_summary.rs b/server/src/bin/graph_summary.rs index 374d9521..d22361c0 100644 --- a/server/src/bin/graph_summary.rs +++ b/server/src/bin/graph_summary.rs @@ -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/server/src/commands.rs b/server/src/commands.rs index bf392708..02562c87 100644 --- a/server/src/commands.rs +++ b/server/src/commands.rs @@ -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/server/src/data/demands.rs b/server/src/data/demands.rs index ecfad402..77e187af 100644 --- a/server/src/data/demands.rs +++ b/server/src/data/demands.rs @@ -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/server/src/data/index.rs b/server/src/data/index.rs index 650a70d6..a9ffbb81 100644 --- a/server/src/data/index.rs +++ b/server/src/data/index.rs @@ -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/server/src/data/mod.rs b/server/src/data/mod.rs index 4b74fe28..b56ea1a1 100644 --- a/server/src/data/mod.rs +++ b/server/src/data/mod.rs @@ -1,7 +1,6 @@ /* 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/server/src/entity/book.rs b/server/src/entity/book.rs index 8b152bb9..54dc4d2c 100644 --- a/server/src/entity/book.rs +++ b/server/src/entity/book.rs @@ -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/server/src/entity/bot.rs b/server/src/entity/bot.rs index 8d3994cb..8757cc97 100644 --- a/server/src/entity/bot.rs +++ b/server/src/entity/bot.rs @@ -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/server/src/entity/campaign.rs b/server/src/entity/campaign.rs index 7f07be48..03136869 100644 --- a/server/src/entity/campaign.rs +++ b/server/src/entity/campaign.rs @@ -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/server/src/entity/conveyor.rs b/server/src/entity/conveyor.rs index 4c50365d..9c7f5e4d 100644 --- a/server/src/entity/conveyor.rs +++ b/server/src/entity/conveyor.rs @@ -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/server/src/entity/customers.rs b/server/src/entity/customers.rs index 05246a54..eab13ab2 100644 --- a/server/src/entity/customers.rs +++ b/server/src/entity/customers.rs @@ -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/server/src/entity/environment_effect.rs b/server/src/entity/environment_effect.rs index 4976d9a3..0a7087c0 100644 --- a/server/src/entity/environment_effect.rs +++ b/server/src/entity/environment_effect.rs @@ -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/server/src/entity/item_portal.rs b/server/src/entity/item_portal.rs index ef73e6ec..6035331b 100644 --- a/server/src/entity/item_portal.rs +++ b/server/src/entity/item_portal.rs @@ -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/server/src/entity/mod.rs b/server/src/entity/mod.rs index 6d69436d..c5a24e55 100644 --- a/server/src/entity/mod.rs +++ b/server/src/entity/mod.rs @@ -1,6 +1,6 @@ /* 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/server/src/entity/pedestrians.rs b/server/src/entity/pedestrians.rs index 2ddbb920..fa3276d2 100644 --- a/server/src/entity/pedestrians.rs +++ b/server/src/entity/pedestrians.rs @@ -1,6 +1,6 @@ /* 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/server/src/entity/player_portal.rs b/server/src/entity/player_portal.rs index 96168faa..f70a2f95 100644 --- a/server/src/entity/player_portal.rs +++ b/server/src/entity/player_portal.rs @@ -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/server/src/entity/tram.rs b/server/src/entity/tram.rs index 06e151d7..3186b650 100644 --- a/server/src/entity/tram.rs +++ b/server/src/entity/tram.rs @@ -1,6 +1,6 @@ /* 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/server/src/entity/tutorial.rs b/server/src/entity/tutorial.rs index 33c0e507..d0a45077 100644 --- a/server/src/entity/tutorial.rs +++ b/server/src/entity/tutorial.rs @@ -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/server/src/interaction.rs b/server/src/interaction.rs index ce9cb075..be291f67 100644 --- a/server/src/interaction.rs +++ b/server/src/interaction.rs @@ -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/server/src/lib.rs b/server/src/lib.rs index 372b0b62..085ae64a 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -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/server/src/main.rs b/server/src/main.rs index c5f28ed8..e7251308 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -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/server/src/message.rs b/server/src/message.rs index 5a15c472..31084ada 100644 --- a/server/src/message.rs +++ b/server/src/message.rs @@ -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/server/src/network/mdns.rs b/server/src/network/mdns.rs index 5bd71c60..018de4b3 100644 --- a/server/src/network/mdns.rs +++ b/server/src/network/mdns.rs @@ -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/server/src/network/mod.rs b/server/src/network/mod.rs index ce11082d..5eadc6b1 100644 --- a/server/src/network/mod.rs +++ b/server/src/network/mod.rs @@ -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/server/src/network/register.rs b/server/src/network/register.rs index eccdf22b..7d924a76 100644 --- a/server/src/network/register.rs +++ b/server/src/network/register.rs @@ -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/server/src/network/upnp.rs b/server/src/network/upnp.rs index a16e9684..8ad79588 100644 --- a/server/src/network/upnp.rs +++ b/server/src/network/upnp.rs @@ -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/server/src/scoreboard.rs b/server/src/scoreboard.rs index 421a110e..60b9356c 100644 --- a/server/src/scoreboard.rs +++ b/server/src/scoreboard.rs @@ -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/server/src/server.rs b/server/src/server.rs index 368a79a9..8d04cf57 100644 --- a/server/src/server.rs +++ b/server/src/server.rs @@ -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/server/src/state.rs b/server/src/state.rs index bd97266e..f7bccf29 100644 --- a/server/src/state.rs +++ b/server/src/state.rs @@ -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/test-client/index.html b/test-client/index.html index dfabbf59..fecde427 100644 --- a/test-client/index.html +++ b/test-client/index.html @@ -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/test-client/main.ts b/test-client/main.ts index 18382b04..90991c45 100644 --- a/test-client/main.ts +++ b/test-client/main.ts @@ -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/test-client/makefile b/test-client/makefile index 4836b309..bfc80a23 100644 --- a/test-client/makefile +++ b/test-client/makefile @@ -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/test-client/movement.ts b/test-client/movement.ts index 7d395396..501f8558 100644 --- a/test-client/movement.ts +++ b/test-client/movement.ts @@ -1,7 +1,6 @@ /* 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/test-client/protocol.ts b/test-client/protocol.ts index 5e226c98..878f344c 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -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/test-client/tiles.ts b/test-client/tiles.ts index d890212f..780af73f 100644 --- a/test-client/tiles.ts +++ b/test-client/tiles.ts @@ -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/test-client/util.ts b/test-client/util.ts index 7e1989fc..e435b2c3 100644 --- a/test-client/util.ts +++ b/test-client/util.ts @@ -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/test-client/visual.ts b/test-client/visual.ts index 80c36da2..9373a092 100644 --- a/test-client/visual.ts +++ b/test-client/visual.ts @@ -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 |