From bd282ff43f23fe845f29a3e25c8efc01bd65ffb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 27 Aug 2017 14:16:55 +0200 Subject: Use HTTPS URL for Godot's website in the headers --- main/input_default.cpp | 2 +- main/input_default.h | 2 +- main/main.cpp | 2 +- main/main.h | 2 +- main/performance.cpp | 2 +- main/performance.h | 2 +- main/tests/test_containers.cpp | 2 +- main/tests/test_containers.h | 2 +- main/tests/test_gdscript.cpp | 2 +- main/tests/test_gdscript.h | 2 +- main/tests/test_gui.cpp | 2 +- main/tests/test_gui.h | 2 +- main/tests/test_image.cpp | 2 +- main/tests/test_image.h | 2 +- main/tests/test_io.cpp | 2 +- main/tests/test_io.h | 2 +- main/tests/test_main.cpp | 2 +- main/tests/test_main.h | 2 +- main/tests/test_math.cpp | 2 +- main/tests/test_math.h | 2 +- main/tests/test_physics.cpp | 2 +- main/tests/test_physics.h | 2 +- main/tests/test_physics_2d.cpp | 2 +- main/tests/test_physics_2d.h | 2 +- main/tests/test_render.cpp | 2 +- main/tests/test_render.h | 2 +- main/tests/test_shader_lang.cpp | 2 +- main/tests/test_shader_lang.h | 2 +- main/tests/test_sound.cpp | 2 +- main/tests/test_sound.h | 2 +- main/tests/test_string.cpp | 2 +- main/tests/test_string.h | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) (limited to 'main') diff --git a/main/input_default.cpp b/main/input_default.cpp index d496717460..d9df484a98 100644 --- a/main/input_default.cpp +++ b/main/input_default.cpp @@ -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/main/input_default.h b/main/input_default.h index 92ef67c7b5..345c34c55e 100644 --- a/main/input_default.h +++ b/main/input_default.h @@ -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/main/main.cpp b/main/main.cpp index 14deec67ea..00cb43b0a8 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -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/main/main.h b/main/main.h index ca96e397ca..f8db0225bf 100644 --- a/main/main.h +++ b/main/main.h @@ -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/main/performance.cpp b/main/performance.cpp index 3fb76c22fa..e85d2bf736 100644 --- a/main/performance.cpp +++ b/main/performance.cpp @@ -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/main/performance.h b/main/performance.h index 75583c6c38..a9e3c07d7c 100644 --- a/main/performance.h +++ b/main/performance.h @@ -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/main/tests/test_containers.cpp b/main/tests/test_containers.cpp index 956be5d169..bf6dee10d7 100644 --- a/main/tests/test_containers.cpp +++ b/main/tests/test_containers.cpp @@ -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/main/tests/test_containers.h b/main/tests/test_containers.h index 7b589d4057..0c7a5a7378 100644 --- a/main/tests/test_containers.h +++ b/main/tests/test_containers.h @@ -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/main/tests/test_gdscript.cpp b/main/tests/test_gdscript.cpp index 0607360d88..bb3bdb30b0 100644 --- a/main/tests/test_gdscript.cpp +++ b/main/tests/test_gdscript.cpp @@ -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/main/tests/test_gdscript.h b/main/tests/test_gdscript.h index b4e1665de5..f37b175913 100644 --- a/main/tests/test_gdscript.h +++ b/main/tests/test_gdscript.h @@ -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/main/tests/test_gui.cpp b/main/tests/test_gui.cpp index 44d4464aac..35844e51d1 100644 --- a/main/tests/test_gui.cpp +++ b/main/tests/test_gui.cpp @@ -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/main/tests/test_gui.h b/main/tests/test_gui.h index 881ff96956..a5c5695980 100644 --- a/main/tests/test_gui.h +++ b/main/tests/test_gui.h @@ -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/main/tests/test_image.cpp b/main/tests/test_image.cpp index 0b120f87d5..b94d93b2b1 100644 --- a/main/tests/test_image.cpp +++ b/main/tests/test_image.cpp @@ -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/main/tests/test_image.h b/main/tests/test_image.h index 3b1783ded7..254bccea85 100644 --- a/main/tests/test_image.h +++ b/main/tests/test_image.h @@ -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/main/tests/test_io.cpp b/main/tests/test_io.cpp index f7c49c9249..84de8dddf8 100644 --- a/main/tests/test_io.cpp +++ b/main/tests/test_io.cpp @@ -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/main/tests/test_io.h b/main/tests/test_io.h index 765c083955..ffb834b894 100644 --- a/main/tests/test_io.h +++ b/main/tests/test_io.h @@ -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/main/tests/test_main.cpp b/main/tests/test_main.cpp index f3ed4604e1..f1d2f9b231 100644 --- a/main/tests/test_main.cpp +++ b/main/tests/test_main.cpp @@ -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/main/tests/test_main.h b/main/tests/test_main.h index da890a4b96..0a50e3c7be 100644 --- a/main/tests/test_main.h +++ b/main/tests/test_main.h @@ -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/main/tests/test_math.cpp b/main/tests/test_math.cpp index d21be24dab..f4dc28f2e9 100644 --- a/main/tests/test_math.cpp +++ b/main/tests/test_math.cpp @@ -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/main/tests/test_math.h b/main/tests/test_math.h index 24fd442dd0..a0328a14d0 100644 --- a/main/tests/test_math.h +++ b/main/tests/test_math.h @@ -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/main/tests/test_physics.cpp b/main/tests/test_physics.cpp index 5a233e818e..9bfffad206 100644 --- a/main/tests/test_physics.cpp +++ b/main/tests/test_physics.cpp @@ -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/main/tests/test_physics.h b/main/tests/test_physics.h index 9c9f2fa883..166bc87b4b 100644 --- a/main/tests/test_physics.h +++ b/main/tests/test_physics.h @@ -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/main/tests/test_physics_2d.cpp b/main/tests/test_physics_2d.cpp index 2c9b51aadb..a746973799 100644 --- a/main/tests/test_physics_2d.cpp +++ b/main/tests/test_physics_2d.cpp @@ -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/main/tests/test_physics_2d.h b/main/tests/test_physics_2d.h index e2022cb1f9..572429185f 100644 --- a/main/tests/test_physics_2d.h +++ b/main/tests/test_physics_2d.h @@ -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/main/tests/test_render.cpp b/main/tests/test_render.cpp index 74f7453d1b..1f6217928d 100644 --- a/main/tests/test_render.cpp +++ b/main/tests/test_render.cpp @@ -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/main/tests/test_render.h b/main/tests/test_render.h index d7849c45ca..84b882de06 100644 --- a/main/tests/test_render.h +++ b/main/tests/test_render.h @@ -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/main/tests/test_shader_lang.cpp b/main/tests/test_shader_lang.cpp index f9516dad99..3545c55d33 100644 --- a/main/tests/test_shader_lang.cpp +++ b/main/tests/test_shader_lang.cpp @@ -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/main/tests/test_shader_lang.h b/main/tests/test_shader_lang.h index 7d871b72e7..203f3ffa87 100644 --- a/main/tests/test_shader_lang.h +++ b/main/tests/test_shader_lang.h @@ -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/main/tests/test_sound.cpp b/main/tests/test_sound.cpp index d8737f6c8d..57fcfe28ab 100644 --- a/main/tests/test_sound.cpp +++ b/main/tests/test_sound.cpp @@ -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/main/tests/test_sound.h b/main/tests/test_sound.h index f55f25fa18..525479ae44 100644 --- a/main/tests/test_sound.h +++ b/main/tests/test_sound.h @@ -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/main/tests/test_string.cpp b/main/tests/test_string.cpp index 0ff84a8286..88d7702acc 100644 --- a/main/tests/test_string.cpp +++ b/main/tests/test_string.cpp @@ -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/main/tests/test_string.h b/main/tests/test_string.h index 1060adbc8d..9c97b13626 100644 --- a/main/tests/test_string.h +++ b/main/tests/test_string.h @@ -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) */ -- cgit v1.2.3