diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-01 12:46:36 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-01 12:46:36 +0100 |
| commit | d1f3b622f0b436d89ad9e352e1a9071e72799455 (patch) | |
| tree | 23fa8af3eb8ebe01e510cd8aea7f220b7c27045d /editor/plugins | |
| parent | 89560c2138d00c6b64f09dda97a18cb84ab76aff (diff) | |
| download | redot-engine-d1f3b622f0b436d89ad9e352e1a9071e72799455.tar.gz | |
Fix missing/malformed license headers
Diffstat (limited to 'editor/plugins')
| -rw-r--r-- | editor/plugins/animation_tree_player_editor_plugin.cpp | 2 | ||||
| -rw-r--r-- | editor/plugins/animation_tree_player_editor_plugin.h | 2 | ||||
| -rw-r--r-- | editor/plugins/path_editor_plugin.h | 2 | ||||
| -rw-r--r-- | editor/plugins/text_editor.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editor/plugins/animation_tree_player_editor_plugin.cpp b/editor/plugins/animation_tree_player_editor_plugin.cpp index c79e3a436d..03c8994f6b 100644 --- a/editor/plugins/animation_tree_player_editor_plugin.cpp +++ b/editor/plugins/animation_tree_player_editor_plugin.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* animation_tree_editor_plugin.cpp */ +/* animation_tree_player_editor_plugin.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/editor/plugins/animation_tree_player_editor_plugin.h b/editor/plugins/animation_tree_player_editor_plugin.h index d1c5f395e4..0c77f34e4d 100644 --- a/editor/plugins/animation_tree_player_editor_plugin.h +++ b/editor/plugins/animation_tree_player_editor_plugin.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* animation_tree_editor_plugin.h */ +/* animation_tree_player_editor_plugin.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/editor/plugins/path_editor_plugin.h b/editor/plugins/path_editor_plugin.h index c77b2a41cc..c77014456f 100644 --- a/editor/plugins/path_editor_plugin.h +++ b/editor/plugins/path_editor_plugin.h @@ -1,4 +1,4 @@ -/*************************************************************************/ +/*************************************************************************/ /* path_editor_plugin.h */ /*************************************************************************/ /* This file is part of: */ diff --git a/editor/plugins/text_editor.cpp b/editor/plugins/text_editor.cpp index 4a8eae1ba4..ad968ee251 100644 --- a/editor/plugins/text_editor.cpp +++ b/editor/plugins/text_editor.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* text_editor.cpp */ +/* text_editor.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ |
