From 2b704ddff6c3e6f7dc323dcdf6a1be772ec37765 Mon Sep 17 00:00:00 2001 From: emilis Date: Sun, 1 Feb 2026 22:18:27 +0000 Subject: [PATCH] update copyright header year for old files --- werewolves-macros/src/all.rs | 2 +- werewolves-macros/src/checks.rs | 2 +- werewolves-macros/src/hashlist.rs | 2 +- werewolves-macros/src/lib.rs | 2 +- werewolves-macros/src/ref_and_mut.rs | 2 +- werewolves-macros/src/targets.rs | 2 +- werewolves-proto/src/aura.rs | 2 +- werewolves-proto/src/bag.rs | 2 +- werewolves-proto/src/character.rs | 2 +- werewolves-proto/src/diedto.rs | 2 +- werewolves-proto/src/error.rs | 2 +- werewolves-proto/src/game/kill.rs | 2 +- werewolves-proto/src/game/mod.rs | 2 +- werewolves-proto/src/game/night.rs | 2 +- werewolves-proto/src/game/night/changes.rs | 2 +- werewolves-proto/src/game/night/next.rs | 2 +- werewolves-proto/src/game/night/process.rs | 2 +- werewolves-proto/src/game/settings.rs | 2 +- werewolves-proto/src/game/settings/settings_role.rs | 2 +- werewolves-proto/src/game/story.rs | 2 +- werewolves-proto/src/game/village.rs | 2 +- werewolves-proto/src/game/village/apply.rs | 2 +- werewolves-proto/src/game_test/aura/mod.rs | 2 +- werewolves-proto/src/game_test/aura/scapegoat.rs | 2 +- werewolves-proto/src/game_test/changes.rs | 2 +- werewolves-proto/src/game_test/mod.rs | 2 +- werewolves-proto/src/game_test/night_order.rs | 2 +- werewolves-proto/src/game_test/previous.rs | 2 +- werewolves-proto/src/game_test/revert.rs | 2 +- werewolves-proto/src/game_test/role/apprentice.rs | 2 +- werewolves-proto/src/game_test/role/beholder.rs | 2 +- werewolves-proto/src/game_test/role/black_knight.rs | 2 +- werewolves-proto/src/game_test/role/bloodletter.rs | 2 +- werewolves-proto/src/game_test/role/direwolf.rs | 2 +- werewolves-proto/src/game_test/role/diseased.rs | 2 +- werewolves-proto/src/game_test/role/elder.rs | 2 +- werewolves-proto/src/game_test/role/empath.rs | 2 +- werewolves-proto/src/game_test/role/guardian.rs | 2 +- werewolves-proto/src/game_test/role/hunter.rs | 2 +- werewolves-proto/src/game_test/role/insomniac.rs | 2 +- werewolves-proto/src/game_test/role/lone_wolf.rs | 2 +- werewolves-proto/src/game_test/role/maple_wolf.rs | 2 +- werewolves-proto/src/game_test/role/mason.rs | 2 +- werewolves-proto/src/game_test/role/militia.rs | 2 +- werewolves-proto/src/game_test/role/mod.rs | 2 +- werewolves-proto/src/game_test/role/mortician.rs | 2 +- werewolves-proto/src/game_test/role/protector.rs | 2 +- werewolves-proto/src/game_test/role/pyremaster.rs | 2 +- werewolves-proto/src/game_test/role/scapegoat.rs | 2 +- werewolves-proto/src/game_test/role/shapeshifter.rs | 2 +- werewolves-proto/src/game_test/role/vindicator.rs | 2 +- werewolves-proto/src/game_test/role/weightlifter.rs | 2 +- werewolves-proto/src/lib.rs | 2 +- werewolves-proto/src/message.rs | 2 +- werewolves-proto/src/message/host.rs | 2 +- werewolves-proto/src/message/ident.rs | 2 +- werewolves-proto/src/message/night.rs | 2 +- werewolves-proto/src/nonzero.rs | 2 +- werewolves-proto/src/player.rs | 2 +- werewolves-proto/src/role.rs | 2 +- werewolves-proto/src/team.rs | 2 +- werewolves-server/src/client.rs | 2 +- werewolves-server/src/communication/host.rs | 2 +- werewolves-server/src/communication/lobby.rs | 2 +- werewolves-server/src/communication/mod.rs | 2 +- werewolves-server/src/communication/player.rs | 2 +- werewolves-server/src/connection.rs | 2 +- werewolves-server/src/game.rs | 2 +- werewolves-server/src/host.rs | 2 +- werewolves-server/src/lobby.rs | 2 +- werewolves-server/src/main.rs | 2 +- werewolves-server/src/runner.rs | 2 +- werewolves-server/src/saver.rs | 2 +- werewolves/src/assets.rs | 2 +- werewolves/src/callback.rs | 2 +- werewolves/src/clients/client/client.rs | 2 +- werewolves/src/clients/client/connection.rs | 2 +- werewolves/src/clients/host/host.rs | 2 +- werewolves/src/clients/mod.rs | 2 +- werewolves/src/components/action/binary.rs | 2 +- werewolves/src/components/action/picker.rs | 2 +- werewolves/src/components/action/prompt.rs | 2 +- werewolves/src/components/action/result.rs | 2 +- werewolves/src/components/action/target.rs | 2 +- werewolves/src/components/action/wolves.rs | 2 +- werewolves/src/components/attributes/comparison.rs | 2 +- werewolves/src/components/attributes/death_span.rs | 2 +- werewolves/src/components/attributes/killer.rs | 2 +- werewolves/src/components/attributes/powerful.rs | 2 +- werewolves/src/components/aura.rs | 2 +- werewolves/src/components/button.rs | 2 +- werewolves/src/components/character.rs | 2 +- werewolves/src/components/client/nav.rs | 2 +- werewolves/src/components/client/signin.rs | 2 +- werewolves/src/components/cover.rs | 2 +- werewolves/src/components/dialog.rs | 2 +- werewolves/src/components/field.rs | 2 +- werewolves/src/components/footer.rs | 2 +- werewolves/src/components/host/chars.rs | 2 +- werewolves/src/components/host/daytime.rs | 2 +- werewolves/src/components/host/setup.rs | 2 +- werewolves/src/components/icon.rs | 2 +- werewolves/src/components/identity.rs | 2 +- werewolves/src/components/inc_dec.rs | 2 +- werewolves/src/components/input.rs | 2 +- werewolves/src/components/lobby.rs | 2 +- werewolves/src/components/lobby_player.rs | 2 +- werewolves/src/components/reveal.rs | 2 +- werewolves/src/components/settings/category.rs | 2 +- werewolves/src/components/settings/settings.rs | 2 +- werewolves/src/components/settings/slot.rs | 2 +- werewolves/src/components/story/story.rs | 2 +- werewolves/src/components/toggle.rs | 2 +- werewolves/src/components/victory.rs | 2 +- werewolves/src/main.rs | 2 +- werewolves/src/pages/error.rs | 2 +- werewolves/src/pages/role_change.rs | 2 +- werewolves/src/pages/role_page.rs | 2 +- werewolves/src/pages/role_page/adjudicator.rs | 2 +- werewolves/src/pages/role_page/alpha_wolf.rs | 2 +- werewolves/src/pages/role_page/arcanist.rs | 2 +- werewolves/src/pages/role_page/beholder.rs | 2 +- werewolves/src/pages/role_page/bloodletter.rs | 2 +- werewolves/src/pages/role_page/direwolf.rs | 2 +- werewolves/src/pages/role_page/elder.rs | 2 +- werewolves/src/pages/role_page/empath.rs | 2 +- werewolves/src/pages/role_page/gravedigger.rs | 2 +- werewolves/src/pages/role_page/guardian.rs | 2 +- werewolves/src/pages/role_page/hunter.rs | 2 +- werewolves/src/pages/role_page/insomniac.rs | 2 +- werewolves/src/pages/role_page/lone_wolf.rs | 2 +- werewolves/src/pages/role_page/maple_wolf.rs | 2 +- werewolves/src/pages/role_page/mason.rs | 2 +- werewolves/src/pages/role_page/militia.rs | 2 +- werewolves/src/pages/role_page/mortician.rs | 2 +- werewolves/src/pages/role_page/power_seer.rs | 2 +- werewolves/src/pages/role_page/protector.rs | 2 +- werewolves/src/pages/role_page/pyremaster.rs | 2 +- werewolves/src/pages/role_page/seer.rs | 2 +- werewolves/src/pages/role_page/vindicator.rs | 2 +- werewolves/src/pages/roleblock.rs | 2 +- werewolves/src/pages/shift_failed.rs | 2 +- werewolves/src/pages/wolf_pack.rs | 2 +- werewolves/src/storage.rs | 2 +- werewolves/src/test_util/mod.rs | 2 +- werewolves/src/test_util/prompt.rs | 2 +- werewolves/src/test_util/result.rs | 2 +- 147 files changed, 147 insertions(+), 147 deletions(-) diff --git a/werewolves-macros/src/all.rs b/werewolves-macros/src/all.rs index 26c743b..cea7aa0 100644 --- a/werewolves-macros/src/all.rs +++ b/werewolves-macros/src/all.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-macros/src/checks.rs b/werewolves-macros/src/checks.rs index 6a06256..33e105f 100644 --- a/werewolves-macros/src/checks.rs +++ b/werewolves-macros/src/checks.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-macros/src/hashlist.rs b/werewolves-macros/src/hashlist.rs index 28b5b09..b0ffb9c 100644 --- a/werewolves-macros/src/hashlist.rs +++ b/werewolves-macros/src/hashlist.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-macros/src/lib.rs b/werewolves-macros/src/lib.rs index 64361fd..302e810 100644 --- a/werewolves-macros/src/lib.rs +++ b/werewolves-macros/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-macros/src/ref_and_mut.rs b/werewolves-macros/src/ref_and_mut.rs index fdd353a..776e390 100644 --- a/werewolves-macros/src/ref_and_mut.rs +++ b/werewolves-macros/src/ref_and_mut.rs @@ -1,5 +1,5 @@ use convert_case::Casing; -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-macros/src/targets.rs b/werewolves-macros/src/targets.rs index bb6f6e7..d0aeb5c 100644 --- a/werewolves-macros/src/targets.rs +++ b/werewolves-macros/src/targets.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/aura.rs b/werewolves-proto/src/aura.rs index 1ca8789..d624fca 100644 --- a/werewolves-proto/src/aura.rs +++ b/werewolves-proto/src/aura.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/bag.rs b/werewolves-proto/src/bag.rs index 87c9c5e..01d65af 100644 --- a/werewolves-proto/src/bag.rs +++ b/werewolves-proto/src/bag.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/character.rs b/werewolves-proto/src/character.rs index a2359f2..c68122d 100644 --- a/werewolves-proto/src/character.rs +++ b/werewolves-proto/src/character.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/diedto.rs b/werewolves-proto/src/diedto.rs index b92980c..cf9e650 100644 --- a/werewolves-proto/src/diedto.rs +++ b/werewolves-proto/src/diedto.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/error.rs b/werewolves-proto/src/error.rs index f7f28c4..d1e6335 100644 --- a/werewolves-proto/src/error.rs +++ b/werewolves-proto/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game/kill.rs b/werewolves-proto/src/game/kill.rs index 50a4fcc..da3395a 100644 --- a/werewolves-proto/src/game/kill.rs +++ b/werewolves-proto/src/game/kill.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game/mod.rs b/werewolves-proto/src/game/mod.rs index cd1c0dc..bd00616 100644 --- a/werewolves-proto/src/game/mod.rs +++ b/werewolves-proto/src/game/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game/night.rs b/werewolves-proto/src/game/night.rs index 28a9ae3..6b31808 100644 --- a/werewolves-proto/src/game/night.rs +++ b/werewolves-proto/src/game/night.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game/night/changes.rs b/werewolves-proto/src/game/night/changes.rs index 4cfa197..7699f70 100644 --- a/werewolves-proto/src/game/night/changes.rs +++ b/werewolves-proto/src/game/night/changes.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game/night/next.rs b/werewolves-proto/src/game/night/next.rs index 662e9a6..d12483b 100644 --- a/werewolves-proto/src/game/night/next.rs +++ b/werewolves-proto/src/game/night/next.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game/night/process.rs b/werewolves-proto/src/game/night/process.rs index b0e4c38..1fe8b07 100644 --- a/werewolves-proto/src/game/night/process.rs +++ b/werewolves-proto/src/game/night/process.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game/settings.rs b/werewolves-proto/src/game/settings.rs index fef0b3d..1a34964 100644 --- a/werewolves-proto/src/game/settings.rs +++ b/werewolves-proto/src/game/settings.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game/settings/settings_role.rs b/werewolves-proto/src/game/settings/settings_role.rs index 5b84b23..fc3ea95 100644 --- a/werewolves-proto/src/game/settings/settings_role.rs +++ b/werewolves-proto/src/game/settings/settings_role.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game/story.rs b/werewolves-proto/src/game/story.rs index f386bee..15598fe 100644 --- a/werewolves-proto/src/game/story.rs +++ b/werewolves-proto/src/game/story.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game/village.rs b/werewolves-proto/src/game/village.rs index 75f58a4..97b7b76 100644 --- a/werewolves-proto/src/game/village.rs +++ b/werewolves-proto/src/game/village.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game/village/apply.rs b/werewolves-proto/src/game/village/apply.rs index a8f0fd4..52ddb28 100644 --- a/werewolves-proto/src/game/village/apply.rs +++ b/werewolves-proto/src/game/village/apply.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/aura/mod.rs b/werewolves-proto/src/game_test/aura/mod.rs index fb8b6a6..fa3052e 100644 --- a/werewolves-proto/src/game_test/aura/mod.rs +++ b/werewolves-proto/src/game_test/aura/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/aura/scapegoat.rs b/werewolves-proto/src/game_test/aura/scapegoat.rs index d34bb54..7d9644d 100644 --- a/werewolves-proto/src/game_test/aura/scapegoat.rs +++ b/werewolves-proto/src/game_test/aura/scapegoat.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/changes.rs b/werewolves-proto/src/game_test/changes.rs index 6e523e2..64f3e85 100644 --- a/werewolves-proto/src/game_test/changes.rs +++ b/werewolves-proto/src/game_test/changes.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/mod.rs b/werewolves-proto/src/game_test/mod.rs index ab4b42a..6d40640 100644 --- a/werewolves-proto/src/game_test/mod.rs +++ b/werewolves-proto/src/game_test/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/night_order.rs b/werewolves-proto/src/game_test/night_order.rs index 85f90e4..b071649 100644 --- a/werewolves-proto/src/game_test/night_order.rs +++ b/werewolves-proto/src/game_test/night_order.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/previous.rs b/werewolves-proto/src/game_test/previous.rs index 3aee3af..dfbff4c 100644 --- a/werewolves-proto/src/game_test/previous.rs +++ b/werewolves-proto/src/game_test/previous.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/revert.rs b/werewolves-proto/src/game_test/revert.rs index c7aa70a..272a0b3 100644 --- a/werewolves-proto/src/game_test/revert.rs +++ b/werewolves-proto/src/game_test/revert.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/apprentice.rs b/werewolves-proto/src/game_test/role/apprentice.rs index d4ac424..00c5276 100644 --- a/werewolves-proto/src/game_test/role/apprentice.rs +++ b/werewolves-proto/src/game_test/role/apprentice.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/beholder.rs b/werewolves-proto/src/game_test/role/beholder.rs index f49e339..c59e7be 100644 --- a/werewolves-proto/src/game_test/role/beholder.rs +++ b/werewolves-proto/src/game_test/role/beholder.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/black_knight.rs b/werewolves-proto/src/game_test/role/black_knight.rs index 587c16d..caa047a 100644 --- a/werewolves-proto/src/game_test/role/black_knight.rs +++ b/werewolves-proto/src/game_test/role/black_knight.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/bloodletter.rs b/werewolves-proto/src/game_test/role/bloodletter.rs index 28c5e38..4ecb952 100644 --- a/werewolves-proto/src/game_test/role/bloodletter.rs +++ b/werewolves-proto/src/game_test/role/bloodletter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/direwolf.rs b/werewolves-proto/src/game_test/role/direwolf.rs index f86dc68..9f831c7 100644 --- a/werewolves-proto/src/game_test/role/direwolf.rs +++ b/werewolves-proto/src/game_test/role/direwolf.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/diseased.rs b/werewolves-proto/src/game_test/role/diseased.rs index 544373c..69c8fed 100644 --- a/werewolves-proto/src/game_test/role/diseased.rs +++ b/werewolves-proto/src/game_test/role/diseased.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/elder.rs b/werewolves-proto/src/game_test/role/elder.rs index f18a3f1..7c8f236 100644 --- a/werewolves-proto/src/game_test/role/elder.rs +++ b/werewolves-proto/src/game_test/role/elder.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/empath.rs b/werewolves-proto/src/game_test/role/empath.rs index c4361a5..67899ab 100644 --- a/werewolves-proto/src/game_test/role/empath.rs +++ b/werewolves-proto/src/game_test/role/empath.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/guardian.rs b/werewolves-proto/src/game_test/role/guardian.rs index 51d71c8..68518f1 100644 --- a/werewolves-proto/src/game_test/role/guardian.rs +++ b/werewolves-proto/src/game_test/role/guardian.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/hunter.rs b/werewolves-proto/src/game_test/role/hunter.rs index c67ae6e..260d21e 100644 --- a/werewolves-proto/src/game_test/role/hunter.rs +++ b/werewolves-proto/src/game_test/role/hunter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/insomniac.rs b/werewolves-proto/src/game_test/role/insomniac.rs index 5c2e577..01826c6 100644 --- a/werewolves-proto/src/game_test/role/insomniac.rs +++ b/werewolves-proto/src/game_test/role/insomniac.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/lone_wolf.rs b/werewolves-proto/src/game_test/role/lone_wolf.rs index a841529..4e23416 100644 --- a/werewolves-proto/src/game_test/role/lone_wolf.rs +++ b/werewolves-proto/src/game_test/role/lone_wolf.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/maple_wolf.rs b/werewolves-proto/src/game_test/role/maple_wolf.rs index e25f2a5..5aecf8b 100644 --- a/werewolves-proto/src/game_test/role/maple_wolf.rs +++ b/werewolves-proto/src/game_test/role/maple_wolf.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/mason.rs b/werewolves-proto/src/game_test/role/mason.rs index 1bfc0e1..c6ba51b 100644 --- a/werewolves-proto/src/game_test/role/mason.rs +++ b/werewolves-proto/src/game_test/role/mason.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/militia.rs b/werewolves-proto/src/game_test/role/militia.rs index 1c1060f..698c88d 100644 --- a/werewolves-proto/src/game_test/role/militia.rs +++ b/werewolves-proto/src/game_test/role/militia.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/mod.rs b/werewolves-proto/src/game_test/role/mod.rs index 82e3772..0103f91 100644 --- a/werewolves-proto/src/game_test/role/mod.rs +++ b/werewolves-proto/src/game_test/role/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/mortician.rs b/werewolves-proto/src/game_test/role/mortician.rs index 3be62a9..17d6264 100644 --- a/werewolves-proto/src/game_test/role/mortician.rs +++ b/werewolves-proto/src/game_test/role/mortician.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/protector.rs b/werewolves-proto/src/game_test/role/protector.rs index 6e4e074..26aea14 100644 --- a/werewolves-proto/src/game_test/role/protector.rs +++ b/werewolves-proto/src/game_test/role/protector.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/pyremaster.rs b/werewolves-proto/src/game_test/role/pyremaster.rs index 3a6ae7e..bd6bdf8 100644 --- a/werewolves-proto/src/game_test/role/pyremaster.rs +++ b/werewolves-proto/src/game_test/role/pyremaster.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/scapegoat.rs b/werewolves-proto/src/game_test/role/scapegoat.rs index aaffd24..4106ce3 100644 --- a/werewolves-proto/src/game_test/role/scapegoat.rs +++ b/werewolves-proto/src/game_test/role/scapegoat.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/shapeshifter.rs b/werewolves-proto/src/game_test/role/shapeshifter.rs index e715977..11b0c62 100644 --- a/werewolves-proto/src/game_test/role/shapeshifter.rs +++ b/werewolves-proto/src/game_test/role/shapeshifter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/vindicator.rs b/werewolves-proto/src/game_test/role/vindicator.rs index c330514..d6c8085 100644 --- a/werewolves-proto/src/game_test/role/vindicator.rs +++ b/werewolves-proto/src/game_test/role/vindicator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/game_test/role/weightlifter.rs b/werewolves-proto/src/game_test/role/weightlifter.rs index d078e3a..d5156ce 100644 --- a/werewolves-proto/src/game_test/role/weightlifter.rs +++ b/werewolves-proto/src/game_test/role/weightlifter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/lib.rs b/werewolves-proto/src/lib.rs index 572121a..5765b4c 100644 --- a/werewolves-proto/src/lib.rs +++ b/werewolves-proto/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/message.rs b/werewolves-proto/src/message.rs index 17c24ba..41d1106 100644 --- a/werewolves-proto/src/message.rs +++ b/werewolves-proto/src/message.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/message/host.rs b/werewolves-proto/src/message/host.rs index 2384eab..8948452 100644 --- a/werewolves-proto/src/message/host.rs +++ b/werewolves-proto/src/message/host.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/message/ident.rs b/werewolves-proto/src/message/ident.rs index 5bbc367..8d87fec 100644 --- a/werewolves-proto/src/message/ident.rs +++ b/werewolves-proto/src/message/ident.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/message/night.rs b/werewolves-proto/src/message/night.rs index a78f2c3..4208341 100644 --- a/werewolves-proto/src/message/night.rs +++ b/werewolves-proto/src/message/night.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/nonzero.rs b/werewolves-proto/src/nonzero.rs index 0de8726..350fe8a 100644 --- a/werewolves-proto/src/nonzero.rs +++ b/werewolves-proto/src/nonzero.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/player.rs b/werewolves-proto/src/player.rs index bd2a27b..f2da251 100644 --- a/werewolves-proto/src/player.rs +++ b/werewolves-proto/src/player.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/role.rs b/werewolves-proto/src/role.rs index 18c9bef..bc6313d 100644 --- a/werewolves-proto/src/role.rs +++ b/werewolves-proto/src/role.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-proto/src/team.rs b/werewolves-proto/src/team.rs index 84f12df..25e084c 100644 --- a/werewolves-proto/src/team.rs +++ b/werewolves-proto/src/team.rs @@ -1,7 +1,7 @@ use serde::{Deserialize, Serialize}; use werewolves_macros::ChecksAs; -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/client.rs b/werewolves-server/src/client.rs index 44ad001..ce47b17 100644 --- a/werewolves-server/src/client.rs +++ b/werewolves-server/src/client.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/communication/host.rs b/werewolves-server/src/communication/host.rs index cf9a20b..11b437d 100644 --- a/werewolves-server/src/communication/host.rs +++ b/werewolves-server/src/communication/host.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/communication/lobby.rs b/werewolves-server/src/communication/lobby.rs index 5169a04..f92dec9 100644 --- a/werewolves-server/src/communication/lobby.rs +++ b/werewolves-server/src/communication/lobby.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/communication/mod.rs b/werewolves-server/src/communication/mod.rs index 38431a5..0b311d2 100644 --- a/werewolves-server/src/communication/mod.rs +++ b/werewolves-server/src/communication/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/communication/player.rs b/werewolves-server/src/communication/player.rs index 5286ee4..afb0e09 100644 --- a/werewolves-server/src/communication/player.rs +++ b/werewolves-server/src/communication/player.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/connection.rs b/werewolves-server/src/connection.rs index c4bd0be..0b191c1 100644 --- a/werewolves-server/src/connection.rs +++ b/werewolves-server/src/connection.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/game.rs b/werewolves-server/src/game.rs index f6b9a94..feaba4e 100644 --- a/werewolves-server/src/game.rs +++ b/werewolves-server/src/game.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/host.rs b/werewolves-server/src/host.rs index c7f96e1..366b6f2 100644 --- a/werewolves-server/src/host.rs +++ b/werewolves-server/src/host.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/lobby.rs b/werewolves-server/src/lobby.rs index dad1b12..77453b2 100644 --- a/werewolves-server/src/lobby.rs +++ b/werewolves-server/src/lobby.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/main.rs b/werewolves-server/src/main.rs index 9f3dfd9..dbbeba4 100644 --- a/werewolves-server/src/main.rs +++ b/werewolves-server/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/runner.rs b/werewolves-server/src/runner.rs index 5392558..8aa703e 100644 --- a/werewolves-server/src/runner.rs +++ b/werewolves-server/src/runner.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves-server/src/saver.rs b/werewolves-server/src/saver.rs index fea27c5..4ff4369 100644 --- a/werewolves-server/src/saver.rs +++ b/werewolves-server/src/saver.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/assets.rs b/werewolves/src/assets.rs index 9edad88..ffe8a50 100644 --- a/werewolves/src/assets.rs +++ b/werewolves/src/assets.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/callback.rs b/werewolves/src/callback.rs index bb735ea..79d55a5 100644 --- a/werewolves/src/callback.rs +++ b/werewolves/src/callback.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/clients/client/client.rs b/werewolves/src/clients/client/client.rs index ed64aad..978d5d7 100644 --- a/werewolves/src/clients/client/client.rs +++ b/werewolves/src/clients/client/client.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/clients/client/connection.rs b/werewolves/src/clients/client/connection.rs index 9fea555..8400ebd 100644 --- a/werewolves/src/clients/client/connection.rs +++ b/werewolves/src/clients/client/connection.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/clients/host/host.rs b/werewolves/src/clients/host/host.rs index 590bc4e..18672b2 100644 --- a/werewolves/src/clients/host/host.rs +++ b/werewolves/src/clients/host/host.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/clients/mod.rs b/werewolves/src/clients/mod.rs index 34886e9..241eb5f 100644 --- a/werewolves/src/clients/mod.rs +++ b/werewolves/src/clients/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/action/binary.rs b/werewolves/src/components/action/binary.rs index 21b650a..9d337f5 100644 --- a/werewolves/src/components/action/binary.rs +++ b/werewolves/src/components/action/binary.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/action/picker.rs b/werewolves/src/components/action/picker.rs index 666544c..af5329a 100644 --- a/werewolves/src/components/action/picker.rs +++ b/werewolves/src/components/action/picker.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/action/prompt.rs b/werewolves/src/components/action/prompt.rs index 0648fd3..2159792 100644 --- a/werewolves/src/components/action/prompt.rs +++ b/werewolves/src/components/action/prompt.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/action/result.rs b/werewolves/src/components/action/result.rs index f1d2946..3453139 100644 --- a/werewolves/src/components/action/result.rs +++ b/werewolves/src/components/action/result.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/action/target.rs b/werewolves/src/components/action/target.rs index ef93d1d..073e5ed 100644 --- a/werewolves/src/components/action/target.rs +++ b/werewolves/src/components/action/target.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/action/wolves.rs b/werewolves/src/components/action/wolves.rs index 7d01aa7..a7473c0 100644 --- a/werewolves/src/components/action/wolves.rs +++ b/werewolves/src/components/action/wolves.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/attributes/comparison.rs b/werewolves/src/components/attributes/comparison.rs index 5959c61..0acbd4a 100644 --- a/werewolves/src/components/attributes/comparison.rs +++ b/werewolves/src/components/attributes/comparison.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/attributes/death_span.rs b/werewolves/src/components/attributes/death_span.rs index a80051c..b6d34fc 100644 --- a/werewolves/src/components/attributes/death_span.rs +++ b/werewolves/src/components/attributes/death_span.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/attributes/killer.rs b/werewolves/src/components/attributes/killer.rs index cc03a1b..30df935 100644 --- a/werewolves/src/components/attributes/killer.rs +++ b/werewolves/src/components/attributes/killer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/attributes/powerful.rs b/werewolves/src/components/attributes/powerful.rs index 13e3fab..5f6f996 100644 --- a/werewolves/src/components/attributes/powerful.rs +++ b/werewolves/src/components/attributes/powerful.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/aura.rs b/werewolves/src/components/aura.rs index 563ff72..2ef2fb9 100644 --- a/werewolves/src/components/aura.rs +++ b/werewolves/src/components/aura.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/button.rs b/werewolves/src/components/button.rs index 463420e..1f07cc7 100644 --- a/werewolves/src/components/button.rs +++ b/werewolves/src/components/button.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/character.rs b/werewolves/src/components/character.rs index 0d22fb0..e3fc97f 100644 --- a/werewolves/src/components/character.rs +++ b/werewolves/src/components/character.rs @@ -1,6 +1,6 @@ use core::ops::Not; -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/client/nav.rs b/werewolves/src/components/client/nav.rs index fe38e49..0ed3d55 100644 --- a/werewolves/src/components/client/nav.rs +++ b/werewolves/src/components/client/nav.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/client/signin.rs b/werewolves/src/components/client/signin.rs index b44d780..9c7c247 100644 --- a/werewolves/src/components/client/signin.rs +++ b/werewolves/src/components/client/signin.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/cover.rs b/werewolves/src/components/cover.rs index 841c0a3..645f480 100644 --- a/werewolves/src/components/cover.rs +++ b/werewolves/src/components/cover.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/dialog.rs b/werewolves/src/components/dialog.rs index c1d8d45..0f0b4f3 100644 --- a/werewolves/src/components/dialog.rs +++ b/werewolves/src/components/dialog.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/field.rs b/werewolves/src/components/field.rs index f14d56b..1d6ab1e 100644 --- a/werewolves/src/components/field.rs +++ b/werewolves/src/components/field.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/footer.rs b/werewolves/src/components/footer.rs index 76db39b..caee7e0 100644 --- a/werewolves/src/components/footer.rs +++ b/werewolves/src/components/footer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/host/chars.rs b/werewolves/src/components/host/chars.rs index 00598d6..f6a9f30 100644 --- a/werewolves/src/components/host/chars.rs +++ b/werewolves/src/components/host/chars.rs @@ -1,5 +1,5 @@ use werewolves_proto::message::CharacterState; -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/host/daytime.rs b/werewolves/src/components/host/daytime.rs index 22d7e2a..27cac40 100644 --- a/werewolves/src/components/host/daytime.rs +++ b/werewolves/src/components/host/daytime.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/host/setup.rs b/werewolves/src/components/host/setup.rs index b919a7a..27786d4 100644 --- a/werewolves/src/components/host/setup.rs +++ b/werewolves/src/components/host/setup.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/icon.rs b/werewolves/src/components/icon.rs index 30b33d1..1cea305 100644 --- a/werewolves/src/components/icon.rs +++ b/werewolves/src/components/icon.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/identity.rs b/werewolves/src/components/identity.rs index 0a20f52..362996b 100644 --- a/werewolves/src/components/identity.rs +++ b/werewolves/src/components/identity.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/inc_dec.rs b/werewolves/src/components/inc_dec.rs index 4eb5ca5..b8bcd00 100644 --- a/werewolves/src/components/inc_dec.rs +++ b/werewolves/src/components/inc_dec.rs @@ -1,6 +1,6 @@ use core::ops::Range; -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/input.rs b/werewolves/src/components/input.rs index 9105446..716505d 100644 --- a/werewolves/src/components/input.rs +++ b/werewolves/src/components/input.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/lobby.rs b/werewolves/src/components/lobby.rs index 3d9eea9..93b3aaf 100644 --- a/werewolves/src/components/lobby.rs +++ b/werewolves/src/components/lobby.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/lobby_player.rs b/werewolves/src/components/lobby_player.rs index 8861a8a..e42f278 100644 --- a/werewolves/src/components/lobby_player.rs +++ b/werewolves/src/components/lobby_player.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/reveal.rs b/werewolves/src/components/reveal.rs index 39f5ab1..ad1b3dc 100644 --- a/werewolves/src/components/reveal.rs +++ b/werewolves/src/components/reveal.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/settings/category.rs b/werewolves/src/components/settings/category.rs index 9192358..0a47e62 100644 --- a/werewolves/src/components/settings/category.rs +++ b/werewolves/src/components/settings/category.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/settings/settings.rs b/werewolves/src/components/settings/settings.rs index a272831..8a93510 100644 --- a/werewolves/src/components/settings/settings.rs +++ b/werewolves/src/components/settings/settings.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/settings/slot.rs b/werewolves/src/components/settings/slot.rs index 3799108..e12164f 100644 --- a/werewolves/src/components/settings/slot.rs +++ b/werewolves/src/components/settings/slot.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/story/story.rs b/werewolves/src/components/story/story.rs index 69bda4f..abaa15d 100644 --- a/werewolves/src/components/story/story.rs +++ b/werewolves/src/components/story/story.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/toggle.rs b/werewolves/src/components/toggle.rs index 2822f99..2673edd 100644 --- a/werewolves/src/components/toggle.rs +++ b/werewolves/src/components/toggle.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/components/victory.rs b/werewolves/src/components/victory.rs index f5eb36c..89584ce 100644 --- a/werewolves/src/components/victory.rs +++ b/werewolves/src/components/victory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/main.rs b/werewolves/src/main.rs index d94ad8c..de61eea 100644 --- a/werewolves/src/main.rs +++ b/werewolves/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/error.rs b/werewolves/src/pages/error.rs index 8d0d09c..55b009e 100644 --- a/werewolves/src/pages/error.rs +++ b/werewolves/src/pages/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_change.rs b/werewolves/src/pages/role_change.rs index c5678ec..9730635 100644 --- a/werewolves/src/pages/role_change.rs +++ b/werewolves/src/pages/role_change.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page.rs b/werewolves/src/pages/role_page.rs index 6145a12..39d5de3 100644 --- a/werewolves/src/pages/role_page.rs +++ b/werewolves/src/pages/role_page.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/adjudicator.rs b/werewolves/src/pages/role_page/adjudicator.rs index a70c404..6dd90b1 100644 --- a/werewolves/src/pages/role_page/adjudicator.rs +++ b/werewolves/src/pages/role_page/adjudicator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/alpha_wolf.rs b/werewolves/src/pages/role_page/alpha_wolf.rs index 6fbfa98..d5b93f7 100644 --- a/werewolves/src/pages/role_page/alpha_wolf.rs +++ b/werewolves/src/pages/role_page/alpha_wolf.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/arcanist.rs b/werewolves/src/pages/role_page/arcanist.rs index eb8c265..25b935f 100644 --- a/werewolves/src/pages/role_page/arcanist.rs +++ b/werewolves/src/pages/role_page/arcanist.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/beholder.rs b/werewolves/src/pages/role_page/beholder.rs index 0db1f2e..8356a1e 100644 --- a/werewolves/src/pages/role_page/beholder.rs +++ b/werewolves/src/pages/role_page/beholder.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/bloodletter.rs b/werewolves/src/pages/role_page/bloodletter.rs index f47d7d1..750ee1d 100644 --- a/werewolves/src/pages/role_page/bloodletter.rs +++ b/werewolves/src/pages/role_page/bloodletter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/direwolf.rs b/werewolves/src/pages/role_page/direwolf.rs index 0828f66..5ccdfd8 100644 --- a/werewolves/src/pages/role_page/direwolf.rs +++ b/werewolves/src/pages/role_page/direwolf.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/elder.rs b/werewolves/src/pages/role_page/elder.rs index 2285a0b..0eab6b0 100644 --- a/werewolves/src/pages/role_page/elder.rs +++ b/werewolves/src/pages/role_page/elder.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/empath.rs b/werewolves/src/pages/role_page/empath.rs index f82d775..e93d21d 100644 --- a/werewolves/src/pages/role_page/empath.rs +++ b/werewolves/src/pages/role_page/empath.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/gravedigger.rs b/werewolves/src/pages/role_page/gravedigger.rs index eb46e59..6fd021c 100644 --- a/werewolves/src/pages/role_page/gravedigger.rs +++ b/werewolves/src/pages/role_page/gravedigger.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/guardian.rs b/werewolves/src/pages/role_page/guardian.rs index 07ddbbe..76c418d 100644 --- a/werewolves/src/pages/role_page/guardian.rs +++ b/werewolves/src/pages/role_page/guardian.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/hunter.rs b/werewolves/src/pages/role_page/hunter.rs index c06c221..434c98e 100644 --- a/werewolves/src/pages/role_page/hunter.rs +++ b/werewolves/src/pages/role_page/hunter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/insomniac.rs b/werewolves/src/pages/role_page/insomniac.rs index f345b49..97b288f 100644 --- a/werewolves/src/pages/role_page/insomniac.rs +++ b/werewolves/src/pages/role_page/insomniac.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/lone_wolf.rs b/werewolves/src/pages/role_page/lone_wolf.rs index fca5920..0b06937 100644 --- a/werewolves/src/pages/role_page/lone_wolf.rs +++ b/werewolves/src/pages/role_page/lone_wolf.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/maple_wolf.rs b/werewolves/src/pages/role_page/maple_wolf.rs index 63d3021..2d35bc0 100644 --- a/werewolves/src/pages/role_page/maple_wolf.rs +++ b/werewolves/src/pages/role_page/maple_wolf.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/mason.rs b/werewolves/src/pages/role_page/mason.rs index b07ae07..8ad1273 100644 --- a/werewolves/src/pages/role_page/mason.rs +++ b/werewolves/src/pages/role_page/mason.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/militia.rs b/werewolves/src/pages/role_page/militia.rs index 85a9eb2..130645e 100644 --- a/werewolves/src/pages/role_page/militia.rs +++ b/werewolves/src/pages/role_page/militia.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/mortician.rs b/werewolves/src/pages/role_page/mortician.rs index 801d3b1..cf7c2f2 100644 --- a/werewolves/src/pages/role_page/mortician.rs +++ b/werewolves/src/pages/role_page/mortician.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/power_seer.rs b/werewolves/src/pages/role_page/power_seer.rs index 10ae7c2..de42be9 100644 --- a/werewolves/src/pages/role_page/power_seer.rs +++ b/werewolves/src/pages/role_page/power_seer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/protector.rs b/werewolves/src/pages/role_page/protector.rs index e880ff3..9d63863 100644 --- a/werewolves/src/pages/role_page/protector.rs +++ b/werewolves/src/pages/role_page/protector.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/pyremaster.rs b/werewolves/src/pages/role_page/pyremaster.rs index 7381537..16cdd7f 100644 --- a/werewolves/src/pages/role_page/pyremaster.rs +++ b/werewolves/src/pages/role_page/pyremaster.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/seer.rs b/werewolves/src/pages/role_page/seer.rs index db7b3b5..72addd2 100644 --- a/werewolves/src/pages/role_page/seer.rs +++ b/werewolves/src/pages/role_page/seer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/role_page/vindicator.rs b/werewolves/src/pages/role_page/vindicator.rs index d6e777c..0b90f41 100644 --- a/werewolves/src/pages/role_page/vindicator.rs +++ b/werewolves/src/pages/role_page/vindicator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/roleblock.rs b/werewolves/src/pages/roleblock.rs index abecd4d..f16dc4a 100644 --- a/werewolves/src/pages/roleblock.rs +++ b/werewolves/src/pages/roleblock.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/shift_failed.rs b/werewolves/src/pages/shift_failed.rs index 0e24cc9..eec5584 100644 --- a/werewolves/src/pages/shift_failed.rs +++ b/werewolves/src/pages/shift_failed.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/pages/wolf_pack.rs b/werewolves/src/pages/wolf_pack.rs index 83a0d5b..dce2baf 100644 --- a/werewolves/src/pages/wolf_pack.rs +++ b/werewolves/src/pages/wolf_pack.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/storage.rs b/werewolves/src/storage.rs index 4079356..af83c2d 100644 --- a/werewolves/src/storage.rs +++ b/werewolves/src/storage.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/test_util/mod.rs b/werewolves/src/test_util/mod.rs index b8fb882..acc3c08 100644 --- a/werewolves/src/test_util/mod.rs +++ b/werewolves/src/test_util/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/test_util/prompt.rs b/werewolves/src/test_util/prompt.rs index 6a41b61..21852e0 100644 --- a/werewolves/src/test_util/prompt.rs +++ b/werewolves/src/test_util/prompt.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // 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/werewolves/src/test_util/result.rs b/werewolves/src/test_util/result.rs index 3c4c53f..9497d24 100644 --- a/werewolves/src/test_util/result.rs +++ b/werewolves/src/test_util/result.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Emilis Bliūdžius +// Copyright (C) 2025-2026 Emilis Bliūdžius // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as