diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-03-20 22:00:14 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-03-20 22:00:14 +0100 |
| commit | 49c7ee9c1766022637969ebbaf55671c0fc4d9e4 (patch) | |
| tree | d9e22cda5d922cfa8e6b7fa47973d4caed030ede /server/replaytool/src | |
| parent | 2a124cffd78ae57a41e510fb2e2b6614f0fe3a6a (diff) | |
| download | hurrycurry-49c7ee9c1766022637969ebbaf55671c0fc4d9e4.tar hurrycurry-49c7ee9c1766022637969ebbaf55671c0fc4d9e4.tar.bz2 hurrycurry-49c7ee9c1766022637969ebbaf55671c0fc4d9e4.tar.zst | |
Update copyright year
Diffstat (limited to 'server/replaytool/src')
| -rw-r--r-- | server/replaytool/src/main.rs | 2 | ||||
| -rw-r--r-- | server/replaytool/src/record.rs | 2 | ||||
| -rw-r--r-- | server/replaytool/src/render.rs | 2 | ||||
| -rw-r--r-- | server/replaytool/src/replay.rs | 2 |
4 files changed, 4 insertions, 4 deletions
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 |