summaryrefslogtreecommitdiffstats
path: root/core/string/string_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/string/string_builder.h')
-rw-r--r--core/string/string_builder.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/string/string_builder.h b/core/string/string_builder.h
index 1a989e8422..27f7e22745 100644
--- a/core/string/string_builder.h
+++ b/core/string/string_builder.h
@@ -2,9 +2,11 @@
/* string_builder.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) */
/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
/* */
@@ -40,7 +42,7 @@ class StringBuilder {
Vector<String> strings;
Vector<const char *> c_strings;
- // -1 means it's a Godot String
+ // -1 means it's a Redot String
// a natural number means C string.
Vector<int32_t> appended_strings;