浏览代码

Update copyright statement from 2022 to 'present'

(cherry picked from commit b4a43f14b89efebde550dfc8c1fe3edddf7d79e1)
Rémi Verschelde 2 年之前
父节点
当前提交
b2e535e02e
共有 2 个文件被更改,包括 3 次插入7 次删除
  1. 2 6
      about/complying_with_licenses.rst
  2. 1 1
      conf.py

+ 2 - 6
about/complying_with_licenses.rst

@@ -34,8 +34,8 @@ This text reads as follows:
 
 
     This game uses Godot Engine, available under the following license:
     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:
     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:
 
 
@@ -156,10 +156,6 @@ The Apache license needs to be complied to by including the following text:
     See the License for the specific language governing permissions and
     See the License for the specific language governing permissions and
     limitations under the License.
     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::
 .. note::
 
 
     If you exported your project using a
     If you exported your project using a

+ 1 - 1
conf.py

@@ -76,7 +76,7 @@ master_doc = "index"
 # General information about the project
 # General information about the project
 project = "Godot Engine"
 project = "Godot Engine"
 copyright = (
 copyright = (
-    "2014-2022, Juan Linietsky, Ariel Manzur and the Godot community (CC-BY 3.0)"
+    "2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC-BY 3.0)"
 )
 )
 author = "Juan Linietsky, Ariel Manzur and the Godot community"
 author = "Juan Linietsky, Ariel Manzur and the Godot community"