diff --git a/community/contributing/code_style_guidelines.rst b/community/contributing/code_style_guidelines.rst index 10f56f480..cf9cca868 100644 --- a/community/contributing/code_style_guidelines.rst +++ b/community/contributing/code_style_guidelines.rst @@ -158,8 +158,8 @@ Example: /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ - /* Copyright (c) 2007-2018 Juan Linietsky, Ariel Manzur. */ - /* Copyright (c) 2014-2018 Godot Engine contributors (cf. AUTHORS.md) */ + /* Copyright (c) 2007-2019 Juan Linietsky, Ariel Manzur. */ + /* Copyright (c) 2014-2019 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -203,8 +203,8 @@ Example: /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ - /* Copyright (c) 2007-2018 Juan Linietsky, Ariel Manzur. */ - /* Copyright (c) 2014-2018 Godot Engine contributors (cf. AUTHORS.md) */ + /* Copyright (c) 2007-2019 Juan Linietsky, Ariel Manzur. */ + /* Copyright (c) 2014-2019 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/conf.py b/conf.py index feb9f8e0c..62b21070e 100644 --- a/conf.py +++ b/conf.py @@ -23,7 +23,7 @@ master_doc = 'index' # General information about the project project = 'Godot Engine' -copyright = '2014-2018, Juan Linietsky, Ariel Manzur and the Godot community (CC-BY 3.0)' +copyright = '2014-2019, Juan Linietsky, Ariel Manzur and the Godot community (CC-BY 3.0)' author = 'Juan Linietsky, Ariel Manzur and the Godot community' # Version info for the project, acts as replacement for |version| and |release|