aboutsummaryrefslogtreecommitdiff
path: root/pixel-client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-07-13 14:43:43 +0200
committermetamuffin <metamuffin@noreply.codeberg.org>2025-07-13 21:09:40 +0200
commitfd9a27d54af80f96ef2b9e808ffa3d35adcf755e (patch)
treeaa3424afe3010cbcc3e9d11c36fda84d4a44dd4a /pixel-client
parent6e39c1c51aeb5caced079cd21f378298fc80d511 (diff)
downloadhurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar
hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.bz2
hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.zst
Replace copyright notices to not include individual author names
Diffstat (limited to 'pixel-client')
-rw-r--r--pixel-client/makefile2
-rw-r--r--pixel-client/src/config.rs2
-rw-r--r--pixel-client/src/game.rs2
-rw-r--r--pixel-client/src/helper.rs2
-rw-r--r--pixel-client/src/main.rs2
-rw-r--r--pixel-client/src/menu/background.rs2
-rw-r--r--pixel-client/src/menu/credits.rs2
-rw-r--r--pixel-client/src/menu/main.rs2
-rw-r--r--pixel-client/src/menu/mod.rs2
-rw-r--r--pixel-client/src/menu/settings.rs2
-rw-r--r--pixel-client/src/profiler.rs2
-rw-r--r--pixel-client/src/render/font.rs2
-rw-r--r--pixel-client/src/render/misc.rs2
-rw-r--r--pixel-client/src/render/mod.rs2
-rw-r--r--pixel-client/src/render/sprite.rs2
-rw-r--r--pixel-client/src/tilemap.rs2
-rw-r--r--pixel-client/src/ui.rs2
-rw-r--r--pixel-client/tools/src/bin/bunnymark.rs2
-rw-r--r--pixel-client/tools/src/bin/tex_compose.rs2
-rw-r--r--pixel-client/tools/src/bin/tex_export.rs2
-rw-r--r--pixel-client/tools/src/bin/tex_import.rs2
-rw-r--r--pixel-client/tools/src/bin/tex_pack.rs2
22 files changed, 22 insertions, 22 deletions
diff --git a/pixel-client/makefile b/pixel-client/makefile
index 339defcf..4a317c1a 100644
--- a/pixel-client/makefile
+++ b/pixel-client/makefile
@@ -1,5 +1,5 @@
# 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/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
diff --git a/pixel-client/tools/src/bin/bunnymark.rs b/pixel-client/tools/src/bin/bunnymark.rs
index e0b669da..a7ef412d 100644
--- a/pixel-client/tools/src/bin/bunnymark.rs
+++ b/pixel-client/tools/src/bin/bunnymark.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/tools/src/bin/tex_compose.rs b/pixel-client/tools/src/bin/tex_compose.rs
index 19c9ed7c..c81a538c 100644
--- a/pixel-client/tools/src/bin/tex_compose.rs
+++ b/pixel-client/tools/src/bin/tex_compose.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/tools/src/bin/tex_export.rs b/pixel-client/tools/src/bin/tex_export.rs
index 248990e6..3863cd47 100644
--- a/pixel-client/tools/src/bin/tex_export.rs
+++ b/pixel-client/tools/src/bin/tex_export.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/tools/src/bin/tex_import.rs b/pixel-client/tools/src/bin/tex_import.rs
index a5dad499..7dab9afe 100644
--- a/pixel-client/tools/src/bin/tex_import.rs
+++ b/pixel-client/tools/src/bin/tex_import.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/tools/src/bin/tex_pack.rs b/pixel-client/tools/src/bin/tex_pack.rs
index 5022d561..ccb8caee 100644
--- a/pixel-client/tools/src/bin/tex_pack.rs
+++ b/pixel-client/tools/src/bin/tex_pack.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