Remove shebangs on files that are not runnable and add execute bits to those that are.

pull/852/head
Jussi Pakkanen 8 years ago
parent 1df8c5c62b
commit 1f4cce86ad
  1. 2
      mesonbuild/mconf.py
  2. 2
      mesonbuild/mesonmain.py
  3. 2
      mesonbuild/mintro.py
  4. 0
      mesonbuild/scripts/commandrunner.py
  5. 0
      mesonbuild/scripts/delwithsuffix.py
  6. 0
      mesonbuild/scripts/depfixer.py
  7. 0
      mesonbuild/scripts/dirchanger.py
  8. 2
      mesonbuild/scripts/gettext.py
  9. 0
      mesonbuild/scripts/gtkdochelper.py
  10. 0
      mesonbuild/scripts/meson_benchmark.py
  11. 0
      mesonbuild/scripts/meson_exe.py
  12. 0
      mesonbuild/scripts/meson_install.py
  13. 0
      mesonbuild/scripts/meson_test.py
  14. 0
      mesonbuild/scripts/regen_checker.py
  15. 1
      mesonbuild/scripts/scanbuild.py
  16. 0
      mesonbuild/scripts/symbolextractor.py
  17. 0
      mesonbuild/scripts/vcstagger.py

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# Copyright 2014-2016 The Meson development team # Copyright 2014-2016 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# Copyright 2012-2016 The Meson development team # Copyright 2012-2016 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# Copyright 2014-2016 The Meson development team # Copyright 2014-2016 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# Copyright 2016 The Meson development team # Copyright 2016 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

@ -1,5 +1,4 @@
# Copyright 2016 The Meson development team # Copyright 2016 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at

Loading…
Cancel
Save