From 9eba7649e1d190c7e9cd88daf42c97e501c299e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 19 Mar 2021 14:02:00 +0100 Subject: [PATCH] Update copyrights to 2021 (cherry picked from commit 0a087e730f58a502be6c071930af0903de17a432) --- _extensions/godot_descriptions.py | 2 +- community/contributing/code_style_guidelines.rst | 8 ++++---- conf.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_extensions/godot_descriptions.py b/_extensions/godot_descriptions.py index 8a9296d4e..3f6f8c492 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 8c4eea213..6d106291f 100644 --- a/community/contributing/code_style_guidelines.rst +++ b/community/contributing/code_style_guidelines.rst @@ -158,8 +158,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 */ @@ -203,8 +203,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 620cfc0d4..a51ab2ba9 100644 --- a/conf.py +++ b/conf.py @@ -79,7 +79,7 @@ master_doc = "index" # 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"