diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 10:31:11 -0400 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 10:31:11 -0400 |
commit | 08b664511b0b984309dab13efc27ad2703d4ff18 (patch) | |
tree | aaaf755f6cd9511984171ee4fe76b98fa6a532f6 /misc | |
parent | 9ea15abcfe0682c53abeafa11b380373445b3114 (diff) | |
download | redot-engine-08b664511b0b984309dab13efc27ad2703d4ff18.tar.gz |
Fix copyright_headers.py referring to Godot
Fix create_test.py missing Redot copyright reference
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/scripts/copyright_headers.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/scripts/copyright_headers.py b/misc/scripts/copyright_headers.py index c35513223d..2ffa01bf03 100755 --- a/misc/scripts/copyright_headers.py +++ b/misc/scripts/copyright_headers.py @@ -9,8 +9,8 @@ header = """\ /* $filename */ /**************************************************************************/ /* 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) */ |