aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-12-18 20:11:04 +0200
committerGitHub <noreply@github.com>2016-12-18 20:11:04 +0200
commit7851daec7a9f9d2ce74a91adeb599e3b820c485b (patch)
tree5ab2676eaeeea2dff606b420a08450ed60f3f743
parent6b8df9da84fe5c8aef92230a59ac22b99d548b00 (diff)
parent9cfdd3078949bb30e2f88ab01ab06eaa9d353233 (diff)
downloadmeson-7851daec7a9f9d2ce74a91adeb599e3b820c485b.zip
meson-7851daec7a9f9d2ce74a91adeb599e3b820c485b.tar.gz
meson-7851daec7a9f9d2ce74a91adeb599e3b820c485b.tar.bz2
Merge pull request #1216 from mesonbuild/ignatenko/shebangs
Remove shebangs on files inside module
-rw-r--r--[-rwxr-xr-x]mesonbuild/scripts/commandrunner.py2
-rw-r--r--[-rwxr-xr-x]mesonbuild/scripts/delwithsuffix.py2
-rw-r--r--[-rwxr-xr-x]mesonbuild/scripts/depfixer.py2
-rw-r--r--[-rwxr-xr-x]mesonbuild/scripts/dirchanger.py2
-rw-r--r--[-rwxr-xr-x]mesonbuild/scripts/gtkdochelper.py1
-rw-r--r--[-rwxr-xr-x]mesonbuild/scripts/meson_exe.py2
-rw-r--r--[-rwxr-xr-x]mesonbuild/scripts/meson_install.py2
-rw-r--r--[-rwxr-xr-x]mesonbuild/scripts/regen_checker.py2
-rw-r--r--mesonbuild/scripts/scanbuild.py1
-rw-r--r--[-rwxr-xr-x]mesonbuild/scripts/symbolextractor.py2
-rw-r--r--[-rwxr-xr-x]mesonbuild/scripts/vcstagger.py2
-rw-r--r--mesonbuild/scripts/yelphelper.py2
-rw-r--r--[-rwxr-xr-x]mesonbuild/wrap/wraptool.py2
13 files changed, 2 insertions, 22 deletions
diff --git a/mesonbuild/scripts/commandrunner.py b/mesonbuild/scripts/commandrunner.py
index 1c37f5c..63b5bb1 100755..100644
--- a/mesonbuild/scripts/commandrunner.py
+++ b/mesonbuild/scripts/commandrunner.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");
diff --git a/mesonbuild/scripts/delwithsuffix.py b/mesonbuild/scripts/delwithsuffix.py
index e112101..bd34202 100755..100644
--- a/mesonbuild/scripts/delwithsuffix.py
+++ b/mesonbuild/scripts/delwithsuffix.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
# Copyright 2013 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/mesonbuild/scripts/depfixer.py b/mesonbuild/scripts/depfixer.py
index 34fb2f7..ed77b56 100755..100644
--- a/mesonbuild/scripts/depfixer.py
+++ b/mesonbuild/scripts/depfixer.py
@@ -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");
diff --git a/mesonbuild/scripts/dirchanger.py b/mesonbuild/scripts/dirchanger.py
index 93a901d..3d7f4e2 100755..100644
--- a/mesonbuild/scripts/dirchanger.py
+++ b/mesonbuild/scripts/dirchanger.py
@@ -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");
diff --git a/mesonbuild/scripts/gtkdochelper.py b/mesonbuild/scripts/gtkdochelper.py
index f4b4f34..734f80b 100755..100644
--- a/mesonbuild/scripts/gtkdochelper.py
+++ b/mesonbuild/scripts/gtkdochelper.py
@@ -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");
diff --git a/mesonbuild/scripts/meson_exe.py b/mesonbuild/scripts/meson_exe.py
index d412e01..938ec87 100755..100644
--- a/mesonbuild/scripts/meson_exe.py
+++ b/mesonbuild/scripts/meson_exe.py
@@ -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");
diff --git a/mesonbuild/scripts/meson_install.py b/mesonbuild/scripts/meson_install.py
index 84978ae..0df79e3 100755..100644
--- a/mesonbuild/scripts/meson_install.py
+++ b/mesonbuild/scripts/meson_install.py
@@ -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");
diff --git a/mesonbuild/scripts/regen_checker.py b/mesonbuild/scripts/regen_checker.py
index 5077970..6f7ff79 100755..100644
--- a/mesonbuild/scripts/regen_checker.py
+++ b/mesonbuild/scripts/regen_checker.py
@@ -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");
diff --git a/mesonbuild/scripts/scanbuild.py b/mesonbuild/scripts/scanbuild.py
index dd74ce8..2ef22bd 100644
--- a/mesonbuild/scripts/scanbuild.py
+++ b/mesonbuild/scripts/scanbuild.py
@@ -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
diff --git a/mesonbuild/scripts/symbolextractor.py b/mesonbuild/scripts/symbolextractor.py
index 2df3a0c..9272495 100755..100644
--- a/mesonbuild/scripts/symbolextractor.py
+++ b/mesonbuild/scripts/symbolextractor.py
@@ -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");
diff --git a/mesonbuild/scripts/vcstagger.py b/mesonbuild/scripts/vcstagger.py
index 3f36e0a..19de9cb 100755..100644
--- a/mesonbuild/scripts/vcstagger.py
+++ b/mesonbuild/scripts/vcstagger.py
@@ -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");
diff --git a/mesonbuild/scripts/yelphelper.py b/mesonbuild/scripts/yelphelper.py
index 4eec425..7431a81 100644
--- a/mesonbuild/scripts/yelphelper.py
+++ b/mesonbuild/scripts/yelphelper.py
@@ -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.
diff --git a/mesonbuild/wrap/wraptool.py b/mesonbuild/wrap/wraptool.py
index e94a2c5..2663465 100755..100644
--- a/mesonbuild/wrap/wraptool.py
+++ b/mesonbuild/wrap/wraptool.py
@@ -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");