diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 11:17:29 -0400 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 11:17:29 -0400 |
commit | 6beb1eef9a4537077780ec48c4a7c2b17723ca9e (patch) | |
tree | 8c866c5650009cc88b2279617b04e3ce3e4441e6 /drivers/windows | |
parent | ad8b971a55f97b3a1e6e664b45998fcc18925ad3 (diff) | |
download | redot-engine-6beb1eef9a4537077780ec48c4a7c2b17723ca9e.tar.gz |
Fix copyright headers referring to Godot
Diffstat (limited to 'drivers/windows')
-rw-r--r-- | drivers/windows/dir_access_windows.cpp | 4 | ||||
-rw-r--r-- | drivers/windows/dir_access_windows.h | 4 | ||||
-rw-r--r-- | drivers/windows/file_access_windows.cpp | 4 | ||||
-rw-r--r-- | drivers/windows/file_access_windows.h | 4 | ||||
-rw-r--r-- | drivers/windows/file_access_windows_pipe.cpp | 4 | ||||
-rw-r--r-- | drivers/windows/file_access_windows_pipe.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/drivers/windows/dir_access_windows.cpp b/drivers/windows/dir_access_windows.cpp index 45f0e99635..335a1e6768 100644 --- a/drivers/windows/dir_access_windows.cpp +++ b/drivers/windows/dir_access_windows.cpp @@ -2,8 +2,8 @@ /* dir_access_windows.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/drivers/windows/dir_access_windows.h b/drivers/windows/dir_access_windows.h index 2d26d6dd14..b55c5db367 100644 --- a/drivers/windows/dir_access_windows.h +++ b/drivers/windows/dir_access_windows.h @@ -2,8 +2,8 @@ /* dir_access_windows.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/drivers/windows/file_access_windows.cpp b/drivers/windows/file_access_windows.cpp index 4bdb7605b8..72cc942f6c 100644 --- a/drivers/windows/file_access_windows.cpp +++ b/drivers/windows/file_access_windows.cpp @@ -2,8 +2,8 @@ /* file_access_windows.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/drivers/windows/file_access_windows.h b/drivers/windows/file_access_windows.h index 178596d644..18e6978001 100644 --- a/drivers/windows/file_access_windows.h +++ b/drivers/windows/file_access_windows.h @@ -2,8 +2,8 @@ /* file_access_windows.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/drivers/windows/file_access_windows_pipe.cpp b/drivers/windows/file_access_windows_pipe.cpp index 8fbdcae73f..840a737840 100644 --- a/drivers/windows/file_access_windows_pipe.cpp +++ b/drivers/windows/file_access_windows_pipe.cpp @@ -2,8 +2,8 @@ /* file_access_windows_pipe.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/drivers/windows/file_access_windows_pipe.h b/drivers/windows/file_access_windows_pipe.h index a35250defd..6a7d1ddfb1 100644 --- a/drivers/windows/file_access_windows_pipe.h +++ b/drivers/windows/file_access_windows_pipe.h @@ -2,8 +2,8 @@ /* file_access_windows_pipe.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) */ |