aboutsummaryrefslogtreecommitdiff
path: root/server/protocol
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/protocol
parent2a124cffd78ae57a41e510fb2e2b6614f0fe3a6a (diff)
downloadhurrycurry-49c7ee9c1766022637969ebbaf55671c0fc4d9e4.tar
hurrycurry-49c7ee9c1766022637969ebbaf55671c0fc4d9e4.tar.bz2
hurrycurry-49c7ee9c1766022637969ebbaf55671c0fc4d9e4.tar.zst
Update copyright year
Diffstat (limited to 'server/protocol')
-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
5 files changed, 5 insertions, 5 deletions
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