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 /pixel-client/src | |
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 'pixel-client/src')
-rw-r--r-- | pixel-client/src/config.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/game.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/helper.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/main.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/menu/background.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/menu/credits.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/menu/main.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/menu/mod.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/menu/settings.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/profiler.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/render/font.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/render/misc.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/render/mod.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/render/sprite.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/tilemap.rs | 2 | ||||
-rw-r--r-- | pixel-client/src/ui.rs | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/pixel-client/src/config.rs b/pixel-client/src/config.rs index 96028deb..1499b1cd 100644 --- a/pixel-client/src/config.rs +++ b/pixel-client/src/config.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/pixel-client/src/game.rs b/pixel-client/src/game.rs index 0c5661c2..d71b676e 100644 --- a/pixel-client/src/game.rs +++ b/pixel-client/src/game.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/pixel-client/src/helper.rs b/pixel-client/src/helper.rs index 168e580f..41ce5d9f 100644 --- a/pixel-client/src/helper.rs +++ b/pixel-client/src/helper.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/pixel-client/src/main.rs b/pixel-client/src/main.rs index 15c08632..d1efaedd 100644 --- a/pixel-client/src/main.rs +++ b/pixel-client/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/pixel-client/src/menu/background.rs b/pixel-client/src/menu/background.rs index 13cb041d..190858a6 100644 --- a/pixel-client/src/menu/background.rs +++ b/pixel-client/src/menu/background.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/pixel-client/src/menu/credits.rs b/pixel-client/src/menu/credits.rs index 75803ee3..abf71ffe 100644 --- a/pixel-client/src/menu/credits.rs +++ b/pixel-client/src/menu/credits.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/pixel-client/src/menu/main.rs b/pixel-client/src/menu/main.rs index 7320ff3b..e50473d9 100644 --- a/pixel-client/src/menu/main.rs +++ b/pixel-client/src/menu/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/pixel-client/src/menu/mod.rs b/pixel-client/src/menu/mod.rs index 4e41fc7b..ea8b6fbd 100644 --- a/pixel-client/src/menu/mod.rs +++ b/pixel-client/src/menu/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/pixel-client/src/menu/settings.rs b/pixel-client/src/menu/settings.rs index 91d43025..27a0e3f4 100644 --- a/pixel-client/src/menu/settings.rs +++ b/pixel-client/src/menu/settings.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/pixel-client/src/profiler.rs b/pixel-client/src/profiler.rs index 11703fa3..660c06cd 100644 --- a/pixel-client/src/profiler.rs +++ b/pixel-client/src/profiler.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/pixel-client/src/render/font.rs b/pixel-client/src/render/font.rs index 96347d25..60d27083 100644 --- a/pixel-client/src/render/font.rs +++ b/pixel-client/src/render/font.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/pixel-client/src/render/misc.rs b/pixel-client/src/render/misc.rs index 77dc52b0..c9f25462 100644 --- a/pixel-client/src/render/misc.rs +++ b/pixel-client/src/render/misc.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/pixel-client/src/render/mod.rs b/pixel-client/src/render/mod.rs index 7bd063a7..008e015d 100644 --- a/pixel-client/src/render/mod.rs +++ b/pixel-client/src/render/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/pixel-client/src/render/sprite.rs b/pixel-client/src/render/sprite.rs index 7d0a195a..ae06165a 100644 --- a/pixel-client/src/render/sprite.rs +++ b/pixel-client/src/render/sprite.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/pixel-client/src/tilemap.rs b/pixel-client/src/tilemap.rs index b67fc224..f79d4cad 100644 --- a/pixel-client/src/tilemap.rs +++ b/pixel-client/src/tilemap.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/pixel-client/src/ui.rs b/pixel-client/src/ui.rs index ad0b07a9..caa82707 100644 --- a/pixel-client/src/ui.rs +++ b/pixel-client/src/ui.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 |