diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-10-27 18:22:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-27 18:22:19 +0000 |
commit | 77eaec766e2e40f2a5d399989d827f9582a3be15 (patch) | |
tree | c5d552f2c27f610a93f539b49bc5cda7aceb58bd /editor/themes | |
parent | e8177416ec3cfcdd63a3d2233db54316e8b854bc (diff) | |
parent | 19c6a4369f3125cf5343769d1be8572afc516256 (diff) | |
download | redot-engine-77eaec766e2e40f2a5d399989d827f9582a3be15.tar.gz |
Merge pull request #818 from Spartan322/fixup/copyright-headers
Fix copyright headers referring to Godot
Diffstat (limited to 'editor/themes')
-rw-r--r-- | editor/themes/editor_color_map.cpp | 4 | ||||
-rw-r--r-- | editor/themes/editor_color_map.h | 4 | ||||
-rw-r--r-- | editor/themes/editor_fonts.cpp | 4 | ||||
-rw-r--r-- | editor/themes/editor_fonts.h | 4 | ||||
-rw-r--r-- | editor/themes/editor_icons.cpp | 4 | ||||
-rw-r--r-- | editor/themes/editor_icons.h | 4 | ||||
-rw-r--r-- | editor/themes/editor_scale.cpp | 4 | ||||
-rw-r--r-- | editor/themes/editor_scale.h | 4 | ||||
-rw-r--r-- | editor/themes/editor_theme.cpp | 4 | ||||
-rw-r--r-- | editor/themes/editor_theme.h | 4 | ||||
-rw-r--r-- | editor/themes/editor_theme_manager.cpp | 4 | ||||
-rw-r--r-- | editor/themes/editor_theme_manager.h | 4 |
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 28e8f1affd..733e87b8da 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) */ |