summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/classes/editor_plugin_registration.cpp6
-rw-r--r--src/classes/low_level.cpp6
-rw-r--r--src/classes/wrapped.cpp6
-rw-r--r--src/core/class_db.cpp6
-rw-r--r--src/core/error_macros.cpp6
-rw-r--r--src/core/memory.cpp6
-rw-r--r--src/core/method_bind.cpp6
-rw-r--r--src/core/object.cpp6
-rw-r--r--src/godot.cpp6
-rw-r--r--src/variant/aabb.cpp6
-rw-r--r--src/variant/basis.cpp6
-rw-r--r--src/variant/callable_custom.cpp6
-rw-r--r--src/variant/callable_method_pointer.cpp6
-rw-r--r--src/variant/char_string.cpp6
-rw-r--r--src/variant/color.cpp6
-rw-r--r--src/variant/packed_arrays.cpp6
-rw-r--r--src/variant/plane.cpp6
-rw-r--r--src/variant/projection.cpp6
-rw-r--r--src/variant/quaternion.cpp6
-rw-r--r--src/variant/rect2.cpp6
-rw-r--r--src/variant/rect2i.cpp6
-rw-r--r--src/variant/transform2d.cpp6
-rw-r--r--src/variant/transform3d.cpp6
-rw-r--r--src/variant/variant.cpp6
-rw-r--r--src/variant/vector2.cpp6
-rw-r--r--src/variant/vector2i.cpp6
-rw-r--r--src/variant/vector3.cpp6
-rw-r--r--src/variant/vector3i.cpp6
-rw-r--r--src/variant/vector4.cpp6
-rw-r--r--src/variant/vector4i.cpp6
30 files changed, 120 insertions, 60 deletions
diff --git a/src/classes/editor_plugin_registration.cpp b/src/classes/editor_plugin_registration.cpp
index 99819be..94093bb 100644
--- a/src/classes/editor_plugin_registration.cpp
+++ b/src/classes/editor_plugin_registration.cpp
@@ -2,9 +2,11 @@
/* editor_plugin_registration.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/classes/low_level.cpp b/src/classes/low_level.cpp
index 3b6b161..3832e84 100644
--- a/src/classes/low_level.cpp
+++ b/src/classes/low_level.cpp
@@ -2,9 +2,11 @@
/* low_level.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/classes/wrapped.cpp b/src/classes/wrapped.cpp
index e729ba0..94b30ec 100644
--- a/src/classes/wrapped.cpp
+++ b/src/classes/wrapped.cpp
@@ -2,9 +2,11 @@
/* wrapped.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/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. */
/* */
diff --git a/src/godot.cpp b/src/godot.cpp
index fe75e6e..e4c63cf 100644
--- a/src/godot.cpp
+++ b/src/godot.cpp
@@ -2,9 +2,11 @@
/* godot.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/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. */
/* */