diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-27 14:16:55 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-27 14:16:55 +0200 |
commit | bd282ff43f23fe845f29a3e25c8efc01bd65ffb0 (patch) | |
tree | ac80bbe9e161d8ca1d799d99d4b8afd713bd4879 /misc | |
parent | c90bfcb1c6bd0640cb6a7effc0fadc03462e937e (diff) |
Use HTTPS URL for Godot's website in the headers
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dist/ios_xcode/godot_ios/main.m | 2 | ||||
-rw-r--r-- | misc/scripts/addheader.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/dist/ios_xcode/godot_ios/main.m b/misc/dist/ios_xcode/godot_ios/main.m index ad53cf7fea..bb63364d8f 100644 --- a/misc/dist/ios_xcode/godot_ios/main.m +++ b/misc/dist/ios_xcode/godot_ios/main.m @@ -3,7 +3,7 @@ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ -/* http://www.godotengine.org */ +/* https://godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ diff --git a/misc/scripts/addheader.py b/misc/scripts/addheader.py index acb517b5bd..3f8b75ebcd 100644 --- a/misc/scripts/addheader.py +++ b/misc/scripts/addheader.py @@ -4,7 +4,7 @@ header = """\ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ -/* http://www.godotengine.org */ +/* https://godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ |