diff options
Diffstat (limited to 'core/crypto')
-rw-r--r-- | core/crypto/aes_context.cpp | 4 | ||||
-rw-r--r-- | core/crypto/aes_context.h | 4 | ||||
-rw-r--r-- | core/crypto/crypto.cpp | 4 | ||||
-rw-r--r-- | core/crypto/crypto.h | 4 | ||||
-rw-r--r-- | core/crypto/crypto_core.cpp | 4 | ||||
-rw-r--r-- | core/crypto/crypto_core.h | 4 | ||||
-rw-r--r-- | core/crypto/hashing_context.cpp | 4 | ||||
-rw-r--r-- | core/crypto/hashing_context.h | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/core/crypto/aes_context.cpp b/core/crypto/aes_context.cpp index fc82a0c8f9..2c3cd5ae70 100644 --- a/core/crypto/aes_context.cpp +++ b/core/crypto/aes_context.cpp @@ -2,8 +2,8 @@ /* aes_context.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/crypto/aes_context.h b/core/crypto/aes_context.h index a0c1eeca69..874fda27c0 100644 --- a/core/crypto/aes_context.h +++ b/core/crypto/aes_context.h @@ -2,8 +2,8 @@ /* aes_context.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/crypto/crypto.cpp b/core/crypto/crypto.cpp index fbb47ca51a..612cf26ef0 100644 --- a/core/crypto/crypto.cpp +++ b/core/crypto/crypto.cpp @@ -2,8 +2,8 @@ /* crypto.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/crypto/crypto.h b/core/crypto/crypto.h index ba4af3369b..edc6832a60 100644 --- a/core/crypto/crypto.h +++ b/core/crypto/crypto.h @@ -2,8 +2,8 @@ /* crypto.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/crypto/crypto_core.cpp b/core/crypto/crypto_core.cpp index 20e65a0214..1071a0f0ae 100644 --- a/core/crypto/crypto_core.cpp +++ b/core/crypto/crypto_core.cpp @@ -2,8 +2,8 @@ /* crypto_core.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/crypto/crypto_core.h b/core/crypto/crypto_core.h index c5b5c161ea..54fb7cc1f3 100644 --- a/core/crypto/crypto_core.h +++ b/core/crypto/crypto_core.h @@ -2,8 +2,8 @@ /* crypto_core.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/crypto/hashing_context.cpp b/core/crypto/hashing_context.cpp index 8269fb0939..5108058e22 100644 --- a/core/crypto/hashing_context.cpp +++ b/core/crypto/hashing_context.cpp @@ -2,8 +2,8 @@ /* hashing_context.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/crypto/hashing_context.h b/core/crypto/hashing_context.h index 2b32890a7b..fe43e09c67 100644 --- a/core/crypto/hashing_context.h +++ b/core/crypto/hashing_context.h @@ -2,8 +2,8 @@ /* hashing_context.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) */ |