Merge pull request #1216 from mesonbuild/ignatenko/shebangs

Remove shebangs on files inside module
pull/1046/merge
Jussi Pakkanen 8 years ago committed by GitHub
commit 7851daec7a
  1. 2
      mesonbuild/scripts/commandrunner.py
  2. 2
      mesonbuild/scripts/delwithsuffix.py
  3. 2
      mesonbuild/scripts/depfixer.py
  4. 2
      mesonbuild/scripts/dirchanger.py
  5. 1
      mesonbuild/scripts/gtkdochelper.py
  6. 2
      mesonbuild/scripts/meson_exe.py
  7. 2
      mesonbuild/scripts/meson_install.py
  8. 2
      mesonbuild/scripts/regen_checker.py
  9. 1
      mesonbuild/scripts/scanbuild.py
  10. 2
      mesonbuild/scripts/symbolextractor.py
  11. 2
      mesonbuild/scripts/vcstagger.py
  12. 2
      mesonbuild/scripts/yelphelper.py
  13. 2
      mesonbuild/wrap/wraptool.py

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

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

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

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

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

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

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

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

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

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

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

@ -1,4 +1,4 @@
# Copyright 2016 Patrick Griffis <tingping@tingping.se>
# Copyright 2016 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

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

Loading…
Cancel
Save