diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 10:31:11 -0400 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 11:12:48 -0400 |
commit | ad8b971a55f97b3a1e6e664b45998fcc18925ad3 (patch) | |
tree | 49dfb48f8fe296fc97d794260dbedab683645e44 /methods.py | |
parent | a43f7f1c02a887d19694bdebac83af4d32cf3433 (diff) | |
download | redot-engine-ad8b971a55f97b3a1e6e664b45998fcc18925ad3.tar.gz |
Fix copyright_headers.py referring to Godot
Fix create_test.py missing Redot copyright reference
(cherry picked from commit 08b664511b0b984309dab13efc27ad2703d4ff18)
Diffstat (limited to 'methods.py')
-rw-r--r-- | methods.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/methods.py b/methods.py index 72f644725f..08ab7d6923 100644 --- a/methods.py +++ b/methods.py @@ -1594,8 +1594,8 @@ def generate_copyright_header(filename: str) -> str: /* %s*/ /**************************************************************************/ /* 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). */ |