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 /drivers/metal | |
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 'drivers/metal')
-rw-r--r-- | drivers/metal/metal_device_properties.h | 4 | ||||
-rw-r--r-- | drivers/metal/metal_device_properties.mm | 4 | ||||
-rw-r--r-- | drivers/metal/metal_objects.h | 4 | ||||
-rw-r--r-- | drivers/metal/metal_objects.mm | 4 | ||||
-rw-r--r-- | drivers/metal/metal_utils.h | 4 | ||||
-rw-r--r-- | drivers/metal/pixel_formats.h | 4 | ||||
-rw-r--r-- | drivers/metal/pixel_formats.mm | 4 | ||||
-rw-r--r-- | drivers/metal/rendering_context_driver_metal.h | 4 | ||||
-rw-r--r-- | drivers/metal/rendering_context_driver_metal.mm | 4 | ||||
-rw-r--r-- | drivers/metal/rendering_device_driver_metal.h | 4 | ||||
-rw-r--r-- | drivers/metal/rendering_device_driver_metal.mm | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/drivers/metal/metal_device_properties.h b/drivers/metal/metal_device_properties.h index 55cae00ede..bd00d89187 100644 --- a/drivers/metal/metal_device_properties.h +++ b/drivers/metal/metal_device_properties.h @@ -2,8 +2,8 @@ /* metal_device_properties.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/metal/metal_device_properties.mm b/drivers/metal/metal_device_properties.mm index 7e6c86eb89..108b911880 100644 --- a/drivers/metal/metal_device_properties.mm +++ b/drivers/metal/metal_device_properties.mm @@ -2,8 +2,8 @@ /* metal_device_properties.mm */ /**************************************************************************/ /* 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/metal/metal_objects.h b/drivers/metal/metal_objects.h index f72fc9c391..000c29ad19 100644 --- a/drivers/metal/metal_objects.h +++ b/drivers/metal/metal_objects.h @@ -2,8 +2,8 @@ /* metal_objects.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/metal/metal_objects.mm b/drivers/metal/metal_objects.mm index a68812f86b..563f3692e4 100644 --- a/drivers/metal/metal_objects.mm +++ b/drivers/metal/metal_objects.mm @@ -2,8 +2,8 @@ /* metal_objects.mm */ /**************************************************************************/ /* 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/metal/metal_utils.h b/drivers/metal/metal_utils.h index 04ab8ade8a..fd16254914 100644 --- a/drivers/metal/metal_utils.h +++ b/drivers/metal/metal_utils.h @@ -2,8 +2,8 @@ /* metal_utils.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/metal/pixel_formats.h b/drivers/metal/pixel_formats.h index 3c1bf3399b..ee063f3f08 100644 --- a/drivers/metal/pixel_formats.h +++ b/drivers/metal/pixel_formats.h @@ -2,8 +2,8 @@ /* pixel_formats.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/metal/pixel_formats.mm b/drivers/metal/pixel_formats.mm index 1060bae9b8..ce1e30e38f 100644 --- a/drivers/metal/pixel_formats.mm +++ b/drivers/metal/pixel_formats.mm @@ -2,8 +2,8 @@ /* pixel_formats.mm */ /**************************************************************************/ /* 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/metal/rendering_context_driver_metal.h b/drivers/metal/rendering_context_driver_metal.h index 580aae26d4..293b06d974 100644 --- a/drivers/metal/rendering_context_driver_metal.h +++ b/drivers/metal/rendering_context_driver_metal.h @@ -2,8 +2,8 @@ /* rendering_context_driver_metal.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/metal/rendering_context_driver_metal.mm b/drivers/metal/rendering_context_driver_metal.mm index 8e0789d9dd..2582bb435d 100644 --- a/drivers/metal/rendering_context_driver_metal.mm +++ b/drivers/metal/rendering_context_driver_metal.mm @@ -2,8 +2,8 @@ /* rendering_context_driver_metal.mm */ /**************************************************************************/ /* 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/metal/rendering_device_driver_metal.h b/drivers/metal/rendering_device_driver_metal.h index 07a9a9bbd5..977dd8e8aa 100644 --- a/drivers/metal/rendering_device_driver_metal.h +++ b/drivers/metal/rendering_device_driver_metal.h @@ -2,8 +2,8 @@ /* rendering_device_driver_metal.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/metal/rendering_device_driver_metal.mm b/drivers/metal/rendering_device_driver_metal.mm index f49c406afc..2a940a1e41 100644 --- a/drivers/metal/rendering_device_driver_metal.mm +++ b/drivers/metal/rendering_device_driver_metal.mm @@ -2,8 +2,8 @@ /* rendering_device_driver_metal.mm */ /**************************************************************************/ /* 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) */ |