diff options
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 |