summaryrefslogtreecommitdiffstats
path: root/src/variant
diff options
context:
space:
mode:
Diffstat (limited to 'src/variant')
-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
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. */
/* */