Browse Source

Fix leftovers from 2019

Rémi Verschelde 5 years ago
parent
commit
a7dce8ee1e

+ 4 - 4
community/contributing/code_style_guidelines.rst

@@ -158,8 +158,8 @@ Example:
     /*                           GODOT ENGINE                                */
     /*                           GODOT ENGINE                                */
     /*                      https://godotengine.org                          */
     /*                      https://godotengine.org                          */
     /*************************************************************************/
     /*************************************************************************/
-    /* Copyright (c) 2007-2019 Juan Linietsky, Ariel Manzur.                 */
-    /* Copyright (c) 2014-2019 Godot Engine contributors (cf. AUTHORS.md)    */
+    /* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur.                 */
+    /* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md)    */
     /*                                                                       */
     /*                                                                       */
     /* Permission is hereby granted, free of charge, to any person obtaining */
     /* Permission is hereby granted, free of charge, to any person obtaining */
     /* a copy of this software and associated documentation files (the       */
     /* a copy of this software and associated documentation files (the       */
@@ -203,8 +203,8 @@ Example:
     /*                           GODOT ENGINE                                */
     /*                           GODOT ENGINE                                */
     /*                      https://godotengine.org                          */
     /*                      https://godotengine.org                          */
     /*************************************************************************/
     /*************************************************************************/
-    /* Copyright (c) 2007-2019 Juan Linietsky, Ariel Manzur.                 */
-    /* Copyright (c) 2014-2019 Godot Engine contributors (cf. AUTHORS.md)    */
+    /* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur.                 */
+    /* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md)    */
     /*                                                                       */
     /*                                                                       */
     /* Permission is hereby granted, free of charge, to any person obtaining */
     /* Permission is hereby granted, free of charge, to any person obtaining */
     /* a copy of this software and associated documentation files (the       */
     /* a copy of this software and associated documentation files (the       */

+ 3 - 3
tutorials/legal/complying_with_licenses.rst

@@ -21,10 +21,10 @@ 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-2019 Juan Linietsky, Ariel Manzur.
-	Copyright (c) 2014-2019 Godot Engine contributors.
+	Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur.
+	Copyright (c) 2014-2020 Godot Engine contributors.
 
 
-	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:
 
 
 	The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 	The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.