diff options
author | metamuffin <metamuffin@disroot.org> | 2025-07-13 14:43:43 +0200 |
---|---|---|
committer | metamuffin <metamuffin@noreply.codeberg.org> | 2025-07-13 21:09:40 +0200 |
commit | fd9a27d54af80f96ef2b9e808ffa3d35adcf755e (patch) | |
tree | aa3424afe3010cbcc3e9d11c36fda84d4a44dd4a /server/bot/src/algos | |
parent | 6e39c1c51aeb5caced079cd21f378298fc80d511 (diff) | |
download | hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.bz2 hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.zst |
Replace copyright notices to not include individual author names
Diffstat (limited to 'server/bot/src/algos')
-rw-r--r-- | server/bot/src/algos/customer.rs | 2 | ||||
-rw-r--r-- | server/bot/src/algos/dishwasher.rs | 3 | ||||
-rw-r--r-- | server/bot/src/algos/frank.rs | 2 | ||||
-rw-r--r-- | server/bot/src/algos/mod.rs | 2 | ||||
-rw-r--r-- | server/bot/src/algos/simple.rs | 2 | ||||
-rw-r--r-- | server/bot/src/algos/test.rs | 2 | ||||
-rw-r--r-- | server/bot/src/algos/waiter.rs | 2 |
7 files changed, 7 insertions, 8 deletions
diff --git a/server/bot/src/algos/customer.rs b/server/bot/src/algos/customer.rs index 9e7ae094..043e5358 100644 --- a/server/bot/src/algos/customer.rs +++ b/server/bot/src/algos/customer.rs @@ -1,6 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2024 metamuffin + Copyright (C) 2025 Hurry Curry! Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/server/bot/src/algos/dishwasher.rs b/server/bot/src/algos/dishwasher.rs index 2bd1c9b2..9328d4f2 100644 --- a/server/bot/src/algos/dishwasher.rs +++ b/server/bot/src/algos/dishwasher.rs @@ -1,7 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2024 Miner34 - Copyright 2024 metamuffin + Copyright (C) 2025 Hurry Curry! Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/server/bot/src/algos/frank.rs b/server/bot/src/algos/frank.rs index 38ee927c..c8127198 100644 --- a/server/bot/src/algos/frank.rs +++ b/server/bot/src/algos/frank.rs @@ -1,6 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2024 metamuffin + Copyright (C) 2025 Hurry Curry! Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/server/bot/src/algos/mod.rs b/server/bot/src/algos/mod.rs index 059b9e89..ad6b1586 100644 --- a/server/bot/src/algos/mod.rs +++ b/server/bot/src/algos/mod.rs @@ -1,6 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2024 metamuffin + Copyright (C) 2025 Hurry Curry! Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/server/bot/src/algos/simple.rs b/server/bot/src/algos/simple.rs index 452f59d3..e7d6d199 100644 --- a/server/bot/src/algos/simple.rs +++ b/server/bot/src/algos/simple.rs @@ -1,6 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2024 metamuffin + Copyright (C) 2025 Hurry Curry! Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/server/bot/src/algos/test.rs b/server/bot/src/algos/test.rs index 7cfafc29..5ef11553 100644 --- a/server/bot/src/algos/test.rs +++ b/server/bot/src/algos/test.rs @@ -1,6 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2024 metamuffin + Copyright (C) 2025 Hurry Curry! Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/server/bot/src/algos/waiter.rs b/server/bot/src/algos/waiter.rs index f3980170..58a3f292 100644 --- a/server/bot/src/algos/waiter.rs +++ b/server/bot/src/algos/waiter.rs @@ -1,6 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2024 metamuffin + Copyright (C) 2025 Hurry Curry! Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by |