diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-18 20:11:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-18 20:11:04 +0200 |
| commit | 7851daec7a9f9d2ce74a91adeb599e3b820c485b (patch) | |
| tree | 5ab2676eaeeea2dff606b420a08450ed60f3f743 /mesonbuild/scripts | |
| parent | 6b8df9da84fe5c8aef92230a59ac22b99d548b00 (diff) | |
| parent | 9cfdd3078949bb30e2f88ab01ab06eaa9d353233 (diff) | |
| download | meson-7851daec7a9f9d2ce74a91adeb599e3b820c485b.tar.gz | |
Merge pull request #1216 from mesonbuild/ignatenko/shebangs
Remove shebangs on files inside module
Diffstat (limited to 'mesonbuild/scripts')
| -rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/commandrunner.py | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/delwithsuffix.py | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/depfixer.py | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/dirchanger.py | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/gtkdochelper.py | 1 | ||||
| -rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/meson_exe.py | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/meson_install.py | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/regen_checker.py | 2 | ||||
| -rw-r--r-- | mesonbuild/scripts/scanbuild.py | 1 | ||||
| -rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/symbolextractor.py | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | mesonbuild/scripts/vcstagger.py | 2 | ||||
| -rw-r--r-- | mesonbuild/scripts/yelphelper.py | 2 |
12 files changed, 2 insertions, 20 deletions
diff --git a/mesonbuild/scripts/commandrunner.py b/mesonbuild/scripts/commandrunner.py index 1c37f5c54..63b5bb13a 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 e11210116..bd3420298 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 34fb2f75b..ed77b5661 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 93a901d54..3d7f4e24e 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 f4b4f349a..734f80bdc 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 d412e010a..938ec8718 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 84978aea0..0df79e39b 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 5077970e2..6f7ff79af 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 dd74ce8e2..2ef22bd7e 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 2df3a0c4d..92724957f 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 3f36e0af4..19de9cb90 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 4eec42542..7431a8199 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. |
