summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpartan322 <Megacake1234@gmail.com>2024-10-27 10:31:11 -0400
committerSpartan322 <Megacake1234@gmail.com>2024-10-27 10:31:11 -0400
commit08b664511b0b984309dab13efc27ad2703d4ff18 (patch)
treeaaaf755f6cd9511984171ee4fe76b98fa6a532f6
parent9ea15abcfe0682c53abeafa11b380373445b3114 (diff)
downloadredot-engine-08b664511b0b984309dab13efc27ad2703d4ff18.tar.gz
Fix copyright_headers.py referring to Godot
Fix create_test.py missing Redot copyright reference
-rw-r--r--methods.py4
-rwxr-xr-xmisc/scripts/copyright_headers.py4
-rwxr-xr-xtests/create_test.py6
3 files changed, 8 insertions, 6 deletions
diff --git a/methods.py b/methods.py
index 6f6fde820c..70fd0a0142 100644
--- a/methods.py
+++ b/methods.py
@@ -1577,8 +1577,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). */
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) */
diff --git a/tests/create_test.py b/tests/create_test.py
index deb53aca20..e0644d6444 100755
--- a/tests/create_test.py
+++ b/tests/create_test.py
@@ -44,9 +44,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. */
/* */