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 | |
parent | e7ec9fe217ed0603901f169573f95fefa45fe1de (diff) | |
download | hurrycurry-df2c6f3009cad6af51b20465e1d0727812f542c0.tar hurrycurry-df2c6f3009cad6af51b20465e1d0727812f542c0.tar.bz2 hurrycurry-df2c6f3009cad6af51b20465e1d0727812f542c0.tar.zst |
update notices in some places
-rw-r--r-- | client/map/items/food_processor_content.gd | 1 | ||||
-rw-r--r-- | client/map/tiles/book.gd | 1 | ||||
-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 | ||||
-rw-r--r-- | data/index.yaml | 3 | ||||
-rw-r--r-- | data/maps/5star.yaml | 2 | ||||
-rw-r--r-- | data/maps/bar.yaml | 1 | ||||
-rw-r--r-- | data/maps/bbq.yaml | 2 | ||||
-rw-r--r-- | data/maps/conveyors_dot_com.yaml | 3 | ||||
-rw-r--r-- | data/maps/depot.yaml | 2 | ||||
-rw-r--r-- | data/maps/station.yaml | 2 | ||||
-rw-r--r-- | data/maps/village.yaml | 2 | ||||
-rw-r--r-- | server/protocol/src/movement.rs | 1 |
14 files changed, 16 insertions, 7 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 diff --git a/data/index.yaml b/data/index.yaml index 407d9005..43c3da8a 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -1,6 +1,9 @@ # Hurry Curry! - a game about cooking # Copyright 2024 metamuffin # Copyright 2024 Sofviic +# Copyright 2024 Rusty Striker +# Copyright 2024 BigBrotherNii +# 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 diff --git a/data/maps/5star.yaml b/data/maps/5star.yaml index de3ee4c1..87d8d00d 100644 --- a/data/maps/5star.yaml +++ b/data/maps/5star.yaml @@ -1,7 +1,7 @@ # Hurry Curry! - a game about cooking # Copyright 2024 Sofviic -# Copyright 2024 nokoe # Copyright 2024 metamuffin +# 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 diff --git a/data/maps/bar.yaml b/data/maps/bar.yaml index 74e0353c..3c0ffdcf 100644 --- a/data/maps/bar.yaml +++ b/data/maps/bar.yaml @@ -1,6 +1,5 @@ # Hurry Curry! - a game about cooking # Copyright 2024 BigBrotherNii -# Copyright 2024 metamuffin # # 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/data/maps/bbq.yaml b/data/maps/bbq.yaml index 016d5ba0..cc9b5429 100644 --- a/data/maps/bbq.yaml +++ b/data/maps/bbq.yaml @@ -1,4 +1,6 @@ # Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# Copyright 2024 tpart # Copyright 2024 Sofviic # # This program is free software: you can redistribute it and/or modify diff --git a/data/maps/conveyors_dot_com.yaml b/data/maps/conveyors_dot_com.yaml index 0b93306e..7953505e 100644 --- a/data/maps/conveyors_dot_com.yaml +++ b/data/maps/conveyors_dot_com.yaml @@ -1,7 +1,6 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 Sofviic # Copyright 2024 metamuffin -# Copyright 2024 RustyStriker :) +# Copyright 2024 Rusty Striker # # 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/data/maps/depot.yaml b/data/maps/depot.yaml index 3da0e89a..622a318f 100644 --- a/data/maps/depot.yaml +++ b/data/maps/depot.yaml @@ -1,7 +1,7 @@ # Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin # Copyright 2024 Sofviic # Copyright 2024 nokoe -# Copyright 2024 metamuffin # # 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/data/maps/station.yaml b/data/maps/station.yaml index 6f1c136f..0e08c6c6 100644 --- a/data/maps/station.yaml +++ b/data/maps/station.yaml @@ -1,7 +1,7 @@ # Hurry Curry! - a game about cooking -# Copyright 2024 nokoe # Copyright 2024 Sofviic # Copyright 2024 metamuffin +# 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 diff --git a/data/maps/village.yaml b/data/maps/village.yaml index 861c41c2..b04a6a20 100644 --- a/data/maps/village.yaml +++ b/data/maps/village.yaml @@ -1,6 +1,8 @@ # Hurry Curry! - a game about cooking # Copyright 2024 Sofviic +# Copyright 2024 metamuffin # Copyright 2024 nokoe +# 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/server/protocol/src/movement.rs b/server/protocol/src/movement.rs index 5a96155f..9abff295 100644 --- a/server/protocol/src/movement.rs +++ b/server/protocol/src/movement.rs @@ -1,7 +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 |