diff options
| -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 | ||||
| -rw-r--r--[-rwxr-xr-x] | mesonbuild/wrap/wraptool.py | 2 |
13 files changed, 2 insertions, 22 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. diff --git a/mesonbuild/wrap/wraptool.py b/mesonbuild/wrap/wraptool.py index e94a2c5a6..2663465d4 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"); |
