diff --git a/_extensions/godot_descriptions.py b/_extensions/godot_descriptions.py index 8a9296d4e8f..3f6f8c49210 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 2020 by The Godot Engine Community + :copyright: Copyright 2021 by The Godot Engine Community :license: MIT. based on the work of Takayuki Shimizukawa on OpenGraph support for Sphinx, diff --git a/community/contributing/code_style_guidelines.rst b/community/contributing/code_style_guidelines.rst index 07a04d9071f..ffbc7a2d97c 100644 --- a/community/contributing/code_style_guidelines.rst +++ b/community/contributing/code_style_guidelines.rst @@ -160,8 +160,8 @@ Example: /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ - /* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */ - /* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). */ + /* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ + /* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -205,8 +205,8 @@ Example: /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ - /* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */ - /* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). */ + /* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ + /* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/conf.py b/conf.py index 6d07131e8c9..4c936c3e164 100644 --- a/conf.py +++ b/conf.py @@ -79,7 +79,7 @@ # General information about the project project = "Godot Engine" copyright = ( - "2014-2020, Juan Linietsky, Ariel Manzur and the Godot community (CC-BY 3.0)" + "2014-2021, Juan Linietsky, Ariel Manzur and the Godot community (CC-BY 3.0)" ) author = "Juan Linietsky, Ariel Manzur and the Godot community"