Browse Source

Merge pull request #10861 from Noshyaar/pr-header

Fix files header

[ci skip]
Rémi Verschelde 8 years ago
parent
commit
6e9e25b41d
42 changed files with 42 additions and 43 deletions
  1. 1 1
      core/helper/math_fieldwise.cpp
  2. 1 1
      core/helper/math_fieldwise.h
  3. 1 1
      core/math/a_star.h
  4. 1 1
      core/project_settings.cpp
  5. 1 1
      core/project_settings.h
  6. 1 1
      drivers/convex_decomp/b2d_decompose.cpp
  7. 1 1
      drivers/gles3/rasterizer_scene_gles3.cpp
  8. 1 1
      drivers/wasapi/audio_driver_wasapi.cpp
  9. 1 1
      drivers/wasapi/audio_driver_wasapi.h
  10. 1 1
      editor/editor_export.cpp
  11. 1 1
      editor/editor_export.h
  12. 1 1
      editor/export_template_manager.h
  13. 1 1
      editor/plugins/gradient_editor_plugin.cpp
  14. 1 1
      editor/plugins/gradient_editor_plugin.h
  15. 1 1
      editor/project_settings_editor.cpp
  16. 1 1
      editor/project_settings_editor.h
  17. 1 1
      modules/hdr/image_loader_hdr.cpp
  18. 1 1
      modules/hdr/image_loader_hdr.h
  19. 1 1
      modules/nativescript/godot_nativescript.h
  20. 1 1
      modules/tga/image_loader_tga.cpp
  21. 1 1
      modules/tga/image_loader_tga.h
  22. 1 1
      modules/tinyexr/image_loader_tinyexr.cpp
  23. 1 1
      modules/tinyexr/image_loader_tinyexr.h
  24. 1 1
      modules/visual_script/visual_script_editor.cpp
  25. 1 1
      modules/visual_script/visual_script_nodes.h
  26. 1 1
      modules/webm/video_stream_webm.cpp
  27. 1 1
      modules/webm/video_stream_webm.h
  28. 1 1
      platform/android/audio_driver_opensl.cpp
  29. 1 1
      platform/iphone/icloud.h
  30. 1 1
      platform/iphone/icloud.mm
  31. 1 1
      platform/osx/joypad_osx.h
  32. 1 1
      platform/osx/power_osx.cpp
  33. 1 1
      platform/windows/joypad.cpp
  34. 1 1
      platform/windows/joypad.h
  35. 1 1
      scene/3d/collision_shape.cpp
  36. 1 1
      scene/3d/collision_shape.h
  37. 1 1
      scene/3d/immediate_geometry.h
  38. 1 2
      scene/3d/remote_transform.cpp
  39. 1 1
      scene/gui/check_box.h
  40. 1 1
      scene/main/scene_tree.cpp
  41. 1 1
      scene/main/scene_tree.h
  42. 1 1
      scene/resources/default_theme/default_theme.h

+ 1 - 1
core/helper/math_fieldwise.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  fieldwise.cpp                                                        */
+/*  math_fieldwise.cpp                                                   */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
core/helper/math_fieldwise.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  fieldwise.h                                                          */
+/*  math_fieldwise.h                                                     */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
core/math/a_star.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  a_star.h                                                        */
+/*  a_star.h                                                             */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
core/project_settings.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  globals.cpp                                                          */
+/*  project_settings.cpp                                                 */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
core/project_settings.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  globals.h                                                            */
+/*  project_settings.h                                                   */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
drivers/convex_decomp/b2d_decompose.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/* b2d_decompose.cpp                                                     */
+/*  b2d_decompose.cpp                                                    */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
drivers/gles3/rasterizer_scene_gles3.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  rasterizer_storage_gles3.cpp                                         */
+/*  rasterizer_scene_gles3.cpp                                           */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
drivers/wasapi/audio_driver_wasapi.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  audio_driver_wasapi.cpp                                             */
+/*  audio_driver_wasapi.cpp                                              */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
drivers/wasapi/audio_driver_wasapi.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  audio_driver_wasapi.h                                               */
+/*  audio_driver_wasapi.h                                                */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
editor/editor_export.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  editor_import_export.cpp                                             */
+/*  editor_export.cpp                                                    */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
editor/editor_export.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  editor_import_export.h                                               */
+/*  editor_export.h                                                      */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
editor/export_template_manager.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  export_template_manager.cpp                                          */
+/*  export_template_manager.h                                            */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
editor/plugins/gradient_editor_plugin.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  color_ramp_editor_plugin.cpp                                         */
+/*  gradient_editor_plugin.cpp                                           */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
editor/plugins/gradient_editor_plugin.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  color_ramp_editor_plugin.h                                           */
+/*  gradient_editor_plugin.h                                             */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
editor/project_settings_editor.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  project_settings.cpp                                                 */
+/*  project_settings_editor.cpp                                          */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
editor/project_settings_editor.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  project_settings.h                                                   */
+/*  project_settings_editor.h                                            */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
modules/hdr/image_loader_hdr.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  image_loader_jpegd.cpp                                               */
+/*  image_loader_hdr.cpp                                                 */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
modules/hdr/image_loader_hdr.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  image_loader_jpegd.h                                                 */
+/*  image_loader_hdr.h                                                   */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
modules/nativescript/godot_nativescript.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  godot.h                                                              */
+/*  godot_nativescript.h                                                 */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
modules/tga/image_loader_tga.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  image_loader_jpegd.cpp                                               */
+/*  image_loader_tga.cpp                                                 */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
modules/tga/image_loader_tga.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  image_loader_jpegd.h                                                 */
+/*  image_loader_tga.h                                                   */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
modules/tinyexr/image_loader_tinyexr.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  image_loader_jpegd.cpp                                               */
+/*  image_loader_tinyexr.cpp                                             */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
modules/tinyexr/image_loader_tinyexr.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  image_loader_jpegd.h                                                 */
+/*  image_loader_tinyexr.h                                               */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
modules/visual_script/visual_script_editor.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  visual_script_editor.h                                               */
+/*  visual_script_editor.cpp                                             */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
modules/visual_script/visual_script_nodes.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  visual_script_nodes.h                                               */
+/*  visual_script_nodes.h                                                */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
modules/webm/video_stream_webm.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  av_stream_webm.cpp.cpp                                              */
+/*  video_stream_webm.cpp                                                */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
modules/webm/video_stream_webm.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  av_stream_webm.cpp.cpp                                              */
+/*  video_stream_webm.h                                                  */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
platform/android/audio_driver_opensl.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  audio_driver_opensl.cpp                                             */
+/*  audio_driver_opensl.cpp                                              */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
platform/iphone/icloud.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  icloud.h                                                        */
+/*  icloud.h                                                             */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
platform/iphone/icloud.mm

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  icloud.mm                                                       */
+/*  icloud.mm                                                            */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
platform/osx/joypad_osx.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  joypad_osx.h                                                     */
+/*  joypad_osx.h                                                         */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
platform/osx/power_osx.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  power_osx.cpp                                                    */
+/*  power_osx.cpp                                                        */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
platform/windows/joypad.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  joypad.cpp                                                         */
+/*  joypad.cpp                                                           */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
platform/windows/joypad.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  joypad.h                                                           */
+/*  joypad.h                                                             */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
scene/3d/collision_shape.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  body_shape.cpp                                                       */
+/*  collision_shape.cpp                                                  */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
scene/3d/collision_shape.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  body_shape.h                                                         */
+/*  collision_shape.h                                                    */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
scene/3d/immediate_geometry.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  immediate_geometry.h                                               */
+/*  immediate_geometry.h                                                 */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 2
scene/3d/remote_transform.cpp

@@ -1,6 +1,5 @@
-
 /*************************************************************************/
-/*  remote_transform.cpp                                              */
+/*  remote_transform.cpp                                                 */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
scene/gui/check_box.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  check_box.h                                                       */
+/*  check_box.h                                                          */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
scene/main/scene_tree.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  scene_main_loop.cpp                                                  */
+/*  scene_tree.cpp                                                       */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
scene/main/scene_tree.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  scene_main_loop.h                                                    */
+/*  scene_tree.h                                                         */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 1 - 1
scene/resources/default_theme/default_theme.h

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  default_theme.cpp                                                    */
+/*  default_theme.h                                                      */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */