diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 10:42:51 -0400 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 10:42:51 -0400 |
commit | 1170ff2a1f5913011336014382cb90398ac452f4 (patch) | |
tree | c8058588af6af0a32a857f0328d950a4f1bb4913 /core/os | |
parent | 08b664511b0b984309dab13efc27ad2703d4ff18 (diff) | |
download | redot-engine-1170ff2a1f5913011336014382cb90398ac452f4.tar.gz |
Fix copyright headers referring to Godot
Diffstat (limited to 'core/os')
-rw-r--r-- | core/os/condition_variable.h | 4 | ||||
-rw-r--r-- | core/os/keyboard.cpp | 4 | ||||
-rw-r--r-- | core/os/keyboard.h | 4 | ||||
-rw-r--r-- | core/os/main_loop.cpp | 4 | ||||
-rw-r--r-- | core/os/main_loop.h | 4 | ||||
-rw-r--r-- | core/os/memory.cpp | 4 | ||||
-rw-r--r-- | core/os/memory.h | 4 | ||||
-rw-r--r-- | core/os/midi_driver.cpp | 4 | ||||
-rw-r--r-- | core/os/midi_driver.h | 4 | ||||
-rw-r--r-- | core/os/mutex.cpp | 4 | ||||
-rw-r--r-- | core/os/mutex.h | 4 | ||||
-rw-r--r-- | core/os/os.cpp | 4 | ||||
-rw-r--r-- | core/os/os.h | 4 | ||||
-rw-r--r-- | core/os/pool_allocator.cpp | 4 | ||||
-rw-r--r-- | core/os/pool_allocator.h | 4 | ||||
-rw-r--r-- | core/os/rw_lock.h | 4 | ||||
-rw-r--r-- | core/os/safe_binary_mutex.h | 4 | ||||
-rw-r--r-- | core/os/semaphore.h | 4 | ||||
-rw-r--r-- | core/os/shared_object.h | 4 | ||||
-rw-r--r-- | core/os/spin_lock.h | 4 | ||||
-rw-r--r-- | core/os/thread.cpp | 4 | ||||
-rw-r--r-- | core/os/thread.h | 4 | ||||
-rw-r--r-- | core/os/thread_safe.cpp | 4 | ||||
-rw-r--r-- | core/os/thread_safe.h | 4 | ||||
-rw-r--r-- | core/os/time.cpp | 4 | ||||
-rw-r--r-- | core/os/time.h | 4 | ||||
-rw-r--r-- | core/os/time_enums.h | 4 |
27 files changed, 54 insertions, 54 deletions
diff --git a/core/os/condition_variable.h b/core/os/condition_variable.h index 6d0eb7dbf4..77d8fd8b8a 100644 --- a/core/os/condition_variable.h +++ b/core/os/condition_variable.h @@ -2,8 +2,8 @@ /* condition_variable.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/os/keyboard.cpp b/core/os/keyboard.cpp index fe36dad278..75242fc4a1 100644 --- a/core/os/keyboard.cpp +++ b/core/os/keyboard.cpp @@ -2,8 +2,8 @@ /* keyboard.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/os/keyboard.h b/core/os/keyboard.h index 5281a1cf44..a51e717ef9 100644 --- a/core/os/keyboard.h +++ b/core/os/keyboard.h @@ -2,8 +2,8 @@ /* keyboard.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/os/main_loop.cpp b/core/os/main_loop.cpp index 48dc85053b..c49f3418ce 100644 --- a/core/os/main_loop.cpp +++ b/core/os/main_loop.cpp @@ -2,8 +2,8 @@ /* main_loop.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/os/main_loop.h b/core/os/main_loop.h index faec4c601e..976a414743 100644 --- a/core/os/main_loop.h +++ b/core/os/main_loop.h @@ -2,8 +2,8 @@ /* main_loop.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/os/memory.cpp b/core/os/memory.cpp index 774ddbe7ae..711f57610d 100644 --- a/core/os/memory.cpp +++ b/core/os/memory.cpp @@ -2,8 +2,8 @@ /* memory.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/os/memory.h b/core/os/memory.h index 567008fbe5..0f1f565701 100644 --- a/core/os/memory.h +++ b/core/os/memory.h @@ -2,8 +2,8 @@ /* memory.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/os/midi_driver.cpp b/core/os/midi_driver.cpp index ab9e980450..a906ed2a09 100644 --- a/core/os/midi_driver.cpp +++ b/core/os/midi_driver.cpp @@ -2,8 +2,8 @@ /* midi_driver.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/os/midi_driver.h b/core/os/midi_driver.h index 09c87835c2..dd0b983c44 100644 --- a/core/os/midi_driver.h +++ b/core/os/midi_driver.h @@ -2,8 +2,8 @@ /* midi_driver.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/os/mutex.cpp b/core/os/mutex.cpp index 40ae517b07..a651ed2d21 100644 --- a/core/os/mutex.cpp +++ b/core/os/mutex.cpp @@ -2,8 +2,8 @@ /* mutex.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/os/mutex.h b/core/os/mutex.h index e4ad9a569c..395d4a8dec 100644 --- a/core/os/mutex.h +++ b/core/os/mutex.h @@ -2,8 +2,8 @@ /* mutex.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/os/os.cpp b/core/os/os.cpp index 0953bf0ce1..91a9f4a2fd 100644 --- a/core/os/os.cpp +++ b/core/os/os.cpp @@ -2,8 +2,8 @@ /* os.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/os/os.h b/core/os/os.h index efc38cb5c9..faa5f2cdc7 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -2,8 +2,8 @@ /* os.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/os/pool_allocator.cpp b/core/os/pool_allocator.cpp index 051e5146a5..904cc34e76 100644 --- a/core/os/pool_allocator.cpp +++ b/core/os/pool_allocator.cpp @@ -2,8 +2,8 @@ /* pool_allocator.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/os/pool_allocator.h b/core/os/pool_allocator.h index a633efbfeb..2537248560 100644 --- a/core/os/pool_allocator.h +++ b/core/os/pool_allocator.h @@ -2,8 +2,8 @@ /* pool_allocator.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/os/rw_lock.h b/core/os/rw_lock.h index a466c482eb..b1d061514b 100644 --- a/core/os/rw_lock.h +++ b/core/os/rw_lock.h @@ -2,8 +2,8 @@ /* rw_lock.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/os/safe_binary_mutex.h b/core/os/safe_binary_mutex.h index 9033504704..d7e14a7519 100644 --- a/core/os/safe_binary_mutex.h +++ b/core/os/safe_binary_mutex.h @@ -2,8 +2,8 @@ /* safe_binary_mutex.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/os/semaphore.h b/core/os/semaphore.h index 0044171f60..59b6f96199 100644 --- a/core/os/semaphore.h +++ b/core/os/semaphore.h @@ -2,8 +2,8 @@ /* semaphore.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/os/shared_object.h b/core/os/shared_object.h index ec09ef574d..9d000a4666 100644 --- a/core/os/shared_object.h +++ b/core/os/shared_object.h @@ -2,8 +2,8 @@ /* shared_object.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/os/spin_lock.h b/core/os/spin_lock.h index 27f9696c05..d6de00f043 100644 --- a/core/os/spin_lock.h +++ b/core/os/spin_lock.h @@ -2,8 +2,8 @@ /* spin_lock.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/os/thread.cpp b/core/os/thread.cpp index 9ac3d10e0c..4426f8aed5 100644 --- a/core/os/thread.cpp +++ b/core/os/thread.cpp @@ -2,8 +2,8 @@ /* thread.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/os/thread.h b/core/os/thread.h index efeb84633f..e2e9065ec3 100644 --- a/core/os/thread.h +++ b/core/os/thread.h @@ -2,8 +2,8 @@ /* thread.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/os/thread_safe.cpp b/core/os/thread_safe.cpp index 494cf7f8ec..86d76bec1e 100644 --- a/core/os/thread_safe.cpp +++ b/core/os/thread_safe.cpp @@ -2,8 +2,8 @@ /* thread_safe.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/os/thread_safe.h b/core/os/thread_safe.h index b78e439c67..2d5bae0b2d 100644 --- a/core/os/thread_safe.h +++ b/core/os/thread_safe.h @@ -2,8 +2,8 @@ /* thread_safe.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/os/time.cpp b/core/os/time.cpp index eb4e78f2d4..e21489cf95 100644 --- a/core/os/time.cpp +++ b/core/os/time.cpp @@ -2,8 +2,8 @@ /* time.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/os/time.h b/core/os/time.h index 7274a30b04..8d783db1dc 100644 --- a/core/os/time.h +++ b/core/os/time.h @@ -2,8 +2,8 @@ /* time.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/os/time_enums.h b/core/os/time_enums.h index 6b2229c044..4a052a97fb 100644 --- a/core/os/time_enums.h +++ b/core/os/time_enums.h @@ -2,8 +2,8 @@ /* time_enums.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) */ |