From 828ebc408ecf5f4194a5a4a1045e2a557a91699c Mon Sep 17 00:00:00 2001 From: Arjan Dikhoff Date: Sat, 12 Oct 2024 17:43:57 +0200 Subject: [PATCH] Copyright notices --- _extensions/gdscript.py | 2 +- _extensions/godot_descriptions.py | 2 +- about/complying_with_licenses.rst | 2 +- conf.py | 4 ++-- contributing/development/code_style_guidelines.rst | 6 ++++-- .../development/handling_compatibility_breakages.rst | 3 ++- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/_extensions/gdscript.py b/_extensions/gdscript.py index 5da987c462f..6377683cbf7 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 a59cf3321b5..68f29e4c9ed 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 a3a51350ef8..e51a3b309b2 100644 --- a/about/complying_with_licenses.rst +++ b/about/complying_with_licenses.rst @@ -46,7 +46,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 Godot Engine contributors. Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/conf.py b/conf.py index 66acf3f531c..4ac076976d4 100644 --- a/conf.py +++ b/conf.py @@ -82,9 +82,9 @@ # General information about the project project = "Godot Engine" copyright = ( - "2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0)" + "2024-present by 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/contributing/development/code_style_guidelines.rst b/contributing/development/code_style_guidelines.rst index 9b475cbbff6..210dd8c7b15 100644 --- a/contributing/development/code_style_guidelines.rst +++ b/contributing/development/code_style_guidelines.rst @@ -177,7 +177,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 */ @@ -222,7 +223,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 Godot 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/contributing/development/handling_compatibility_breakages.rst b/contributing/development/handling_compatibility_breakages.rst index 3c2ed2e259f..750b45ae433 100644 --- a/contributing/development/handling_compatibility_breakages.rst +++ b/contributing/development/handling_compatibility_breakages.rst @@ -57,7 +57,8 @@ like ``core/math/a_star_grid_2d.compat.inc`` in this case: /* 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 Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */