summaryrefslogtreecommitdiffstats
path: root/modules/fbx
diff options
context:
space:
mode:
authorSpartan322 <Megacake1234@gmail.com>2024-10-27 11:17:29 -0400
committerSpartan322 <Megacake1234@gmail.com>2024-10-27 11:17:29 -0400
commit6beb1eef9a4537077780ec48c4a7c2b17723ca9e (patch)
tree8c866c5650009cc88b2279617b04e3ce3e4441e6 /modules/fbx
parentad8b971a55f97b3a1e6e664b45998fcc18925ad3 (diff)
downloadredot-engine-6beb1eef9a4537077780ec48c4a7c2b17723ca9e.tar.gz
Fix copyright headers referring to Godot
Diffstat (limited to 'modules/fbx')
-rw-r--r--modules/fbx/editor/editor_scene_importer_fbx2gltf.cpp4
-rw-r--r--modules/fbx/editor/editor_scene_importer_fbx2gltf.h4
-rw-r--r--modules/fbx/editor/editor_scene_importer_ufbx.cpp4
-rw-r--r--modules/fbx/editor/editor_scene_importer_ufbx.h4
-rw-r--r--modules/fbx/fbx_document.cpp4
-rw-r--r--modules/fbx/fbx_document.h4
-rw-r--r--modules/fbx/fbx_state.cpp4
-rw-r--r--modules/fbx/fbx_state.h4
-rw-r--r--modules/fbx/register_types.cpp4
-rw-r--r--modules/fbx/register_types.h4
10 files changed, 20 insertions, 20 deletions
diff --git a/modules/fbx/editor/editor_scene_importer_fbx2gltf.cpp b/modules/fbx/editor/editor_scene_importer_fbx2gltf.cpp
index 4e37feaa54..d2f9ed5b2f 100644
--- a/modules/fbx/editor/editor_scene_importer_fbx2gltf.cpp
+++ b/modules/fbx/editor/editor_scene_importer_fbx2gltf.cpp
@@ -2,8 +2,8 @@
/* editor_scene_importer_fbx2gltf.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/modules/fbx/editor/editor_scene_importer_fbx2gltf.h b/modules/fbx/editor/editor_scene_importer_fbx2gltf.h
index 54ace1bc2c..64903c4286 100644
--- a/modules/fbx/editor/editor_scene_importer_fbx2gltf.h
+++ b/modules/fbx/editor/editor_scene_importer_fbx2gltf.h
@@ -2,8 +2,8 @@
/* editor_scene_importer_fbx2gltf.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/modules/fbx/editor/editor_scene_importer_ufbx.cpp b/modules/fbx/editor/editor_scene_importer_ufbx.cpp
index f18260a479..c9fc8442a1 100644
--- a/modules/fbx/editor/editor_scene_importer_ufbx.cpp
+++ b/modules/fbx/editor/editor_scene_importer_ufbx.cpp
@@ -2,8 +2,8 @@
/* editor_scene_importer_ufbx.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/modules/fbx/editor/editor_scene_importer_ufbx.h b/modules/fbx/editor/editor_scene_importer_ufbx.h
index 0c1bcceb31..401aad21c5 100644
--- a/modules/fbx/editor/editor_scene_importer_ufbx.h
+++ b/modules/fbx/editor/editor_scene_importer_ufbx.h
@@ -2,8 +2,8 @@
/* editor_scene_importer_ufbx.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/modules/fbx/fbx_document.cpp b/modules/fbx/fbx_document.cpp
index 80d3e9520b..4eef166d9b 100644
--- a/modules/fbx/fbx_document.cpp
+++ b/modules/fbx/fbx_document.cpp
@@ -2,8 +2,8 @@
/* fbx_document.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/modules/fbx/fbx_document.h b/modules/fbx/fbx_document.h
index 7c7f25ee0a..46a84a9622 100644
--- a/modules/fbx/fbx_document.h
+++ b/modules/fbx/fbx_document.h
@@ -2,8 +2,8 @@
/* fbx_document.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/modules/fbx/fbx_state.cpp b/modules/fbx/fbx_state.cpp
index 730885d43c..a02c3e1f57 100644
--- a/modules/fbx/fbx_state.cpp
+++ b/modules/fbx/fbx_state.cpp
@@ -2,8 +2,8 @@
/* fbx_state.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/modules/fbx/fbx_state.h b/modules/fbx/fbx_state.h
index d838e7e988..13fddc4d60 100644
--- a/modules/fbx/fbx_state.h
+++ b/modules/fbx/fbx_state.h
@@ -2,8 +2,8 @@
/* fbx_state.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/modules/fbx/register_types.cpp b/modules/fbx/register_types.cpp
index ac0dae5fbf..ff2a93fa2c 100644
--- a/modules/fbx/register_types.cpp
+++ b/modules/fbx/register_types.cpp
@@ -2,8 +2,8 @@
/* register_types.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/modules/fbx/register_types.h b/modules/fbx/register_types.h
index f0344b5321..6a09be18ee 100644
--- a/modules/fbx/register_types.h
+++ b/modules/fbx/register_types.h
@@ -2,8 +2,8 @@
/* register_types.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) */