From b4a43f14b89efebde550dfc8c1fe3edddf7d79e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 20 Jan 2023 14:47:22 +0100 Subject: [PATCH] Update copyright statement from 2022 to 'present' --- about/complying_with_licenses.rst | 8 ++------ conf.py | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/about/complying_with_licenses.rst b/about/complying_with_licenses.rst index b9005a719..af180d82d 100644 --- a/about/complying_with_licenses.rst +++ b/about/complying_with_licenses.rst @@ -34,8 +34,8 @@ This text reads as follows: This game uses Godot Engine, available under the following license: - Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. - Copyright (c) 2014-2022 Godot Engine contributors. + Copyright (c) 2014-present Godot 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: @@ -180,10 +180,6 @@ The Apache license needs to be complied to by including the following text: See the License for the specific language governing permissions and limitations under the License. -Keep in mind that Godot 2.x and 3.0 use `OpenSSL `_ 1.x -instead. This old OpenSSL version used the OpenSSL license, not the Apache 2 license -as the latest version of OpenSSL currently uses (as of April 2022). - .. note:: If you exported your project using a diff --git a/conf.py b/conf.py index 7e994fe37..5282c269f 100644 --- a/conf.py +++ b/conf.py @@ -77,7 +77,7 @@ master_doc = "index" # General information about the project project = "Godot Engine" copyright = ( - "2014-2022, Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0)" + "2014-present Juan Liniestky, Ariel Manzur and the Godot community (CC BY 3.0)" ) author = "Juan Linietsky, Ariel Manzur and the Godot community"