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 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"); |