Update copyright statement from 2022 to 'present'

This commit is contained in:
Rémi Verschelde
2023-01-20 14:47:22 +01:00
parent 8d4c972072
commit b4a43f14b8
2 changed files with 3 additions and 7 deletions

View File

@@ -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 <https://www.openssl.org>`_ 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

View File

@@ -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"