summaryrefslogtreecommitdiffstats
path: root/platform/web
diff options
context:
space:
mode:
authorGeorge L. Albany <Megacake1234@gmail.com>2024-10-27 18:22:19 +0000
committerGitHub <noreply@github.com>2024-10-27 18:22:19 +0000
commit77eaec766e2e40f2a5d399989d827f9582a3be15 (patch)
treec5d552f2c27f610a93f539b49bc5cda7aceb58bd /platform/web
parente8177416ec3cfcdd63a3d2233db54316e8b854bc (diff)
parent19c6a4369f3125cf5343769d1be8572afc516256 (diff)
downloadredot-engine-77eaec766e2e40f2a5d399989d827f9582a3be15.tar.gz
Merge pull request #818 from Spartan322/fixup/copyright-headers
Fix copyright headers referring to Godot
Diffstat (limited to 'platform/web')
-rw-r--r--platform/web/api/api.cpp4
-rw-r--r--platform/web/api/api.h4
-rw-r--r--platform/web/api/javascript_bridge_singleton.h4
-rw-r--r--platform/web/api/web_tools_editor_plugin.cpp4
-rw-r--r--platform/web/api/web_tools_editor_plugin.h4
-rw-r--r--platform/web/audio_driver_web.cpp4
-rw-r--r--platform/web/audio_driver_web.h4
-rw-r--r--platform/web/display_server_web.cpp4
-rw-r--r--platform/web/display_server_web.h4
-rw-r--r--platform/web/dom_keys.inc4
-rw-r--r--platform/web/export/editor_http_server.cpp4
-rw-r--r--platform/web/export/editor_http_server.h4
-rw-r--r--platform/web/export/export.cpp4
-rw-r--r--platform/web/export/export.h4
-rw-r--r--platform/web/export/export_plugin.cpp4
-rw-r--r--platform/web/export/export_plugin.h4
-rw-r--r--platform/web/godot_audio.h4
-rw-r--r--platform/web/godot_js.h4
-rw-r--r--platform/web/godot_webgl2.h4
-rw-r--r--platform/web/http_client_web.cpp4
-rw-r--r--platform/web/http_client_web.h4
-rw-r--r--platform/web/javascript_bridge_singleton.cpp4
-rw-r--r--platform/web/os_web.cpp4
-rw-r--r--platform/web/os_web.h4
-rw-r--r--platform/web/platform_config.h4
-rw-r--r--platform/web/platform_gl.h4
-rw-r--r--platform/web/web_main.cpp4
-rw-r--r--platform/web/web_runtime.cpp4
28 files changed, 56 insertions, 56 deletions
diff --git a/platform/web/api/api.cpp b/platform/web/api/api.cpp
index 6bd95fc262..cd7f11e152 100644
--- a/platform/web/api/api.cpp
+++ b/platform/web/api/api.cpp
@@ -2,8 +2,8 @@
/* api.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/platform/web/api/api.h b/platform/web/api/api.h
index e2efa3f56c..de1e3e12fd 100644
--- a/platform/web/api/api.h
+++ b/platform/web/api/api.h
@@ -2,8 +2,8 @@
/* api.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/platform/web/api/javascript_bridge_singleton.h b/platform/web/api/javascript_bridge_singleton.h
index d9ebdc0fea..2d5635a986 100644
--- a/platform/web/api/javascript_bridge_singleton.h
+++ b/platform/web/api/javascript_bridge_singleton.h
@@ -2,8 +2,8 @@
/* javascript_bridge_singleton.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/platform/web/api/web_tools_editor_plugin.cpp b/platform/web/api/web_tools_editor_plugin.cpp
index b4ae51fb1d..52da0c3347 100644
--- a/platform/web/api/web_tools_editor_plugin.cpp
+++ b/platform/web/api/web_tools_editor_plugin.cpp
@@ -2,8 +2,8 @@
/* web_tools_editor_plugin.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/platform/web/api/web_tools_editor_plugin.h b/platform/web/api/web_tools_editor_plugin.h
index cba156db0d..478d9b86c3 100644
--- a/platform/web/api/web_tools_editor_plugin.h
+++ b/platform/web/api/web_tools_editor_plugin.h
@@ -2,8 +2,8 @@
/* web_tools_editor_plugin.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/platform/web/audio_driver_web.cpp b/platform/web/audio_driver_web.cpp
index 3b1c21555b..f51817bd16 100644
--- a/platform/web/audio_driver_web.cpp
+++ b/platform/web/audio_driver_web.cpp
@@ -2,8 +2,8 @@
/* audio_driver_web.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/platform/web/audio_driver_web.h b/platform/web/audio_driver_web.h
index d26475cfdf..407596ad68 100644
--- a/platform/web/audio_driver_web.h
+++ b/platform/web/audio_driver_web.h
@@ -2,8 +2,8 @@
/* audio_driver_web.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/platform/web/display_server_web.cpp b/platform/web/display_server_web.cpp
index 10bd90f41b..0161d95d88 100644
--- a/platform/web/display_server_web.cpp
+++ b/platform/web/display_server_web.cpp
@@ -2,8 +2,8 @@
/* display_server_web.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/platform/web/display_server_web.h b/platform/web/display_server_web.h
index 185e4054da..61e8321d38 100644
--- a/platform/web/display_server_web.h
+++ b/platform/web/display_server_web.h
@@ -2,8 +2,8 @@
/* display_server_web.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/platform/web/dom_keys.inc b/platform/web/dom_keys.inc
index 32385a1906..871ef5ece7 100644
--- a/platform/web/dom_keys.inc
+++ b/platform/web/dom_keys.inc
@@ -2,8 +2,8 @@
/* dom_keys.inc */
/**************************************************************************/
/* 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/platform/web/export/editor_http_server.cpp b/platform/web/export/editor_http_server.cpp
index 77c6ed8185..878c9dc477 100644
--- a/platform/web/export/editor_http_server.cpp
+++ b/platform/web/export/editor_http_server.cpp
@@ -2,8 +2,8 @@
/* editor_http_server.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/platform/web/export/editor_http_server.h b/platform/web/export/editor_http_server.h
index ab17eb28ef..d45056edb1 100644
--- a/platform/web/export/editor_http_server.h
+++ b/platform/web/export/editor_http_server.h
@@ -2,8 +2,8 @@
/* editor_http_server.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/platform/web/export/export.cpp b/platform/web/export/export.cpp
index b7b3ba58b4..690de54d43 100644
--- a/platform/web/export/export.cpp
+++ b/platform/web/export/export.cpp
@@ -2,8 +2,8 @@
/* export.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/platform/web/export/export.h b/platform/web/export/export.h
index 18b44c04ee..f02c673536 100644
--- a/platform/web/export/export.h
+++ b/platform/web/export/export.h
@@ -2,8 +2,8 @@
/* export.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/platform/web/export/export_plugin.cpp b/platform/web/export/export_plugin.cpp
index 48fae3ae60..8376805caa 100644
--- a/platform/web/export/export_plugin.cpp
+++ b/platform/web/export/export_plugin.cpp
@@ -2,8 +2,8 @@
/* export_plugin.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/platform/web/export/export_plugin.h b/platform/web/export/export_plugin.h
index 5906c5dcec..775f38d599 100644
--- a/platform/web/export/export_plugin.h
+++ b/platform/web/export/export_plugin.h
@@ -2,8 +2,8 @@
/* export_plugin.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/platform/web/godot_audio.h b/platform/web/godot_audio.h
index 1dbfdaa07a..fd4a19d9e4 100644
--- a/platform/web/godot_audio.h
+++ b/platform/web/godot_audio.h
@@ -2,8 +2,8 @@
/* godot_audio.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/platform/web/godot_js.h b/platform/web/godot_js.h
index 7544d0cee7..df04b73e30 100644
--- a/platform/web/godot_js.h
+++ b/platform/web/godot_js.h
@@ -2,8 +2,8 @@
/* godot_js.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/platform/web/godot_webgl2.h b/platform/web/godot_webgl2.h
index b65d0325b9..82bb870e8e 100644
--- a/platform/web/godot_webgl2.h
+++ b/platform/web/godot_webgl2.h
@@ -2,8 +2,8 @@
/* godot_webgl2.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/platform/web/http_client_web.cpp b/platform/web/http_client_web.cpp
index 9dd822f73a..77b956164f 100644
--- a/platform/web/http_client_web.cpp
+++ b/platform/web/http_client_web.cpp
@@ -2,8 +2,8 @@
/* http_client_web.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/platform/web/http_client_web.h b/platform/web/http_client_web.h
index 665c5634f8..3bad292288 100644
--- a/platform/web/http_client_web.h
+++ b/platform/web/http_client_web.h
@@ -2,8 +2,8 @@
/* http_client_web.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/platform/web/javascript_bridge_singleton.cpp b/platform/web/javascript_bridge_singleton.cpp
index dd2bdb677f..6c54a93964 100644
--- a/platform/web/javascript_bridge_singleton.cpp
+++ b/platform/web/javascript_bridge_singleton.cpp
@@ -2,8 +2,8 @@
/* javascript_bridge_singleton.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/platform/web/os_web.cpp b/platform/web/os_web.cpp
index 6f889cb77e..51dfcb7d5b 100644
--- a/platform/web/os_web.cpp
+++ b/platform/web/os_web.cpp
@@ -2,8 +2,8 @@
/* os_web.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/platform/web/os_web.h b/platform/web/os_web.h
index 87a880acd6..b94f211d70 100644
--- a/platform/web/os_web.h
+++ b/platform/web/os_web.h
@@ -2,8 +2,8 @@
/* os_web.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/platform/web/platform_config.h b/platform/web/platform_config.h
index 258ddd8676..f11edf2139 100644
--- a/platform/web/platform_config.h
+++ b/platform/web/platform_config.h
@@ -2,8 +2,8 @@
/* platform_config.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/platform/web/platform_gl.h b/platform/web/platform_gl.h
index 98dca5ce63..5371a0a0a5 100644
--- a/platform/web/platform_gl.h
+++ b/platform/web/platform_gl.h
@@ -2,8 +2,8 @@
/* platform_gl.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/platform/web/web_main.cpp b/platform/web/web_main.cpp
index c20ab5f09e..ac8e11f400 100644
--- a/platform/web/web_main.cpp
+++ b/platform/web/web_main.cpp
@@ -2,8 +2,8 @@
/* web_main.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/platform/web/web_runtime.cpp b/platform/web/web_runtime.cpp
index d78b1ac5f4..a2c9b21bb5 100644
--- a/platform/web/web_runtime.cpp
+++ b/platform/web/web_runtime.cpp
@@ -2,8 +2,8 @@
/* web_runtime.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) */