summaryrefslogtreecommitdiffstats
path: root/core/variant
diff options
context:
space:
mode:
Diffstat (limited to 'core/variant')
-rw-r--r--core/variant/array.cpp4
-rw-r--r--core/variant/array.h4
-rw-r--r--core/variant/binder_common.h4
-rw-r--r--core/variant/callable.cpp4
-rw-r--r--core/variant/callable.h4
-rw-r--r--core/variant/callable_bind.cpp4
-rw-r--r--core/variant/callable_bind.h4
-rw-r--r--core/variant/container_type_validate.h4
-rw-r--r--core/variant/dictionary.cpp4
-rw-r--r--core/variant/dictionary.h4
-rw-r--r--core/variant/method_ptrcall.h4
-rw-r--r--core/variant/native_ptr.h4
-rw-r--r--core/variant/type_info.h4
-rw-r--r--core/variant/typed_array.h4
-rw-r--r--core/variant/variant.cpp4
-rw-r--r--core/variant/variant.h4
-rw-r--r--core/variant/variant_call.cpp4
-rw-r--r--core/variant/variant_callable.cpp4
-rw-r--r--core/variant/variant_callable.h4
-rw-r--r--core/variant/variant_construct.cpp4
-rw-r--r--core/variant/variant_construct.h4
-rw-r--r--core/variant/variant_destruct.cpp4
-rw-r--r--core/variant/variant_destruct.h4
-rw-r--r--core/variant/variant_internal.h4
-rw-r--r--core/variant/variant_op.cpp4
-rw-r--r--core/variant/variant_op.h4
-rw-r--r--core/variant/variant_parser.cpp4
-rw-r--r--core/variant/variant_parser.h4
-rw-r--r--core/variant/variant_setget.cpp4
-rw-r--r--core/variant/variant_setget.h4
-rw-r--r--core/variant/variant_utility.cpp4
-rw-r--r--core/variant/variant_utility.h4
32 files changed, 64 insertions, 64 deletions
diff --git a/core/variant/array.cpp b/core/variant/array.cpp
index b87139846f..9b46fb06fb 100644
--- a/core/variant/array.cpp
+++ b/core/variant/array.cpp
@@ -2,8 +2,8 @@
/* array.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) */
diff --git a/core/variant/array.h b/core/variant/array.h
index c11d057797..975f1e7c95 100644
--- a/core/variant/array.h
+++ b/core/variant/array.h
@@ -2,8 +2,8 @@
/* array.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/binder_common.h b/core/variant/binder_common.h
index 6e763111b2..8fee2f5b3b 100644
--- a/core/variant/binder_common.h
+++ b/core/variant/binder_common.h
@@ -2,8 +2,8 @@
/* binder_common.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/callable.cpp b/core/variant/callable.cpp
index 52bc1318f7..4b963b445d 100644
--- a/core/variant/callable.cpp
+++ b/core/variant/callable.cpp
@@ -2,8 +2,8 @@
/* callable.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) */
diff --git a/core/variant/callable.h b/core/variant/callable.h
index 59d8b1dc25..2ef0cba296 100644
--- a/core/variant/callable.h
+++ b/core/variant/callable.h
@@ -2,8 +2,8 @@
/* callable.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/callable_bind.cpp b/core/variant/callable_bind.cpp
index f076e4b6d1..2b89636b69 100644
--- a/core/variant/callable_bind.cpp
+++ b/core/variant/callable_bind.cpp
@@ -2,8 +2,8 @@
/* callable_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) */
diff --git a/core/variant/callable_bind.h b/core/variant/callable_bind.h
index b0c49213ce..3a5e9bfabd 100644
--- a/core/variant/callable_bind.h
+++ b/core/variant/callable_bind.h
@@ -2,8 +2,8 @@
/* callable_bind.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/container_type_validate.h b/core/variant/container_type_validate.h
index 0c90710233..1bda6f3127 100644
--- a/core/variant/container_type_validate.h
+++ b/core/variant/container_type_validate.h
@@ -2,8 +2,8 @@
/* container_type_validate.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/dictionary.cpp b/core/variant/dictionary.cpp
index d8044cfd23..1bc3c58a47 100644
--- a/core/variant/dictionary.cpp
+++ b/core/variant/dictionary.cpp
@@ -2,8 +2,8 @@
/* dictionary.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) */
diff --git a/core/variant/dictionary.h b/core/variant/dictionary.h
index 7825e2dcfd..689065c985 100644
--- a/core/variant/dictionary.h
+++ b/core/variant/dictionary.h
@@ -2,8 +2,8 @@
/* dictionary.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/method_ptrcall.h b/core/variant/method_ptrcall.h
index 6cca06adbd..cfb6cda61c 100644
--- a/core/variant/method_ptrcall.h
+++ b/core/variant/method_ptrcall.h
@@ -2,8 +2,8 @@
/* method_ptrcall.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/native_ptr.h b/core/variant/native_ptr.h
index ebbafe3162..a10ed68156 100644
--- a/core/variant/native_ptr.h
+++ b/core/variant/native_ptr.h
@@ -2,8 +2,8 @@
/* native_ptr.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/type_info.h b/core/variant/type_info.h
index 09497043c1..fbca32aa97 100644
--- a/core/variant/type_info.h
+++ b/core/variant/type_info.h
@@ -2,8 +2,8 @@
/* type_info.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/typed_array.h b/core/variant/typed_array.h
index 48d809496a..244e595a81 100644
--- a/core/variant/typed_array.h
+++ b/core/variant/typed_array.h
@@ -2,8 +2,8 @@
/* typed_array.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/variant.cpp b/core/variant/variant.cpp
index 05b04de155..47e03e11c6 100644
--- a/core/variant/variant.cpp
+++ b/core/variant/variant.cpp
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/variant/variant.h b/core/variant/variant.h
index 6ace46ffa9..a69c5c3065 100644
--- a/core/variant/variant.h
+++ b/core/variant/variant.h
@@ -2,8 +2,8 @@
/* variant.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/variant_call.cpp b/core/variant/variant_call.cpp
index fd03a8af69..d0c78c7cc9 100644
--- a/core/variant/variant_call.cpp
+++ b/core/variant/variant_call.cpp
@@ -2,8 +2,8 @@
/* variant_call.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) */
diff --git a/core/variant/variant_callable.cpp b/core/variant/variant_callable.cpp
index 56df64938d..6ad671cb3d 100644
--- a/core/variant/variant_callable.cpp
+++ b/core/variant/variant_callable.cpp
@@ -2,8 +2,8 @@
/* variant_callable.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) */
diff --git a/core/variant/variant_callable.h b/core/variant/variant_callable.h
index de07a85581..f3a94f7110 100644
--- a/core/variant/variant_callable.h
+++ b/core/variant/variant_callable.h
@@ -2,8 +2,8 @@
/* variant_callable.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/variant_construct.cpp b/core/variant/variant_construct.cpp
index 74ce7bbb21..b04a65a8d1 100644
--- a/core/variant/variant_construct.cpp
+++ b/core/variant/variant_construct.cpp
@@ -2,8 +2,8 @@
/* variant_construct.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) */
diff --git a/core/variant/variant_construct.h b/core/variant/variant_construct.h
index 34d8440f66..73aa806ce6 100644
--- a/core/variant/variant_construct.h
+++ b/core/variant/variant_construct.h
@@ -2,8 +2,8 @@
/* variant_construct.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/variant_destruct.cpp b/core/variant/variant_destruct.cpp
index b3cd7e71b6..463b3f8af8 100644
--- a/core/variant/variant_destruct.cpp
+++ b/core/variant/variant_destruct.cpp
@@ -2,8 +2,8 @@
/* variant_destruct.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) */
diff --git a/core/variant/variant_destruct.h b/core/variant/variant_destruct.h
index 44fe1efe62..077a6da1da 100644
--- a/core/variant/variant_destruct.h
+++ b/core/variant/variant_destruct.h
@@ -2,8 +2,8 @@
/* variant_destruct.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/variant_internal.h b/core/variant/variant_internal.h
index 3e307fccb2..7600aa74db 100644
--- a/core/variant/variant_internal.h
+++ b/core/variant/variant_internal.h
@@ -2,8 +2,8 @@
/* variant_internal.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/variant_op.cpp b/core/variant/variant_op.cpp
index a44c553d06..62b9755777 100644
--- a/core/variant/variant_op.cpp
+++ b/core/variant/variant_op.cpp
@@ -2,8 +2,8 @@
/* variant_op.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) */
diff --git a/core/variant/variant_op.h b/core/variant/variant_op.h
index 16fa22fbf8..376967520a 100644
--- a/core/variant/variant_op.h
+++ b/core/variant/variant_op.h
@@ -2,8 +2,8 @@
/* variant_op.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/variant_parser.cpp b/core/variant/variant_parser.cpp
index 57cc9c067b..9bdc6661c4 100644
--- a/core/variant/variant_parser.cpp
+++ b/core/variant/variant_parser.cpp
@@ -2,8 +2,8 @@
/* variant_parser.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) */
diff --git a/core/variant/variant_parser.h b/core/variant/variant_parser.h
index 22da7a0693..b46e0e0ce1 100644
--- a/core/variant/variant_parser.h
+++ b/core/variant/variant_parser.h
@@ -2,8 +2,8 @@
/* variant_parser.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/variant_setget.cpp b/core/variant/variant_setget.cpp
index d79a9791f4..f5d61a8566 100644
--- a/core/variant/variant_setget.cpp
+++ b/core/variant/variant_setget.cpp
@@ -2,8 +2,8 @@
/* variant_setget.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) */
diff --git a/core/variant/variant_setget.h b/core/variant/variant_setget.h
index 1e7db6aec0..0d6335145e 100644
--- a/core/variant/variant_setget.h
+++ b/core/variant/variant_setget.h
@@ -2,8 +2,8 @@
/* variant_setget.h */
/**************************************************************************/
/* 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) */
diff --git a/core/variant/variant_utility.cpp b/core/variant/variant_utility.cpp
index 72ebb374b4..ca9a52917a 100644
--- a/core/variant/variant_utility.cpp
+++ b/core/variant/variant_utility.cpp
@@ -2,8 +2,8 @@
/* variant_utility.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) */
diff --git a/core/variant/variant_utility.h b/core/variant/variant_utility.h
index 00a3c52396..067988e246 100644
--- a/core/variant/variant_utility.h
+++ b/core/variant/variant_utility.h
@@ -2,8 +2,8 @@
/* variant_utility.h */
/**************************************************************************/
/* 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) */