diff options
Diffstat (limited to 'core/input')
-rw-r--r-- | core/input/default_controller_mappings.h | 4 | ||||
-rw-r--r-- | core/input/input.compat.inc | 4 | ||||
-rw-r--r-- | core/input/input.cpp | 4 | ||||
-rw-r--r-- | core/input/input.h | 4 | ||||
-rw-r--r-- | core/input/input_enums.h | 4 | ||||
-rw-r--r-- | core/input/input_event.cpp | 4 | ||||
-rw-r--r-- | core/input/input_event.h | 4 | ||||
-rw-r--r-- | core/input/input_map.cpp | 4 | ||||
-rw-r--r-- | core/input/input_map.h | 4 | ||||
-rw-r--r-- | core/input/shortcut.cpp | 4 | ||||
-rw-r--r-- | core/input/shortcut.h | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/core/input/default_controller_mappings.h b/core/input/default_controller_mappings.h index 6097dc5234..618ae8a29b 100644 --- a/core/input/default_controller_mappings.h +++ b/core/input/default_controller_mappings.h @@ -2,8 +2,8 @@ /* default_controller_mappings.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/core/input/input.compat.inc b/core/input/input.compat.inc index e1b159ff76..dacaadf8ce 100644 --- a/core/input/input.compat.inc +++ b/core/input/input.compat.inc @@ -2,8 +2,8 @@ /* input.compat.inc */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/core/input/input.cpp b/core/input/input.cpp index b24818b333..cbeab46f42 100644 --- a/core/input/input.cpp +++ b/core/input/input.cpp @@ -2,8 +2,8 @@ /* input.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/core/input/input.h b/core/input/input.h index e576daecdd..9448b63c2d 100644 --- a/core/input/input.h +++ b/core/input/input.h @@ -2,8 +2,8 @@ /* input.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/core/input/input_enums.h b/core/input/input_enums.h index 8986a5e9f4..f6cfebf241 100644 --- a/core/input/input_enums.h +++ b/core/input/input_enums.h @@ -2,8 +2,8 @@ /* input_enums.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/core/input/input_event.cpp b/core/input/input_event.cpp index a7299eb783..dadbfc5fe3 100644 --- a/core/input/input_event.cpp +++ b/core/input/input_event.cpp @@ -2,8 +2,8 @@ /* input_event.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/core/input/input_event.h b/core/input/input_event.h index 9b067ae5af..e7cd43a042 100644 --- a/core/input/input_event.h +++ b/core/input/input_event.h @@ -2,8 +2,8 @@ /* input_event.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/core/input/input_map.cpp b/core/input/input_map.cpp index 78b85d66b2..489fd526de 100644 --- a/core/input/input_map.cpp +++ b/core/input/input_map.cpp @@ -2,8 +2,8 @@ /* input_map.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/core/input/input_map.h b/core/input/input_map.h index 3d86bea004..4bebad41b1 100644 --- a/core/input/input_map.h +++ b/core/input/input_map.h @@ -2,8 +2,8 @@ /* input_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/core/input/shortcut.cpp b/core/input/shortcut.cpp index cd967a2bf0..6b90391b65 100644 --- a/core/input/shortcut.cpp +++ b/core/input/shortcut.cpp @@ -2,8 +2,8 @@ /* shortcut.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/core/input/shortcut.h b/core/input/shortcut.h index 4a60fcb5e9..196b9c7857 100644 --- a/core/input/shortcut.h +++ b/core/input/shortcut.h @@ -2,8 +2,8 @@ /* shortcut.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ |