summaryrefslogtreecommitdiff
path: root/client/menu/communicate
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/communicate')
-rw-r--r--client/menu/communicate/chat/chat_message.gd2
-rw-r--r--client/menu/communicate/chat/chat_open.gd2
-rw-r--r--client/menu/communicate/chat/chat_preview.gd2
-rw-r--r--client/menu/communicate/item/item_message.gd3
-rw-r--r--client/menu/communicate/item/item_render.gd2
-rw-r--r--client/menu/communicate/popup_message/pinned_item_messages.gd2
-rw-r--r--client/menu/communicate/popup_message/popup_message.gd3
7 files changed, 7 insertions, 9 deletions
diff --git a/client/menu/communicate/chat/chat_message.gd b/client/menu/communicate/chat/chat_message.gd
index 33dd92c8..ce3dd0ca 100644
--- a/client/menu/communicate/chat/chat_message.gd
+++ b/client/menu/communicate/chat/chat_message.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# 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/client/menu/communicate/chat/chat_open.gd b/client/menu/communicate/chat/chat_open.gd
index 41d4727e..150b0e7e 100644
--- a/client/menu/communicate/chat/chat_open.gd
+++ b/client/menu/communicate/chat/chat_open.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# 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/client/menu/communicate/chat/chat_preview.gd b/client/menu/communicate/chat/chat_preview.gd
index 798fbdd1..e41c0b15 100644
--- a/client/menu/communicate/chat/chat_preview.gd
+++ b/client/menu/communicate/chat/chat_preview.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# 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/client/menu/communicate/item/item_message.gd b/client/menu/communicate/item/item_message.gd
index 9d30ed1f..77429f7b 100644
--- a/client/menu/communicate/item/item_message.gd
+++ b/client/menu/communicate/item/item_message.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 tpart
+# 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/client/menu/communicate/item/item_render.gd b/client/menu/communicate/item/item_render.gd
index 875c5a74..71a5eb7c 100644
--- a/client/menu/communicate/item/item_render.gd
+++ b/client/menu/communicate/item/item_render.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# 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/client/menu/communicate/popup_message/pinned_item_messages.gd b/client/menu/communicate/popup_message/pinned_item_messages.gd
index 15ae96b5..fdbe015c 100644
--- a/client/menu/communicate/popup_message/pinned_item_messages.gd
+++ b/client/menu/communicate/popup_message/pinned_item_messages.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# 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/client/menu/communicate/popup_message/popup_message.gd b/client/menu/communicate/popup_message/popup_message.gd
index 56c8961a..7cefcdd9 100644
--- a/client/menu/communicate/popup_message/popup_message.gd
+++ b/client/menu/communicate/popup_message/popup_message.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
-# Copyright 2024 nokoe
+# 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