summaryrefslogtreecommitdiffstats
path: root/core/variant
diff options
context:
space:
mode:
authorGeorge L. Albany <Megacake1234@gmail.com>2024-10-27 18:22:19 +0000
committerGitHub <noreply@github.com>2024-10-27 18:22:19 +0000
commit77eaec766e2e40f2a5d399989d827f9582a3be15 (patch)
treec5d552f2c27f610a93f539b49bc5cda7aceb58bd /core/variant
parente8177416ec3cfcdd63a3d2233db54316e8b854bc (diff)
parent19c6a4369f3125cf5343769d1be8572afc516256 (diff)
downloadredot-engine-77eaec766e2e40f2a5d399989d827f9582a3be15.tar.gz
Merge pull request #818 from Spartan322/fixup/copyright-headers
Fix copyright headers referring to Godot
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/typed_dictionary.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
33 files changed, 66 insertions, 66 deletions
diff --git a/core/variant/array.cpp b/core/variant/array.cpp
index a2821b56c9..d5cc1df599 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 a85996cc15..ededc2d691 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 bb7cc0f72e..25bce196f6 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 4914df904e..dcc995bf1a 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 fef7307d2b..0dcf38790e 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 3bef11ebcf..d7517662e2 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 818301297f..e4d7bf95c3 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 61869a6e09..3a4b15b597 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/typed_dictionary.h b/core/variant/typed_dictionary.h
index 1c1c01e579..1b96f18d86 100644
--- a/core/variant/typed_dictionary.h
+++ b/core/variant/typed_dictionary.h
@@ -2,8 +2,8 @@
/* typed_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/variant.cpp b/core/variant/variant.cpp
index d427934faa..49119b9303 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 0d67b5805d..4e13c8351c 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 be643ae0aa..9b599011a6 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 d12f61d935..0cbdebb110 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 0494b876d5..5aff0a4f18 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 312ea2a9e8..bee7461fa7 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 5512551771..08d7d8230f 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 3df86b771e..9e0972bbef 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 361654db16..fd04d14f2a 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 76ec501321..348d2366e7 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 3a9708ef4f..490ccd04a6 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) */