Ver código fonte

Use a note for FreeType year advice in Complying with licenses (#5747)

Co-authored-by: Hugo Locurcio <[email protected]>
Douglas Leão 3 anos atrás
pai
commit
0daef3ab02
1 arquivos alterados com 8 adições e 5 exclusões
  1. 8 5
      tutorials/legal/complying_with_licenses.rst

+ 8 - 5
tutorials/legal/complying_with_licenses.rst

@@ -91,7 +91,7 @@ Link to the license
 
 The Godot Engine developers consider that a link to ``godotengine.org/license``
 in your game documentation or credits would be an acceptable way to satisfy
-the license terms. 
+the license terms.
 
 Third-party licenses
 --------------------
@@ -113,10 +113,13 @@ requires attribution, so the following text must be included together with the
 Godot license:
 
     Portions of this software are copyright © <year> The FreeType Project (www.freetype.org).  All rights reserved.
-    
-Note that <year> should correspond to the value from the FreeType version
-used in your build. This information can be found in the editor by opening
-the **Help > About** dialog and going to the **Third-party Licenses** tab.
+
+.. note::
+
+    <year> should correspond to the value from the FreeType version used
+    in your build. This information can be found in the editor by opening
+    the **Help > About** dialog and going to the **Third-party Licenses**
+    tab.
 
 ENet
 ^^^^