From ad8b971a55f97b3a1e6e664b45998fcc18925ad3 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Sun, 27 Oct 2024 10:31:11 -0400 Subject: Fix copyright_headers.py referring to Godot Fix create_test.py missing Redot copyright reference (cherry picked from commit 08b664511b0b984309dab13efc27ad2703d4ff18) --- misc/scripts/copyright_headers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/scripts') 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) */ -- cgit v1.2.3