summaryrefslogtreecommitdiffstats
path: root/core/string
diff options
context:
space:
mode:
Diffstat (limited to 'core/string')
-rw-r--r--core/string/char_range.inc4
-rw-r--r--core/string/char_utils.h4
-rw-r--r--core/string/locales.h4
-rw-r--r--core/string/node_path.cpp4
-rw-r--r--core/string/node_path.h4
-rw-r--r--core/string/optimized_translation.cpp4
-rw-r--r--core/string/optimized_translation.h4
-rw-r--r--core/string/print_string.cpp4
-rw-r--r--core/string/print_string.h4
-rw-r--r--core/string/string_buffer.h4
-rw-r--r--core/string/string_builder.cpp4
-rw-r--r--core/string/string_builder.h4
-rw-r--r--core/string/string_name.cpp4
-rw-r--r--core/string/string_name.h4
-rw-r--r--core/string/translation.cpp4
-rw-r--r--core/string/translation.h4
-rw-r--r--core/string/translation_domain.cpp4
-rw-r--r--core/string/translation_domain.h4
-rw-r--r--core/string/translation_po.cpp4
-rw-r--r--core/string/translation_po.h4
-rw-r--r--core/string/translation_server.cpp4
-rw-r--r--core/string/translation_server.h4
-rw-r--r--core/string/ucaps.h4
-rw-r--r--core/string/ustring.cpp4
-rw-r--r--core/string/ustring.h4
25 files changed, 50 insertions, 50 deletions
diff --git a/core/string/char_range.inc b/core/string/char_range.inc
index 7a7bf8422d..6beab0d072 100644
--- a/core/string/char_range.inc
+++ b/core/string/char_range.inc
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/char_utils.h b/core/string/char_utils.h
index c5ef140b72..63ee3aee4e 100644
--- a/core/string/char_utils.h
+++ b/core/string/char_utils.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/locales.h b/core/string/locales.h
index 4db369ea79..0879754526 100644
--- a/core/string/locales.h
+++ b/core/string/locales.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/node_path.cpp b/core/string/node_path.cpp
index e2dbc90a4f..55624c4db8 100644
--- a/core/string/node_path.cpp
+++ b/core/string/node_path.cpp
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/node_path.h b/core/string/node_path.h
index 56d0f33fc8..7cb7fae902 100644
--- a/core/string/node_path.h
+++ b/core/string/node_path.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/optimized_translation.cpp b/core/string/optimized_translation.cpp
index f535111984..a7b8bfe755 100644
--- a/core/string/optimized_translation.cpp
+++ b/core/string/optimized_translation.cpp
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/optimized_translation.h b/core/string/optimized_translation.h
index f58469ecd9..0da4cb2779 100644
--- a/core/string/optimized_translation.h
+++ b/core/string/optimized_translation.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/print_string.cpp b/core/string/print_string.cpp
index b0a9406a51..a4b6ef6881 100644
--- a/core/string/print_string.cpp
+++ b/core/string/print_string.cpp
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/print_string.h b/core/string/print_string.h
index a7b61aead6..1c2118323b 100644
--- a/core/string/print_string.h
+++ b/core/string/print_string.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/string_buffer.h b/core/string/string_buffer.h
index 3d123fbbda..1fb723f7a4 100644
--- a/core/string/string_buffer.h
+++ b/core/string/string_buffer.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/string_builder.cpp b/core/string/string_builder.cpp
index fbdb7fda7f..5edd1dc1f5 100644
--- a/core/string/string_builder.cpp
+++ b/core/string/string_builder.cpp
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/string_builder.h b/core/string/string_builder.h
index 5cc70df37b..27f7e22745 100644
--- a/core/string/string_builder.h
+++ b/core/string/string_builder.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/string_name.cpp b/core/string/string_name.cpp
index 773cb42423..a9b414bb38 100644
--- a/core/string/string_name.cpp
+++ b/core/string/string_name.cpp
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/string_name.h b/core/string/string_name.h
index 2b1d0eed97..28cc5741c1 100644
--- a/core/string/string_name.h
+++ b/core/string/string_name.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/translation.cpp b/core/string/translation.cpp
index 7cd39e91ff..095f56da38 100644
--- a/core/string/translation.cpp
+++ b/core/string/translation.cpp
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/translation.h b/core/string/translation.h
index 80d8c8af83..1f19d4deb0 100644
--- a/core/string/translation.h
+++ b/core/string/translation.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/translation_domain.cpp b/core/string/translation_domain.cpp
index bb87e64f36..dfbc664783 100644
--- a/core/string/translation_domain.cpp
+++ b/core/string/translation_domain.cpp
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/translation_domain.h b/core/string/translation_domain.h
index 115d69c413..2504b0911c 100644
--- a/core/string/translation_domain.h
+++ b/core/string/translation_domain.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/translation_po.cpp b/core/string/translation_po.cpp
index c49c0c72da..756b5af673 100644
--- a/core/string/translation_po.cpp
+++ b/core/string/translation_po.cpp
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/translation_po.h b/core/string/translation_po.h
index 9267626812..5da91163ac 100644
--- a/core/string/translation_po.h
+++ b/core/string/translation_po.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/translation_server.cpp b/core/string/translation_server.cpp
index b63eecd351..47d10c5421 100644
--- a/core/string/translation_server.cpp
+++ b/core/string/translation_server.cpp
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/translation_server.h b/core/string/translation_server.h
index 4d3e8c9466..e807cf9aa0 100644
--- a/core/string/translation_server.h
+++ b/core/string/translation_server.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/ucaps.h b/core/string/ucaps.h
index e26dfaab26..062b038296 100644
--- a/core/string/ucaps.h
+++ b/core/string/ucaps.h
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/ustring.cpp b/core/string/ustring.cpp
index c6ce1ffbcb..73ffe14e50 100644
--- a/core/string/ustring.cpp
+++ b/core/string/ustring.cpp
@@ -2,8 +2,8 @@
/* 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) */
diff --git a/core/string/ustring.h b/core/string/ustring.h
index 363741d56c..491f82e109 100644
--- a/core/string/ustring.h
+++ b/core/string/ustring.h
@@ -2,8 +2,8 @@
/* 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) */