Browse Source

bitbake: Strip old editor directives from file headers

There are much better ways to handle this and most editors shouldn't need this
in modern times, drop the noise from the files. Its not consitently applied
anyway.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie 5 years ago
parent
commit
5e43070e30
100 changed files with 0 additions and 217 deletions
  1. 0 3
      HEADER
  2. 0 2
      bin/bitbake
  3. 0 2
      bin/bitdoc
  4. 0 2
      bin/toaster-eventreplay
  5. 0 2
      contrib/dump_cache.py
  6. 0 2
      lib/bb/COW.py
  7. 0 2
      lib/bb/__init__.py
  8. 0 2
      lib/bb/build.py
  9. 0 2
      lib/bb/cache.py
  10. 0 2
      lib/bb/cache_extra.py
  11. 0 2
      lib/bb/cooker.py
  12. 0 2
      lib/bb/cookerdata.py
  13. 0 2
      lib/bb/data.py
  14. 0 2
      lib/bb/data_smart.py
  15. 0 2
      lib/bb/event.py
  16. 0 2
      lib/bb/fetch2/__init__.py
  17. 0 2
      lib/bb/fetch2/clearcase.py
  18. 0 2
      lib/bb/fetch2/cvs.py
  19. 0 2
      lib/bb/fetch2/git.py
  20. 0 2
      lib/bb/fetch2/gitannex.py
  21. 0 2
      lib/bb/fetch2/gitsm.py
  22. 0 2
      lib/bb/fetch2/hg.py
  23. 0 2
      lib/bb/fetch2/local.py
  24. 0 2
      lib/bb/fetch2/npm.py
  25. 0 2
      lib/bb/fetch2/osc.py
  26. 0 2
      lib/bb/fetch2/perforce.py
  27. 0 2
      lib/bb/fetch2/repo.py
  28. 0 2
      lib/bb/fetch2/s3.py
  29. 0 2
      lib/bb/fetch2/sftp.py
  30. 0 2
      lib/bb/fetch2/ssh.py
  31. 0 2
      lib/bb/fetch2/svn.py
  32. 0 2
      lib/bb/fetch2/wget.py
  33. 0 2
      lib/bb/main.py
  34. 0 3
      lib/bb/methodpool.py
  35. 0 2
      lib/bb/monitordisk.py
  36. 0 2
      lib/bb/msg.py
  37. 0 2
      lib/bb/parse/ast.py
  38. 0 2
      lib/bb/parse/parse_py/BBHandler.py
  39. 0 2
      lib/bb/parse/parse_py/ConfHandler.py
  40. 0 2
      lib/bb/parse/parse_py/__init__.py
  41. 0 2
      lib/bb/providers.py
  42. 0 2
      lib/bb/runqueue.py
  43. 0 2
      lib/bb/taskdata.py
  44. 0 2
      lib/bb/tests/codeparser.py
  45. 0 2
      lib/bb/tests/cooker.py
  46. 0 2
      lib/bb/tests/cow.py
  47. 0 2
      lib/bb/tests/data.py
  48. 0 2
      lib/bb/tests/event.py
  49. 0 2
      lib/bb/tests/fetch.py
  50. 0 2
      lib/bb/tests/parse.py
  51. 0 2
      lib/bb/tests/persist_data.py
  52. 0 2
      lib/bb/tests/utils.py
  53. 0 2
      lib/bb/ui/uievent.py
  54. 0 2
      lib/bb/ui/uihelper.py
  55. 0 2
      lib/bb/utils.py
  56. 0 3
      lib/toaster/bldcontrol/bbcontroller.py
  57. 0 3
      lib/toaster/bldcontrol/localhostbecontroller.py
  58. 0 3
      lib/toaster/orm/management/commands/lsupdates.py
  59. 0 3
      lib/toaster/orm/models.py
  60. 0 2
      lib/toaster/tests/browser/selenium_helpers.py
  61. 0 2
      lib/toaster/tests/browser/selenium_helpers_base.py
  62. 0 2
      lib/toaster/tests/browser/test_all_builds_page.py
  63. 0 2
      lib/toaster/tests/browser/test_all_projects_page.py
  64. 0 2
      lib/toaster/tests/browser/test_builddashboard_page.py
  65. 0 2
      lib/toaster/tests/browser/test_builddashboard_page_artifacts.py
  66. 0 2
      lib/toaster/tests/browser/test_builddashboard_page_recipes.py
  67. 0 2
      lib/toaster/tests/browser/test_builddashboard_page_tasks.py
  68. 0 2
      lib/toaster/tests/browser/test_js_unit_tests.py
  69. 0 2
      lib/toaster/tests/browser/test_landing_page.py
  70. 0 2
      lib/toaster/tests/browser/test_layerdetails_page.py
  71. 0 2
      lib/toaster/tests/browser/test_most_recent_builds_states.py
  72. 0 2
      lib/toaster/tests/browser/test_new_custom_image_page.py
  73. 0 2
      lib/toaster/tests/browser/test_new_project_page.py
  74. 0 2
      lib/toaster/tests/browser/test_project_builds_page.py
  75. 0 2
      lib/toaster/tests/browser/test_project_config_page.py
  76. 0 2
      lib/toaster/tests/browser/test_project_page.py
  77. 0 2
      lib/toaster/tests/browser/test_sample.py
  78. 0 2
      lib/toaster/tests/browser/test_task_page.py
  79. 0 2
      lib/toaster/tests/browser/test_toastertable_ui.py
  80. 0 2
      lib/toaster/tests/builds/buildtest.py
  81. 0 2
      lib/toaster/tests/builds/test_core_image_min.py
  82. 0 2
      lib/toaster/tests/commands/test_loaddata.py
  83. 0 2
      lib/toaster/tests/commands/test_lsupdates.py
  84. 0 2
      lib/toaster/tests/commands/test_runbuilds.py
  85. 0 2
      lib/toaster/tests/eventreplay/__init__.py
  86. 0 2
      lib/toaster/tests/functional/functional_helpers.py
  87. 0 2
      lib/toaster/tests/functional/test_functional_basic.py
  88. 0 2
      lib/toaster/tests/views/test_views.py
  89. 0 3
      lib/toaster/toastergui/buildtables.py
  90. 0 3
      lib/toaster/toastergui/tablefilter.py
  91. 0 3
      lib/toaster/toastergui/tables.py
  92. 0 3
      lib/toaster/toastergui/templatetags/projecttags.py
  93. 0 3
      lib/toaster/toastergui/views.py
  94. 0 3
      lib/toaster/toastergui/widgets.py
  95. 0 3
      lib/toaster/toastermain/management/commands/buildimport.py
  96. 0 2
      lib/toaster/toastermain/management/commands/checksocket.py
  97. 0 3
      lib/toaster/toastermain/settings.py
  98. 0 3
      lib/toaster/toastermain/settings_production_example.py
  99. 0 3
      lib/toaster/toastermain/settings_test.py
  100. 0 3
      lib/toaster/toastermain/urls.py

+ 0 - 3
HEADER

@@ -1,6 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # <one line to give the program's name and a brief idea of what it does.>
 # Copyright (C) <year>  <name of author>
 #

+ 0 - 2
bin/bitbake

@@ -1,6 +1,4 @@
 #!/usr/bin/env python3
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell

+ 0 - 2
bin/bitdoc

@@ -1,6 +1,4 @@
 #!/usr/bin/env python3
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Copyright (C) 2005 Holger Hans Peter Freyther
 #

+ 0 - 2
bin/toaster-eventreplay

@@ -1,6 +1,4 @@
 #!/usr/bin/env python3
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Copyright (C) 2014        Alex Damian
 #

+ 0 - 2
contrib/dump_cache.py

@@ -1,6 +1,4 @@
 #!/usr/bin/env python3
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Copyright (C) 2012, 2018 Wind River Systems, Inc.
 #

+ 0 - 2
lib/bb/COW.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # This is a copy on write dictionary and set which abuses classes to try and be nice and fast.
 #

+ 0 - 2
lib/bb/__init__.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Build System Python Library
 #

+ 0 - 2
lib/bb/build.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake 'Build' implementation
 #

+ 0 - 2
lib/bb/cache.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Cache implementation
 #

+ 0 - 2
lib/bb/cache_extra.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Extra RecipeInfo will be all defined in this file. Currently,
 # Only Hob (Image Creator) Requests some extra fields. So

+ 0 - 2
lib/bb/cooker.py

@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell

+ 0 - 2
lib/bb/cookerdata.py

@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell

+ 0 - 2
lib/bb/data.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Data' implementations
 

+ 0 - 2
lib/bb/data_smart.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake Smart Dictionary Implementation
 

+ 0 - 2
lib/bb/event.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Event' implementation
 

+ 0 - 2
lib/bb/fetch2/__init__.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' implementations
 

+ 0 - 2
lib/bb/fetch2/clearcase.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' clearcase implementation
 

+ 0 - 2
lib/bb/fetch2/cvs.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' implementations
 

+ 0 - 2
lib/bb/fetch2/git.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' git implementation
 

+ 0 - 2
lib/bb/fetch2/gitannex.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' git annex implementation
 """

+ 0 - 2
lib/bb/fetch2/gitsm.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' git submodules implementation
 

+ 0 - 2
lib/bb/fetch2/hg.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' implementation for mercurial DRCS (hg).
 

+ 0 - 2
lib/bb/fetch2/local.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' implementations
 

+ 0 - 2
lib/bb/fetch2/npm.py

@@ -1,8 +1,6 @@
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' NPM implementation
 

+ 0 - 2
lib/bb/fetch2/osc.py

@@ -1,8 +1,6 @@
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 Bitbake "Fetch" implementation for osc (Opensuse build service client).
 Based on the svn "Fetch" implementation.

+ 0 - 2
lib/bb/fetch2/perforce.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' implementation for perforce
 

+ 0 - 2
lib/bb/fetch2/repo.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake "Fetch" repo (git) implementation
 

+ 0 - 2
lib/bb/fetch2/s3.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' implementation for Amazon AWS S3.
 

+ 0 - 2
lib/bb/fetch2/sftp.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake SFTP Fetch implementation
 

+ 0 - 2
lib/bb/fetch2/ssh.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 '''
 BitBake 'Fetch' implementations
 

+ 0 - 2
lib/bb/fetch2/svn.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' implementation for svn.
 

+ 0 - 2
lib/bb/fetch2/wget.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'Fetch' implementations
 

+ 0 - 2
lib/bb/main.py

@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell

+ 0 - 3
lib/bb/methodpool.py

@@ -1,6 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 #
 # Copyright (C)       2006 Holger Hans Peter Freyther
 #

+ 0 - 2
lib/bb/monitordisk.py

@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Copyright (C) 2012 Robert Yang
 #

+ 0 - 2
lib/bb/msg.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'msg' implementation
 

+ 0 - 2
lib/bb/parse/ast.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
  AbstractSyntaxTree classes for the Bitbake language
 """

+ 0 - 2
lib/bb/parse/parse_py/BBHandler.py

@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
    class for handling .bb files
 

+ 0 - 2
lib/bb/parse/parse_py/ConfHandler.py

@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
    class for handling configuration data files
 

+ 0 - 2
lib/bb/parse/parse_py/__init__.py

@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake Parsers
 

+ 0 - 2
lib/bb/providers.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell

+ 0 - 2
lib/bb/runqueue.py

@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'RunQueue' implementation
 

+ 0 - 2
lib/bb/taskdata.py

@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake 'TaskData' implementation
 

+ 0 - 2
lib/bb/tests/codeparser.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Test for codeparser.py
 #

+ 0 - 2
lib/bb/tests/cooker.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Tests for cooker.py
 #

+ 0 - 2
lib/bb/tests/cow.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Tests for Copy-on-Write (cow.py)
 #

+ 0 - 2
lib/bb/tests/data.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Tests for the Data Store (data.py/data_smart.py)
 #

+ 0 - 2
lib/bb/tests/event.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Tests for the Event implementation (event.py)
 #

+ 0 - 2
lib/bb/tests/fetch.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Tests for the Fetcher (fetch2/)
 #

+ 0 - 2
lib/bb/tests/parse.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Test for lib/bb/parse/
 #

+ 0 - 2
lib/bb/tests/persist_data.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Test for lib/bb/persist_data/
 #

+ 0 - 2
lib/bb/tests/utils.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Tests for utils.py
 #

+ 0 - 2
lib/bb/ui/uievent.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Copyright (C) 2006 - 2007  Michael 'Mickey' Lauer
 # Copyright (C) 2006 - 2007  Richard Purdie

+ 0 - 2
lib/bb/ui/uihelper.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # Copyright (C) 2006 - 2007  Michael 'Mickey' Lauer
 # Copyright (C) 2006 - 2007  Richard Purdie

+ 0 - 2
lib/bb/utils.py

@@ -1,5 +1,3 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
 BitBake Utility Functions
 """

+ 0 - 3
lib/toaster/bldcontrol/bbcontroller.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2014        Intel Corporation

+ 0 - 3
lib/toaster/bldcontrol/localhostbecontroller.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2014        Intel Corporation

+ 0 - 3
lib/toaster/orm/management/commands/lsupdates.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2016-2017   Intel Corporation

+ 0 - 3
lib/toaster/orm/models.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2013        Intel Corporation

+ 0 - 2
lib/toaster/tests/browser/selenium_helpers.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/selenium_helpers_base.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_all_builds_page.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_all_projects_page.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_builddashboard_page.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_builddashboard_page_artifacts.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_builddashboard_page_recipes.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_builddashboard_page_tasks.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_js_unit_tests.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_landing_page.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_layerdetails_page.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_most_recent_builds_states.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_new_custom_image_page.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_new_project_page.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_project_builds_page.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_project_config_page.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_project_page.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_sample.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_task_page.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/browser/test_toastertable_ui.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/builds/buildtest.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/builds/test_core_image_min.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/commands/test_loaddata.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/commands/test_lsupdates.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/commands/test_runbuilds.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/eventreplay/__init__.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 2
lib/toaster/tests/functional/functional_helpers.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster functional tests implementation
 #

+ 0 - 2
lib/toaster/tests/functional/test_functional_basic.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster functional tests implementation
 #

+ 0 - 2
lib/toaster/tests/views/test_views.py

@@ -1,6 +1,4 @@
 #! /usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 3
lib/toaster/toastergui/buildtables.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2016 Intel Corporation

+ 0 - 3
lib/toaster/toastergui/tablefilter.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2015        Intel Corporation

+ 0 - 3
lib/toaster/toastergui/tables.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2015        Intel Corporation

+ 0 - 3
lib/toaster/toastergui/templatetags/projecttags.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2013        Intel Corporation

+ 0 - 3
lib/toaster/toastergui/views.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2013        Intel Corporation

+ 0 - 3
lib/toaster/toastergui/widgets.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2015        Intel Corporation

+ 0 - 3
lib/toaster/toastermain/management/commands/buildimport.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2018        Wind River Systems

+ 0 - 2
lib/toaster/toastermain/management/commands/checksocket.py

@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 #
 # BitBake Toaster Implementation
 #

+ 0 - 3
lib/toaster/toastermain/settings.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2013        Intel Corporation

+ 0 - 3
lib/toaster/toastermain/settings_production_example.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2016        Intel Corporation

+ 0 - 3
lib/toaster/toastermain/settings_test.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2016        Intel Corporation

+ 0 - 3
lib/toaster/toastermain/urls.py

@@ -1,7 +1,4 @@
 #
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-#
 # BitBake Toaster Implementation
 #
 # Copyright (C) 2013        Intel Corporation

Some files were not shown because too many files changed in this diff