aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/map/items/food_processor_content.gd1
-rw-r--r--client/map/tiles/book.gd1
-rw-r--r--client/menu/character.gd1
-rw-r--r--client/menu/ingame.gd1
-rw-r--r--client/menu/popup_message.gd1
5 files changed, 5 insertions, 0 deletions
diff --git a/client/map/items/food_processor_content.gd b/client/map/items/food_processor_content.gd
index 8910590f..dedd6a37 100644
--- a/client/map/items/food_processor_content.gd
+++ b/client/map/items/food_processor_content.gd
@@ -1,4 +1,5 @@
# Hurry Curry! - a game about cooking
+# Copyright 2024 Rusty Striker
# Copyright 2024 nokoe
#
# This program is free software: you can redistribute it and/or modify
diff --git a/client/map/tiles/book.gd b/client/map/tiles/book.gd
index 44a6ebdb..4f05f39d 100644
--- a/client/map/tiles/book.gd
+++ b/client/map/tiles/book.gd
@@ -1,4 +1,5 @@
# Hurry Curry! - a game about cooking
+# Copyright 2024 metamuffin
# Copyright 2024 nokoe
#
# This program is free software: you can redistribute it and/or modify
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