From a0af6b9df15316a6384fe5072dc36a5a0a8e6092 Mon Sep 17 00:00:00 2001 From: ARez <75789249+ARez2@users.noreply.github.com> Date: Tue, 22 Feb 2022 13:09:55 +0100 Subject: [PATCH] Updated the Lincense to match the current year --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index daf01a322..f5d325abf 100644 --- a/conf.py +++ b/conf.py @@ -77,7 +77,7 @@ master_doc = "index" # General information about the project project = "Godot Engine" copyright = ( - "2014-2021, Juan Linietsky, Ariel Manzur and the Godot community (CC-BY 3.0)" + "2014-2022, Juan Linietsky, Ariel Manzur and the Godot community (CC-BY 3.0)" ) author = "Juan Linietsky, Ariel Manzur and the Godot community"