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/variant | |
parent | 35f01391e0dd380c58f085badbf7be22a627c9f9 (diff) | |
download | redot-cpp-d3bd3484fc9baad20a7cc4c9371a5f4dd70744cd.tar.gz |
Rebrand preambles to Redot
Diffstat (limited to 'src/variant')
-rw-r--r-- | src/variant/aabb.cpp | 6 | ||||
-rw-r--r-- | src/variant/basis.cpp | 6 | ||||
-rw-r--r-- | src/variant/callable_custom.cpp | 6 | ||||
-rw-r--r-- | src/variant/callable_method_pointer.cpp | 6 | ||||
-rw-r--r-- | src/variant/char_string.cpp | 6 | ||||
-rw-r--r-- | src/variant/color.cpp | 6 | ||||
-rw-r--r-- | src/variant/packed_arrays.cpp | 6 | ||||
-rw-r--r-- | src/variant/plane.cpp | 6 | ||||
-rw-r--r-- | src/variant/projection.cpp | 6 | ||||
-rw-r--r-- | src/variant/quaternion.cpp | 6 | ||||
-rw-r--r-- | src/variant/rect2.cpp | 6 | ||||
-rw-r--r-- | src/variant/rect2i.cpp | 6 | ||||
-rw-r--r-- | src/variant/transform2d.cpp | 6 | ||||
-rw-r--r-- | src/variant/transform3d.cpp | 6 | ||||
-rw-r--r-- | src/variant/variant.cpp | 6 | ||||
-rw-r--r-- | src/variant/vector2.cpp | 6 | ||||
-rw-r--r-- | src/variant/vector2i.cpp | 6 | ||||
-rw-r--r-- | src/variant/vector3.cpp | 6 | ||||
-rw-r--r-- | src/variant/vector3i.cpp | 6 | ||||
-rw-r--r-- | src/variant/vector4.cpp | 6 | ||||
-rw-r--r-- | src/variant/vector4i.cpp | 6 |
21 files changed, 84 insertions, 42 deletions
diff --git a/src/variant/aabb.cpp b/src/variant/aabb.cpp index ded17d2..66de9c6 100644 --- a/src/variant/aabb.cpp +++ b/src/variant/aabb.cpp @@ -2,9 +2,11 @@ /* aabb.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/variant/basis.cpp b/src/variant/basis.cpp index d8a9919..ba91e93 100644 --- a/src/variant/basis.cpp +++ b/src/variant/basis.cpp @@ -2,9 +2,11 @@ /* basis.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/variant/callable_custom.cpp b/src/variant/callable_custom.cpp index ae8cc48..db1d850 100644 --- a/src/variant/callable_custom.cpp +++ b/src/variant/callable_custom.cpp @@ -2,9 +2,11 @@ /* callable_custom.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/variant/callable_method_pointer.cpp b/src/variant/callable_method_pointer.cpp index 23b7ef5..a1e10c8 100644 --- a/src/variant/callable_method_pointer.cpp +++ b/src/variant/callable_method_pointer.cpp @@ -2,9 +2,11 @@ /* callable_method_pointer.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/variant/char_string.cpp b/src/variant/char_string.cpp index 83a36c5..b956698 100644 --- a/src/variant/char_string.cpp +++ b/src/variant/char_string.cpp @@ -2,9 +2,11 @@ /* char_string.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/variant/color.cpp b/src/variant/color.cpp index 4e3b870..ed5340f 100644 --- a/src/variant/color.cpp +++ b/src/variant/color.cpp @@ -2,9 +2,11 @@ /* color.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/variant/packed_arrays.cpp b/src/variant/packed_arrays.cpp index 8fe8a73..6a1788d 100644 --- a/src/variant/packed_arrays.cpp +++ b/src/variant/packed_arrays.cpp @@ -2,9 +2,11 @@ /* packed_arrays.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/variant/plane.cpp b/src/variant/plane.cpp index caea516..f03e1d4 100644 --- a/src/variant/plane.cpp +++ b/src/variant/plane.cpp @@ -2,9 +2,11 @@ /* plane.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/variant/projection.cpp b/src/variant/projection.cpp index ddedc93..9d879b5 100644 --- a/src/variant/projection.cpp +++ b/src/variant/projection.cpp @@ -2,9 +2,11 @@ /* projection.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/variant/quaternion.cpp b/src/variant/quaternion.cpp index 3dd7af5..ec2c25d 100644 --- a/src/variant/quaternion.cpp +++ b/src/variant/quaternion.cpp @@ -2,9 +2,11 @@ /* quaternion.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/variant/rect2.cpp b/src/variant/rect2.cpp index 62730a9..20e52c2 100644 --- a/src/variant/rect2.cpp +++ b/src/variant/rect2.cpp @@ -2,9 +2,11 @@ /* rect2.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/variant/rect2i.cpp b/src/variant/rect2i.cpp index 3ea7147..64e1c7d 100644 --- a/src/variant/rect2i.cpp +++ b/src/variant/rect2i.cpp @@ -2,9 +2,11 @@ /* rect2i.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/variant/transform2d.cpp b/src/variant/transform2d.cpp index 3b2c0b0..cd90cd6 100644 --- a/src/variant/transform2d.cpp +++ b/src/variant/transform2d.cpp @@ -2,9 +2,11 @@ /* transform2d.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/variant/transform3d.cpp b/src/variant/transform3d.cpp index d71e919..fd5de03 100644 --- a/src/variant/transform3d.cpp +++ b/src/variant/transform3d.cpp @@ -2,9 +2,11 @@ /* transform3d.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/variant/variant.cpp b/src/variant/variant.cpp index 1f57d48..a2f9e23 100644 --- a/src/variant/variant.cpp +++ b/src/variant/variant.cpp @@ -2,9 +2,11 @@ /* variant.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/variant/vector2.cpp b/src/variant/vector2.cpp index 12201f1..043d13b 100644 --- a/src/variant/vector2.cpp +++ b/src/variant/vector2.cpp @@ -2,9 +2,11 @@ /* vector2.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/variant/vector2i.cpp b/src/variant/vector2i.cpp index 4baff3b..f74db15 100644 --- a/src/variant/vector2i.cpp +++ b/src/variant/vector2i.cpp @@ -2,9 +2,11 @@ /* vector2i.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/variant/vector3.cpp b/src/variant/vector3.cpp index d2ad6a9..e3be49c 100644 --- a/src/variant/vector3.cpp +++ b/src/variant/vector3.cpp @@ -2,9 +2,11 @@ /* vector3.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/variant/vector3i.cpp b/src/variant/vector3i.cpp index 7b25d89..7d17766 100644 --- a/src/variant/vector3i.cpp +++ b/src/variant/vector3i.cpp @@ -2,9 +2,11 @@ /* vector3i.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/variant/vector4.cpp b/src/variant/vector4.cpp index 2f1bb59..98877b0 100644 --- a/src/variant/vector4.cpp +++ b/src/variant/vector4.cpp @@ -2,9 +2,11 @@ /* vector4.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/variant/vector4i.cpp b/src/variant/vector4i.cpp index b0e330c..f80af0e 100644 --- a/src/variant/vector4i.cpp +++ b/src/variant/vector4i.cpp @@ -2,9 +2,11 @@ /* vector4i.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. */ /* */ |