summaryrefslogtreecommitdiffstats
path: root/editor/themes
diff options
context:
space:
mode:
Diffstat (limited to 'editor/themes')
-rw-r--r--editor/themes/editor_color_map.cpp4
-rw-r--r--editor/themes/editor_color_map.h4
-rw-r--r--editor/themes/editor_fonts.cpp4
-rw-r--r--editor/themes/editor_fonts.h4
-rw-r--r--editor/themes/editor_icons.cpp4
-rw-r--r--editor/themes/editor_icons.h4
-rw-r--r--editor/themes/editor_scale.cpp4
-rw-r--r--editor/themes/editor_scale.h4
-rw-r--r--editor/themes/editor_theme.cpp4
-rw-r--r--editor/themes/editor_theme.h4
-rw-r--r--editor/themes/editor_theme_manager.cpp4
-rw-r--r--editor/themes/editor_theme_manager.h4
12 files changed, 24 insertions, 24 deletions
diff --git a/editor/themes/editor_color_map.cpp b/editor/themes/editor_color_map.cpp
index 6a07d4f6e7..f92cbd4f14 100644
--- a/editor/themes/editor_color_map.cpp
+++ b/editor/themes/editor_color_map.cpp
@@ -2,8 +2,8 @@
/* editor_color_map.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/editor/themes/editor_color_map.h b/editor/themes/editor_color_map.h
index 65a2cb2116..9992a9e7b6 100644
--- a/editor/themes/editor_color_map.h
+++ b/editor/themes/editor_color_map.h
@@ -2,8 +2,8 @@
/* editor_color_map.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/editor/themes/editor_fonts.cpp b/editor/themes/editor_fonts.cpp
index dea94770a6..1ca3cc79df 100644
--- a/editor/themes/editor_fonts.cpp
+++ b/editor/themes/editor_fonts.cpp
@@ -2,8 +2,8 @@
/* editor_fonts.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/editor/themes/editor_fonts.h b/editor/themes/editor_fonts.h
index 7dd11777b8..8ba64438ee 100644
--- a/editor/themes/editor_fonts.h
+++ b/editor/themes/editor_fonts.h
@@ -2,8 +2,8 @@
/* editor_fonts.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/editor/themes/editor_icons.cpp b/editor/themes/editor_icons.cpp
index bf91eb8591..938207f475 100644
--- a/editor/themes/editor_icons.cpp
+++ b/editor/themes/editor_icons.cpp
@@ -2,8 +2,8 @@
/* editor_icons.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/editor/themes/editor_icons.h b/editor/themes/editor_icons.h
index 90a28f1743..58921458a0 100644
--- a/editor/themes/editor_icons.h
+++ b/editor/themes/editor_icons.h
@@ -2,8 +2,8 @@
/* editor_icons.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/editor/themes/editor_scale.cpp b/editor/themes/editor_scale.cpp
index c005cae1a6..9682cec8e0 100644
--- a/editor/themes/editor_scale.cpp
+++ b/editor/themes/editor_scale.cpp
@@ -2,8 +2,8 @@
/* editor_scale.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/editor/themes/editor_scale.h b/editor/themes/editor_scale.h
index 45555cc55a..e2d12a7d4b 100644
--- a/editor/themes/editor_scale.h
+++ b/editor/themes/editor_scale.h
@@ -2,8 +2,8 @@
/* editor_scale.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/editor/themes/editor_theme.cpp b/editor/themes/editor_theme.cpp
index 3132846e1a..d99070e3be 100644
--- a/editor/themes/editor_theme.cpp
+++ b/editor/themes/editor_theme.cpp
@@ -2,8 +2,8 @@
/* editor_theme.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/editor/themes/editor_theme.h b/editor/themes/editor_theme.h
index b62a9906f0..fa7411049c 100644
--- a/editor/themes/editor_theme.h
+++ b/editor/themes/editor_theme.h
@@ -2,8 +2,8 @@
/* editor_theme.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/editor/themes/editor_theme_manager.cpp b/editor/themes/editor_theme_manager.cpp
index 85b850b7f5..988b5c891b 100644
--- a/editor/themes/editor_theme_manager.cpp
+++ b/editor/themes/editor_theme_manager.cpp
@@ -2,8 +2,8 @@
/* editor_theme_manager.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/editor/themes/editor_theme_manager.h b/editor/themes/editor_theme_manager.h
index 630dc4c9c4..4ee7af82d2 100644
--- a/editor/themes/editor_theme_manager.h
+++ b/editor/themes/editor_theme_manager.h
@@ -2,8 +2,8 @@
/* editor_theme_manager.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) */