Fix copyright_headers.py referring to Godot

Fix create_test.py missing Redot copyright reference

(cherry picked from commit 08b664511b)
This commit is contained in:
Spartan322
2024-10-27 10:31:11 -04:00
parent a43f7f1c02
commit ad8b971a55
3 changed files with 8 additions and 6 deletions

View File

@@ -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). */

View File

@@ -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) */

View File

@@ -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. */
/* */