diff --git a/_extensions/gdscript.py b/_extensions/gdscript.py index 57ae272bdcbb..111e7860380d 100644 --- a/_extensions/gdscript.py +++ b/_extensions/gdscript.py @@ -5,7 +5,7 @@ Lexer for GDScript. - :copyright: Copyright 2xxx by The Godot Engine Community + :copyright: Copyright 2xxx by the Redot community, modified from an original work by the G-dot Engine Community :license: MIT. modified by Daniel J. Ramirez based on the original python.py pygment diff --git a/_extensions/godot_descriptions.py b/_extensions/godot_descriptions.py index 3f6f8c49210d..cdd6c71e5f37 100644 --- a/_extensions/godot_descriptions.py +++ b/_extensions/godot_descriptions.py @@ -6,7 +6,7 @@ Sphinx extension to automatically generate HTML meta description tags for all pages. Also comes with some special support for Godot class docs. - :copyright: Copyright 2021 by The Godot Engine Community + :copyright: Copyright 2021 by the Redot community, modified from an original work by the G-dot Engine Community :license: MIT. based on the work of Takayuki Shimizukawa on OpenGraph support for Sphinx, diff --git a/about/complying_with_licenses.rst b/about/complying_with_licenses.rst index 833eb42fbb15..695c6b75a5c7 100644 --- a/about/complying_with_licenses.rst +++ b/about/complying_with_licenses.rst @@ -34,7 +34,7 @@ This text reads as follows: This game uses Godot Engine, available under the following license: - Copyright (c) 2014-present Godot Engine contributors. + Copyright (c) 2014-present the Redot community, modified from an original work by G-dot Engine contributors. Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/community/contributing/code_style_guidelines.rst b/community/contributing/code_style_guidelines.rst index 7dbf94b1b904..3438727412b0 100644 --- a/community/contributing/code_style_guidelines.rst +++ b/community/contributing/code_style_guidelines.rst @@ -167,7 +167,8 @@ Example: /* GODOT ENGINE */ /* https://godotengine.org */ /**************************************************************************/ - /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ + /* Copyright (c) 2014-present the Redot community, modified from an */ + /* original work by G-dot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ diff --git a/conf.py b/conf.py index be4f8494a8ef..ba9a6d647d72 100644 --- a/conf.py +++ b/conf.py @@ -80,9 +80,9 @@ # General information about the project project = "Godot Engine" copyright = ( - "2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0)" + "2014-present the Redot community, modified from an original work by Juan Linietsky, Ariel Manzur and the G-dot community (CC BY 3.0)" ) -author = "Juan Linietsky, Ariel Manzur and the Godot community" +author = "the Redot community, modified from an original work by Juan Linietsky, Ariel Manzur and the G-dot community" # Version info for the project, acts as replacement for |version| and |release| # The short X.Y version diff --git a/migrate.py b/migrate.py index 80aa001eae3f..bed2225ae4bd 100644 --- a/migrate.py +++ b/migrate.py @@ -178,6 +178,7 @@ ('godot.html', 'redot.html'), ('by-godot', 'by-redot'), ('MadeWithGodot', 'MadeWithRedot'), + ('G-dot', 'Godot'), ] filename_mappings = [