diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-17 00:55:10 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-17 00:55:10 +0200 |
commit | df2c6f3009cad6af51b20465e1d0727812f542c0 (patch) | |
tree | 5549f110b5cea622c9eba4703a458262eaa3d2e7 /client/menu | |
parent | e7ec9fe217ed0603901f169573f95fefa45fe1de (diff) | |
download | hurrycurry-df2c6f3009cad6af51b20465e1d0727812f542c0.tar hurrycurry-df2c6f3009cad6af51b20465e1d0727812f542c0.tar.bz2 hurrycurry-df2c6f3009cad6af51b20465e1d0727812f542c0.tar.zst |
update notices in some places
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/character.gd | 1 | ||||
-rw-r--r-- | client/menu/ingame.gd | 1 | ||||
-rw-r--r-- | client/menu/popup_message.gd | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/client/menu/character.gd b/client/menu/character.gd index 0d6a625c..a2526515 100644 --- a/client/menu/character.gd +++ b/client/menu/character.gd @@ -1,5 +1,6 @@ # Hurry Curry! - a game about cooking # Copyright 2024 metamuffin +# Copyright 2024 tpart # # 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/client/menu/ingame.gd b/client/menu/ingame.gd index 6f1e40fe..75fdc16e 100644 --- a/client/menu/ingame.gd +++ b/client/menu/ingame.gd @@ -1,5 +1,6 @@ # Hurry Curry! - a game about cooking # Copyright 2024 metamuffin +# Copyright 2024 nokoe # Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/popup_message.gd b/client/menu/popup_message.gd index 82a16a9e..8ee4f471 100644 --- a/client/menu/popup_message.gd +++ b/client/menu/popup_message.gd @@ -1,5 +1,6 @@ # Hurry Curry! - a game about cooking # Copyright 2024 tpart +# Copyright 2024 nokoe # # 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 |