diff options
| author | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 03:22:47 -0400 |
|---|---|---|
| committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-31 06:59:45 -0400 |
| commit | d3bd3484fc9baad20a7cc4c9371a5f4dd70744cd (patch) | |
| tree | 0281e8b71d3f321c675a53ca27c2f11e5360d1f2 /src/core | |
| parent | 35f01391e0dd380c58f085badbf7be22a627c9f9 (diff) | |
| download | redot-cpp-d3bd3484fc9baad20a7cc4c9371a5f4dd70744cd.tar.gz | |
Rebrand preambles to Redot
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/class_db.cpp | 6 | ||||
| -rw-r--r-- | src/core/error_macros.cpp | 6 | ||||
| -rw-r--r-- | src/core/memory.cpp | 6 | ||||
| -rw-r--r-- | src/core/method_bind.cpp | 6 | ||||
| -rw-r--r-- | src/core/object.cpp | 6 |
5 files changed, 20 insertions, 10 deletions
diff --git a/src/core/class_db.cpp b/src/core/class_db.cpp index 5ded799..fd7d246 100644 --- a/src/core/class_db.cpp +++ b/src/core/class_db.cpp @@ -2,9 +2,11 @@ /* class_db.cpp */ /**************************************************************************/ /* 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. */ /* */ diff --git a/src/core/error_macros.cpp b/src/core/error_macros.cpp index 685f70d..5ba39b9 100644 --- a/src/core/error_macros.cpp +++ b/src/core/error_macros.cpp @@ -2,9 +2,11 @@ /* error_macros.cpp */ /**************************************************************************/ /* 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. */ /* */ diff --git a/src/core/memory.cpp b/src/core/memory.cpp index fca794d..79aecf6 100644 --- a/src/core/memory.cpp +++ b/src/core/memory.cpp @@ -2,9 +2,11 @@ /* memory.cpp */ /**************************************************************************/ /* 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. */ /* */ diff --git a/src/core/method_bind.cpp b/src/core/method_bind.cpp index 0b9b5eb..7506273 100644 --- a/src/core/method_bind.cpp +++ b/src/core/method_bind.cpp @@ -2,9 +2,11 @@ /* method_bind.cpp */ /**************************************************************************/ /* 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. */ /* */ diff --git a/src/core/object.cpp b/src/core/object.cpp index 410daf8..f29394c 100644 --- a/src/core/object.cpp +++ b/src/core/object.cpp @@ -2,9 +2,11 @@ /* object.cpp */ /**************************************************************************/ /* 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. */ /* */ |
