From fd9a27d54af80f96ef2b9e808ffa3d35adcf755e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 13 Jul 2025 14:43:43 +0200 Subject: Replace copyright notices to not include individual author names --- server/bot/src/algos/customer.rs | 2 +- server/bot/src/algos/dishwasher.rs | 3 +-- server/bot/src/algos/frank.rs | 2 +- server/bot/src/algos/mod.rs | 2 +- server/bot/src/algos/simple.rs | 2 +- server/bot/src/algos/test.rs | 2 +- server/bot/src/algos/waiter.rs | 2 +- server/bot/src/lib.rs | 2 +- server/bot/src/main.rs | 2 +- server/bot/src/pathfinding.rs | 2 +- 10 files changed, 10 insertions(+), 11 deletions(-) (limited to 'server/bot') 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 diff --git a/server/bot/src/lib.rs b/server/bot/src/lib.rs index 97b3e3e2..cc1cb2a8 100644 --- a/server/bot/src/lib.rs +++ b/server/bot/src/lib.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/main.rs b/server/bot/src/main.rs index 6c51b1f0..4fbb4ba4 100644 --- a/server/bot/src/main.rs +++ b/server/bot/src/main.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/pathfinding.rs b/server/bot/src/pathfinding.rs index 96d6b37a..211f1890 100644 --- a/server/bot/src/pathfinding.rs +++ b/server/bot/src/pathfinding.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 -- cgit v1.2.3-70-g09d2