diff options
| author | Rémi Verschelde | 2017-08-27 14:16:55 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-08-27 14:16:55 +0200 |
| commit | bd282ff43f23fe845f29a3e25c8efc01bd65ffb0 (patch) | |
| tree | ac80bbe9e161d8ca1d799d99d4b8afd713bd4879 /modules/regex | |
| parent | c90bfcb1c6bd0640cb6a7effc0fadc03462e937e (diff) | |
| download | godot-bd282ff43f23fe845f29a3e25c8efc01bd65ffb0.tar.gz godot-bd282ff43f23fe845f29a3e25c8efc01bd65ffb0.tar.zst godot-bd282ff43f23fe845f29a3e25c8efc01bd65ffb0.zip | |
Diffstat (limited to 'modules/regex')
| -rw-r--r-- | modules/regex/regex.cpp | 2 | ||||
| -rw-r--r-- | modules/regex/regex.h | 2 | ||||
| -rw-r--r-- | modules/regex/register_types.cpp | 2 | ||||
| -rw-r--r-- | modules/regex/register_types.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/regex/regex.cpp b/modules/regex/regex.cpp index c728657d6..de0a6b7e2 100644 --- a/modules/regex/regex.cpp +++ b/modules/regex/regex.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/modules/regex/regex.h b/modules/regex/regex.h index 106d2649a..8c76035b8 100644 --- a/modules/regex/regex.h +++ b/modules/regex/regex.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/modules/regex/register_types.cpp b/modules/regex/register_types.cpp index eaa8f41e3..7b042aaa5 100644 --- a/modules/regex/register_types.cpp +++ b/modules/regex/register_types.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/modules/regex/register_types.h b/modules/regex/register_types.h index 3b977edd3..1624fe18c 100644 --- a/modules/regex/register_types.h +++ b/modules/regex/register_types.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) */ |
