diff options
Diffstat (limited to 'core/string')
-rw-r--r-- | core/string/char_range.inc | 6 | ||||
-rw-r--r-- | core/string/char_utils.h | 6 | ||||
-rw-r--r-- | core/string/locales.h | 6 | ||||
-rw-r--r-- | core/string/node_path.cpp | 6 | ||||
-rw-r--r-- | core/string/node_path.h | 6 | ||||
-rw-r--r-- | core/string/optimized_translation.cpp | 6 | ||||
-rw-r--r-- | core/string/optimized_translation.h | 6 | ||||
-rw-r--r-- | core/string/print_string.cpp | 6 | ||||
-rw-r--r-- | core/string/print_string.h | 6 | ||||
-rw-r--r-- | core/string/string_buffer.h | 6 | ||||
-rw-r--r-- | core/string/string_builder.cpp | 8 | ||||
-rw-r--r-- | core/string/string_builder.h | 8 | ||||
-rw-r--r-- | core/string/string_name.cpp | 6 | ||||
-rw-r--r-- | core/string/string_name.h | 6 | ||||
-rw-r--r-- | core/string/translation.cpp | 6 | ||||
-rw-r--r-- | core/string/translation.h | 6 | ||||
-rw-r--r-- | core/string/translation_domain.cpp | 6 | ||||
-rw-r--r-- | core/string/translation_domain.h | 6 | ||||
-rw-r--r-- | core/string/translation_po.cpp | 6 | ||||
-rw-r--r-- | core/string/translation_po.h | 6 | ||||
-rw-r--r-- | core/string/translation_server.cpp | 6 | ||||
-rw-r--r-- | core/string/translation_server.h | 6 | ||||
-rw-r--r-- | core/string/ucaps.h | 6 | ||||
-rw-r--r-- | core/string/ustring.cpp | 6 | ||||
-rw-r--r-- | core/string/ustring.h | 6 |
25 files changed, 102 insertions, 52 deletions
diff --git a/core/string/char_range.inc b/core/string/char_range.inc index efae757802..6beab0d072 100644 --- a/core/string/char_range.inc +++ b/core/string/char_range.inc @@ -2,9 +2,11 @@ /* char_range.inc */ /**************************************************************************/ /* 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/core/string/char_utils.h b/core/string/char_utils.h index 62ab4e9584..63ee3aee4e 100644 --- a/core/string/char_utils.h +++ b/core/string/char_utils.h @@ -2,9 +2,11 @@ /* char_utils.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. */ /* */ diff --git a/core/string/locales.h b/core/string/locales.h index 840fca65a7..0879754526 100644 --- a/core/string/locales.h +++ b/core/string/locales.h @@ -2,9 +2,11 @@ /* locales.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. */ /* */ diff --git a/core/string/node_path.cpp b/core/string/node_path.cpp index 3faf3bb0c5..9b5d3bd1fa 100644 --- a/core/string/node_path.cpp +++ b/core/string/node_path.cpp @@ -2,9 +2,11 @@ /* node_path.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/core/string/node_path.h b/core/string/node_path.h index 56799839d7..7cb7fae902 100644 --- a/core/string/node_path.h +++ b/core/string/node_path.h @@ -2,9 +2,11 @@ /* node_path.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. */ /* */ diff --git a/core/string/optimized_translation.cpp b/core/string/optimized_translation.cpp index 71be8524cf..a7b8bfe755 100644 --- a/core/string/optimized_translation.cpp +++ b/core/string/optimized_translation.cpp @@ -2,9 +2,11 @@ /* optimized_translation.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/core/string/optimized_translation.h b/core/string/optimized_translation.h index 3992cc5149..0da4cb2779 100644 --- a/core/string/optimized_translation.h +++ b/core/string/optimized_translation.h @@ -2,9 +2,11 @@ /* optimized_translation.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. */ /* */ diff --git a/core/string/print_string.cpp b/core/string/print_string.cpp index 0f019c405f..a4b6ef6881 100644 --- a/core/string/print_string.cpp +++ b/core/string/print_string.cpp @@ -2,9 +2,11 @@ /* print_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/core/string/print_string.h b/core/string/print_string.h index 570e08c5fb..1c2118323b 100644 --- a/core/string/print_string.h +++ b/core/string/print_string.h @@ -2,9 +2,11 @@ /* print_string.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. */ /* */ diff --git a/core/string/string_buffer.h b/core/string/string_buffer.h index e094c7627e..1fb723f7a4 100644 --- a/core/string/string_buffer.h +++ b/core/string/string_buffer.h @@ -2,9 +2,11 @@ /* string_buffer.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. */ /* */ diff --git a/core/string/string_builder.cpp b/core/string/string_builder.cpp index 4f74a2e42d..5edd1dc1f5 100644 --- a/core/string/string_builder.cpp +++ b/core/string/string_builder.cpp @@ -2,9 +2,11 @@ /* string_builder.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. */ /* */ @@ -70,7 +72,7 @@ String StringBuilder::as_string() const { for (int i = 0; i < appended_strings.size(); i++) { if (appended_strings[i] == -1) { - // Godot string + // Redot string const String &s = strings[godot_string_elem]; memcpy(buffer + current_position, s.ptr(), s.length() * sizeof(char32_t)); 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; diff --git a/core/string/string_name.cpp b/core/string/string_name.cpp index dff19b3a41..a9b414bb38 100644 --- a/core/string/string_name.cpp +++ b/core/string/string_name.cpp @@ -2,9 +2,11 @@ /* string_name.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/core/string/string_name.h b/core/string/string_name.h index d4b70d311d..28cc5741c1 100644 --- a/core/string/string_name.h +++ b/core/string/string_name.h @@ -2,9 +2,11 @@ /* string_name.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. */ /* */ diff --git a/core/string/translation.cpp b/core/string/translation.cpp index 020949371f..095f56da38 100644 --- a/core/string/translation.cpp +++ b/core/string/translation.cpp @@ -2,9 +2,11 @@ /* translation.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/core/string/translation.h b/core/string/translation.h index 4e8cffc90c..1f19d4deb0 100644 --- a/core/string/translation.h +++ b/core/string/translation.h @@ -2,9 +2,11 @@ /* translation.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. */ /* */ diff --git a/core/string/translation_domain.cpp b/core/string/translation_domain.cpp index cf6689efff..1fdf5b7e75 100644 --- a/core/string/translation_domain.cpp +++ b/core/string/translation_domain.cpp @@ -2,9 +2,11 @@ /* translation_domain.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/core/string/translation_domain.h b/core/string/translation_domain.h index 55592d3b35..2504b0911c 100644 --- a/core/string/translation_domain.h +++ b/core/string/translation_domain.h @@ -2,9 +2,11 @@ /* translation_domain.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. */ /* */ diff --git a/core/string/translation_po.cpp b/core/string/translation_po.cpp index da79e472e7..5aa230ff00 100644 --- a/core/string/translation_po.cpp +++ b/core/string/translation_po.cpp @@ -2,9 +2,11 @@ /* translation_po.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/core/string/translation_po.h b/core/string/translation_po.h index ba820c6ee4..5da91163ac 100644 --- a/core/string/translation_po.h +++ b/core/string/translation_po.h @@ -2,9 +2,11 @@ /* translation_po.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. */ /* */ diff --git a/core/string/translation_server.cpp b/core/string/translation_server.cpp index 92b473b61f..47d10c5421 100644 --- a/core/string/translation_server.cpp +++ b/core/string/translation_server.cpp @@ -2,9 +2,11 @@ /* translation_server.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/core/string/translation_server.h b/core/string/translation_server.h index 2438349a69..e807cf9aa0 100644 --- a/core/string/translation_server.h +++ b/core/string/translation_server.h @@ -2,9 +2,11 @@ /* translation_server.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. */ /* */ diff --git a/core/string/ucaps.h b/core/string/ucaps.h index 01b81943c1..062b038296 100644 --- a/core/string/ucaps.h +++ b/core/string/ucaps.h @@ -2,9 +2,11 @@ /* ucaps.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. */ /* */ diff --git a/core/string/ustring.cpp b/core/string/ustring.cpp index a78f0ff5ff..9bfc0a67cb 100644 --- a/core/string/ustring.cpp +++ b/core/string/ustring.cpp @@ -2,9 +2,11 @@ /* ustring.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/core/string/ustring.h b/core/string/ustring.h index 11d187beb4..11be148084 100644 --- a/core/string/ustring.h +++ b/core/string/ustring.h @@ -2,9 +2,11 @@ /* ustring.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. */ /* */ |