summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSpartan322 <Megacake1234@gmail.com>2024-10-27 10:31:11 -0400
committerSpartan322 <Megacake1234@gmail.com>2024-10-27 11:12:48 -0400
commitad8b971a55f97b3a1e6e664b45998fcc18925ad3 (patch)
tree49dfb48f8fe296fc97d794260dbedab683645e44 /tests
parenta43f7f1c02a887d19694bdebac83af4d32cf3433 (diff)
downloadredot-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 'tests')
-rwxr-xr-xtests/create_test.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/create_test.py b/tests/create_test.py
index ad6d6b882f..4b79ab983a 100755
--- a/tests/create_test.py
+++ b/tests/create_test.py
@@ -49,9 +49,11 @@ def main():
/* test_{name_snake_case}.h {padding} */
/**************************************************************************/
/* 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) */
/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
/* */