aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-03-20 22:00:14 +0100
committermetamuffin <metamuffin@disroot.org>2026-03-20 22:00:14 +0100
commit49c7ee9c1766022637969ebbaf55671c0fc4d9e4 (patch)
treed9e22cda5d922cfa8e6b7fa47973d4caed030ede /server
parent2a124cffd78ae57a41e510fb2e2b6614f0fe3a6a (diff)
downloadhurrycurry-49c7ee9c1766022637969ebbaf55671c0fc4d9e4.tar
hurrycurry-49c7ee9c1766022637969ebbaf55671c0fc4d9e4.tar.bz2
hurrycurry-49c7ee9c1766022637969ebbaf55671c0fc4d9e4.tar.zst
Update copyright year
Diffstat (limited to 'server')
-rw-r--r--server/book-export/src/book_html.css2
-rw-r--r--server/book-export/src/book_html.rs2
-rw-r--r--server/book-export/src/diagram_svg.rs2
-rw-r--r--server/book-export/src/main.rs2
-rw-r--r--server/bot/src/algos/customer.rs2
-rw-r--r--server/bot/src/algos/dishwasher.rs2
-rw-r--r--server/bot/src/algos/frank.rs2
-rw-r--r--server/bot/src/algos/mod.rs2
-rw-r--r--server/bot/src/algos/simple.rs2
-rw-r--r--server/bot/src/algos/waiter.rs2
-rw-r--r--server/bot/src/lib.rs2
-rw-r--r--server/bot/src/main.rs2
-rw-r--r--server/bot/src/pathfinding.rs2
-rw-r--r--server/bot/src/step.rs2
-rw-r--r--server/data/src/book/diagram_layout.rs2
-rw-r--r--server/data/src/book/mod.rs2
-rw-r--r--server/data/src/book/recipe_diagram.rs2
-rw-r--r--server/data/src/entities.rs2
-rw-r--r--server/data/src/filter_demands.rs2
-rw-r--r--server/data/src/lib.rs2
-rw-r--r--server/data/src/registry.rs2
-rw-r--r--server/discover/src/main.rs2
-rw-r--r--server/game-core/src/gamedata_index.rs2
-rw-r--r--server/game-core/src/interaction.rs2
-rw-r--r--server/game-core/src/lib.rs2
-rw-r--r--server/game-core/src/network/mod.rs2
-rw-r--r--server/game-core/src/network/sync.rs2
-rw-r--r--server/game-core/src/network/tokio.rs2
-rw-r--r--server/game-core/src/spatial_index.rs2
-rw-r--r--server/locale/src/error.rs2
-rw-r--r--server/locale/src/lib.rs2
-rw-r--r--server/locale/src/message.rs2
-rw-r--r--server/protocol/src/book.rs2
-rw-r--r--server/protocol/src/helpers.rs2
-rw-r--r--server/protocol/src/lib.rs2
-rw-r--r--server/protocol/src/movement.rs2
-rw-r--r--server/protocol/src/registry.rs2
-rw-r--r--server/registry/src/conn_test.rs2
-rw-r--r--server/registry/src/list.rs2
-rw-r--r--server/registry/src/main.rs2
-rw-r--r--server/registry/src/register.rs2
-rw-r--r--server/replaytool/src/main.rs2
-rw-r--r--server/replaytool/src/record.rs2
-rw-r--r--server/replaytool/src/render.rs2
-rw-r--r--server/replaytool/src/replay.rs2
-rw-r--r--server/src/benchmark.rs2
-rw-r--r--server/src/commands.rs2
-rw-r--r--server/src/entity/bot.rs2
-rw-r--r--server/src/entity/button.rs2
-rw-r--r--server/src/entity/campaign.rs2
-rw-r--r--server/src/entity/conveyor.rs2
-rw-r--r--server/src/entity/ctf_minigame.rs2
-rw-r--r--server/src/entity/customers.rs2
-rw-r--r--server/src/entity/demand_sink.rs2
-rw-r--r--server/src/entity/environment_effect.rs2
-rw-r--r--server/src/entity/item_portal.rs2
-rw-r--r--server/src/entity/mod.rs2
-rw-r--r--server/src/entity/pedestrians.rs2
-rw-r--r--server/src/entity/player_portal.rs2
-rw-r--r--server/src/entity/player_portal_pair.rs2
-rw-r--r--server/src/entity/tag_minigame.rs2
-rw-r--r--server/src/entity/tram.rs2
-rw-r--r--server/src/entity/tutorial.rs2
-rw-r--r--server/src/lib.rs2
-rw-r--r--server/src/main.rs2
-rw-r--r--server/src/network/mdns.rs2
-rw-r--r--server/src/network/mod.rs2
-rw-r--r--server/src/network/register.rs2
-rw-r--r--server/src/network/upnp.rs2
-rw-r--r--server/src/scoreboard.rs2
-rw-r--r--server/src/server.rs2
-rw-r--r--server/src/state.rs2
-rw-r--r--server/src/vote.rs2
-rw-r--r--server/tools/src/diagram_dot.rs2
-rw-r--r--server/tools/src/graph.rs2
-rw-r--r--server/tools/src/graph_summary.rs2
-rw-r--r--server/tools/src/main.rs2
-rw-r--r--server/tools/src/map_linter.rs2
78 files changed, 78 insertions, 78 deletions
diff --git a/server/book-export/src/book_html.css b/server/book-export/src/book_html.css
index 97f0702c..209712b3 100644
--- a/server/book-export/src/book_html.css
+++ b/server/book-export/src/book_html.css
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/book-export/src/book_html.rs b/server/book-export/src/book_html.rs
index 0cbb42e9..8e79a9a2 100644
--- a/server/book-export/src/book_html.rs
+++ b/server/book-export/src/book_html.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/book-export/src/diagram_svg.rs b/server/book-export/src/diagram_svg.rs
index 290db072..2e45368b 100644
--- a/server/book-export/src/diagram_svg.rs
+++ b/server/book-export/src/diagram_svg.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/book-export/src/main.rs b/server/book-export/src/main.rs
index 8dcbb00a..7cb3f964 100644
--- a/server/book-export/src/main.rs
+++ b/server/book-export/src/main.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 d4284ea8..60089073 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 (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 563e8c54..17f5a22f 100644
--- a/server/bot/src/algos/dishwasher.rs
+++ b/server/bot/src/algos/dishwasher.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 156d655d..68130038 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 (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 178ecec2..4abe40ca 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 (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 9505e9b0..77cf7ccf 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 (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 ddcdb680..0b3916b4 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 (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 31f2132a..2f783af4 100644
--- a/server/bot/src/lib.rs
+++ b/server/bot/src/lib.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 fff25d63..a4c7b7b9 100644
--- a/server/bot/src/main.rs
+++ b/server/bot/src/main.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 f9f213fa..53a9a966 100644
--- a/server/bot/src/pathfinding.rs
+++ b/server/bot/src/pathfinding.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/step.rs b/server/bot/src/step.rs
index 75e5d427..5f23da67 100644
--- a/server/bot/src/step.rs
+++ b/server/bot/src/step.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/data/src/book/diagram_layout.rs b/server/data/src/book/diagram_layout.rs
index e2a18cb1..6a93e70c 100644
--- a/server/data/src/book/diagram_layout.rs
+++ b/server/data/src/book/diagram_layout.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/data/src/book/mod.rs b/server/data/src/book/mod.rs
index 990d979c..b8e4aff6 100644
--- a/server/data/src/book/mod.rs
+++ b/server/data/src/book/mod.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/data/src/book/recipe_diagram.rs b/server/data/src/book/recipe_diagram.rs
index bef90946..a5a5db44 100644
--- a/server/data/src/book/recipe_diagram.rs
+++ b/server/data/src/book/recipe_diagram.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/data/src/entities.rs b/server/data/src/entities.rs
index 135e4b78..7f8be049 100644
--- a/server/data/src/entities.rs
+++ b/server/data/src/entities.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/data/src/filter_demands.rs b/server/data/src/filter_demands.rs
index 4eb2d597..635f0946 100644
--- a/server/data/src/filter_demands.rs
+++ b/server/data/src/filter_demands.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/data/src/lib.rs b/server/data/src/lib.rs
index 06310cca..3bfb5095 100644
--- a/server/data/src/lib.rs
+++ b/server/data/src/lib.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/data/src/registry.rs b/server/data/src/registry.rs
index 3288c037..9257eb0e 100644
--- a/server/data/src/registry.rs
+++ b/server/data/src/registry.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 8b86af74..7cd49c5b 100644
--- a/server/discover/src/main.rs
+++ b/server/discover/src/main.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/game-core/src/gamedata_index.rs b/server/game-core/src/gamedata_index.rs
index d4bbcce1..499ea643 100644
--- a/server/game-core/src/gamedata_index.rs
+++ b/server/game-core/src/gamedata_index.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/game-core/src/interaction.rs b/server/game-core/src/interaction.rs
index 5c5a01b5..1ca451d4 100644
--- a/server/game-core/src/interaction.rs
+++ b/server/game-core/src/interaction.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/game-core/src/lib.rs b/server/game-core/src/lib.rs
index 0d6c28b7..42dcfc65 100644
--- a/server/game-core/src/lib.rs
+++ b/server/game-core/src/lib.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/game-core/src/network/mod.rs b/server/game-core/src/network/mod.rs
index 45963567..b7b82d88 100644
--- a/server/game-core/src/network/mod.rs
+++ b/server/game-core/src/network/mod.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/game-core/src/network/sync.rs b/server/game-core/src/network/sync.rs
index 3d36881e..44cc9050 100644
--- a/server/game-core/src/network/sync.rs
+++ b/server/game-core/src/network/sync.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/game-core/src/network/tokio.rs b/server/game-core/src/network/tokio.rs
index 5d7f6b07..4d8375cc 100644
--- a/server/game-core/src/network/tokio.rs
+++ b/server/game-core/src/network/tokio.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/game-core/src/spatial_index.rs b/server/game-core/src/spatial_index.rs
index 8dd0cc22..04b30614 100644
--- a/server/game-core/src/spatial_index.rs
+++ b/server/game-core/src/spatial_index.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/locale/src/error.rs b/server/locale/src/error.rs
index 7e41519d..e5091f15 100644
--- a/server/locale/src/error.rs
+++ b/server/locale/src/error.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/locale/src/lib.rs b/server/locale/src/lib.rs
index af1c19fc..d12aa481 100644
--- a/server/locale/src/lib.rs
+++ b/server/locale/src/lib.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/locale/src/message.rs b/server/locale/src/message.rs
index 8d01fe19..90f9ded0 100644
--- a/server/locale/src/message.rs
+++ b/server/locale/src/message.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/book.rs b/server/protocol/src/book.rs
index ba432890..e38330cf 100644
--- a/server/protocol/src/book.rs
+++ b/server/protocol/src/book.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/helpers.rs b/server/protocol/src/helpers.rs
index 628c70ef..419034ab 100644
--- a/server/protocol/src/helpers.rs
+++ b/server/protocol/src/helpers.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 e80fcd41..d5228fa5 100644
--- a/server/protocol/src/lib.rs
+++ b/server/protocol/src/lib.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 521de924..ec5b2ed5 100644
--- a/server/protocol/src/movement.rs
+++ b/server/protocol/src/movement.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/registry.rs b/server/protocol/src/registry.rs
index 10f12320..6c7e06bc 100644
--- a/server/protocol/src/registry.rs
+++ b/server/protocol/src/registry.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 bc371a10..2fb88272 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 (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 56277db5..69e251a7 100644
--- a/server/registry/src/list.rs
+++ b/server/registry/src/list.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 224845d3..21bc4136 100644
--- a/server/registry/src/main.rs
+++ b/server/registry/src/main.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 473e958a..e3d035b9 100644
--- a/server/registry/src/register.rs
+++ b/server/registry/src/register.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 8dde133d..4785a99a 100644
--- a/server/replaytool/src/main.rs
+++ b/server/replaytool/src/main.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/record.rs b/server/replaytool/src/record.rs
index 383d214d..e51db3f8 100644
--- a/server/replaytool/src/record.rs
+++ b/server/replaytool/src/record.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/render.rs b/server/replaytool/src/render.rs
index 9654256d..ccd97da5 100644
--- a/server/replaytool/src/render.rs
+++ b/server/replaytool/src/render.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/replay.rs b/server/replaytool/src/replay.rs
index 0f465c54..92da6140 100644
--- a/server/replaytool/src/replay.rs
+++ b/server/replaytool/src/replay.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/benchmark.rs b/server/src/benchmark.rs
index 9e715b91..8d658fa6 100644
--- a/server/src/benchmark.rs
+++ b/server/src/benchmark.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 8b7f8c26..4ba9fb60 100644
--- a/server/src/commands.rs
+++ b/server/src/commands.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 36f701ec..6bd48af8 100644
--- a/server/src/entity/bot.rs
+++ b/server/src/entity/bot.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/button.rs b/server/src/entity/button.rs
index f0e2087d..afd18f1a 100644
--- a/server/src/entity/button.rs
+++ b/server/src/entity/button.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 12c2742b..e907b2b3 100644
--- a/server/src/entity/campaign.rs
+++ b/server/src/entity/campaign.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 6757ed43..4950be99 100644
--- a/server/src/entity/conveyor.rs
+++ b/server/src/entity/conveyor.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/ctf_minigame.rs b/server/src/entity/ctf_minigame.rs
index c975821d..03261e41 100644
--- a/server/src/entity/ctf_minigame.rs
+++ b/server/src/entity/ctf_minigame.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 d5e1751d..835afb92 100644
--- a/server/src/entity/customers.rs
+++ b/server/src/entity/customers.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/demand_sink.rs b/server/src/entity/demand_sink.rs
index 173d166b..6fcfa643 100644
--- a/server/src/entity/demand_sink.rs
+++ b/server/src/entity/demand_sink.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 fab6f47b..bc823099 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 (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 4335a659..aec2a7db 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 (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 5e960738..709028e8 100644
--- a/server/src/entity/mod.rs
+++ b/server/src/entity/mod.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 40ec721d..17a2e81c 100644
--- a/server/src/entity/pedestrians.rs
+++ b/server/src/entity/pedestrians.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 35733ca3..ade36b06 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 (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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_pair.rs b/server/src/entity/player_portal_pair.rs
index b525f4ca..edcfbefb 100644
--- a/server/src/entity/player_portal_pair.rs
+++ b/server/src/entity/player_portal_pair.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/tag_minigame.rs b/server/src/entity/tag_minigame.rs
index b0f3a711..2fc168d8 100644
--- a/server/src/entity/tag_minigame.rs
+++ b/server/src/entity/tag_minigame.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 20fe8120..5a802cff 100644
--- a/server/src/entity/tram.rs
+++ b/server/src/entity/tram.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 47ec2aff..0f657297 100644
--- a/server/src/entity/tutorial.rs
+++ b/server/src/entity/tutorial.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 b7fe7dbe..b5dec60d 100644
--- a/server/src/lib.rs
+++ b/server/src/lib.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 c384948a..db93e50b 100644
--- a/server/src/main.rs
+++ b/server/src/main.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 b15a197a..0da8dbd8 100644
--- a/server/src/network/mdns.rs
+++ b/server/src/network/mdns.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 5eadc6b1..9b3b2dbc 100644
--- a/server/src/network/mod.rs
+++ b/server/src/network/mod.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 101d96d1..bae857cc 100644
--- a/server/src/network/register.rs
+++ b/server/src/network/register.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 a443a223..e31f1f51 100644
--- a/server/src/network/upnp.rs
+++ b/server/src/network/upnp.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 ab6a4084..293e082c 100644
--- a/server/src/scoreboard.rs
+++ b/server/src/scoreboard.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 96cf547d..fad53b17 100644
--- a/server/src/server.rs
+++ b/server/src/server.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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 4383b858..12f6f6e4 100644
--- a/server/src/state.rs
+++ b/server/src/state.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/vote.rs b/server/src/vote.rs
index fd1edaa7..e0805c52 100644
--- a/server/src/vote.rs
+++ b/server/src/vote.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/tools/src/diagram_dot.rs b/server/tools/src/diagram_dot.rs
index 33b1a1fb..1bab6a3d 100644
--- a/server/tools/src/diagram_dot.rs
+++ b/server/tools/src/diagram_dot.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/tools/src/graph.rs b/server/tools/src/graph.rs
index d2d50dbc..ca523427 100644
--- a/server/tools/src/graph.rs
+++ b/server/tools/src/graph.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/tools/src/graph_summary.rs b/server/tools/src/graph_summary.rs
index bcd8da86..00ac5ca6 100644
--- a/server/tools/src/graph_summary.rs
+++ b/server/tools/src/graph_summary.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/tools/src/main.rs b/server/tools/src/main.rs
index 3fae7438..2376f098 100644
--- a/server/tools/src/main.rs
+++ b/server/tools/src/main.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: 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/tools/src/map_linter.rs b/server/tools/src/map_linter.rs
index 41f1e925..f1e315e3 100644
--- a/server/tools/src/map_linter.rs
+++ b/server/tools/src/map_linter.rs
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright (C) 2025 Hurry Curry! Contributors
+ Copyright (C) 2026 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by