mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
Fix copyright_headers.py referring to Godot
Fix create_test.py missing Redot copyright reference
This commit is contained in:
@@ -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). */
|
||||
|
||||
@@ -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) */
|
||||
|
||||
@@ -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. */
|
||||
/* */
|
||||
|
||||
Reference in New Issue
Block a user