diff options
Diffstat (limited to 'server/src/entity')
-rw-r--r-- | server/src/entity/book.rs | 2 | ||||
-rw-r--r-- | server/src/entity/bot.rs | 2 | ||||
-rw-r--r-- | server/src/entity/campaign.rs | 2 | ||||
-rw-r--r-- | server/src/entity/conveyor.rs | 2 | ||||
-rw-r--r-- | server/src/entity/customers.rs | 2 | ||||
-rw-r--r-- | server/src/entity/environment_effect.rs | 2 | ||||
-rw-r--r-- | server/src/entity/item_portal.rs | 2 | ||||
-rw-r--r-- | server/src/entity/mod.rs | 2 | ||||
-rw-r--r-- | server/src/entity/pedestrians.rs | 2 | ||||
-rw-r--r-- | server/src/entity/player_portal.rs | 2 | ||||
-rw-r--r-- | server/src/entity/tram.rs | 2 | ||||
-rw-r--r-- | server/src/entity/tutorial.rs | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/server/src/entity/book.rs b/server/src/entity/book.rs index 8b152bb9..54dc4d2c 100644 --- a/server/src/entity/book.rs +++ b/server/src/entity/book.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/src/entity/bot.rs b/server/src/entity/bot.rs index 8d3994cb..8757cc97 100644 --- a/server/src/entity/bot.rs +++ b/server/src/entity/bot.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/src/entity/campaign.rs b/server/src/entity/campaign.rs index 7f07be48..03136869 100644 --- a/server/src/entity/campaign.rs +++ b/server/src/entity/campaign.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/src/entity/conveyor.rs b/server/src/entity/conveyor.rs index 4c50365d..9c7f5e4d 100644 --- a/server/src/entity/conveyor.rs +++ b/server/src/entity/conveyor.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/src/entity/customers.rs b/server/src/entity/customers.rs index 05246a54..eab13ab2 100644 --- a/server/src/entity/customers.rs +++ b/server/src/entity/customers.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/src/entity/environment_effect.rs b/server/src/entity/environment_effect.rs index 4976d9a3..0a7087c0 100644 --- a/server/src/entity/environment_effect.rs +++ b/server/src/entity/environment_effect.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/src/entity/item_portal.rs b/server/src/entity/item_portal.rs index ef73e6ec..6035331b 100644 --- a/server/src/entity/item_portal.rs +++ b/server/src/entity/item_portal.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/src/entity/mod.rs b/server/src/entity/mod.rs index 6d69436d..c5a24e55 100644 --- a/server/src/entity/mod.rs +++ b/server/src/entity/mod.rs @@ -1,6 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2025 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/src/entity/pedestrians.rs b/server/src/entity/pedestrians.rs index 2ddbb920..fa3276d2 100644 --- a/server/src/entity/pedestrians.rs +++ b/server/src/entity/pedestrians.rs @@ -1,6 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2025 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/src/entity/player_portal.rs b/server/src/entity/player_portal.rs index 96168faa..f70a2f95 100644 --- a/server/src/entity/player_portal.rs +++ b/server/src/entity/player_portal.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/src/entity/tram.rs b/server/src/entity/tram.rs index 06e151d7..3186b650 100644 --- a/server/src/entity/tram.rs +++ b/server/src/entity/tram.rs @@ -1,6 +1,6 @@ /* Hurry Curry! - a game about cooking - Copyright 2025 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/src/entity/tutorial.rs b/server/src/entity/tutorial.rs index 33c0e507..d0a45077 100644 --- a/server/src/entity/tutorial.rs +++ b/server/src/entity/tutorial.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 |