summaryrefslogtreecommitdiff
path: root/buildstream/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins')
-rw-r--r--buildstream/plugins/elements/autotools.py1
-rw-r--r--buildstream/plugins/elements/cmake.py1
-rw-r--r--buildstream/plugins/elements/compose.py1
-rw-r--r--buildstream/plugins/elements/distutils.py1
-rw-r--r--buildstream/plugins/elements/filter.py1
-rw-r--r--buildstream/plugins/elements/import.py1
-rw-r--r--buildstream/plugins/elements/junction.py1
-rw-r--r--buildstream/plugins/elements/make.py1
-rw-r--r--buildstream/plugins/elements/makemaker.py1
-rw-r--r--buildstream/plugins/elements/manual.py1
-rw-r--r--buildstream/plugins/elements/modulebuild.py1
-rw-r--r--buildstream/plugins/elements/pip.py1
-rw-r--r--buildstream/plugins/elements/qmake.py1
-rw-r--r--buildstream/plugins/elements/script.py1
-rw-r--r--buildstream/plugins/elements/stack.py1
-rw-r--r--buildstream/plugins/sources/bzr.py1
-rw-r--r--buildstream/plugins/sources/deb.py1
-rw-r--r--buildstream/plugins/sources/git.py1
-rw-r--r--buildstream/plugins/sources/local.py1
-rw-r--r--buildstream/plugins/sources/ostree.py1
-rw-r--r--buildstream/plugins/sources/patch.py1
-rw-r--r--buildstream/plugins/sources/tar.py1
-rw-r--r--buildstream/plugins/sources/zip.py1
23 files changed, 0 insertions, 23 deletions
diff --git a/buildstream/plugins/elements/autotools.py b/buildstream/plugins/elements/autotools.py
index 93fc6be87..14d04d9a3 100644
--- a/buildstream/plugins/elements/autotools.py
+++ b/buildstream/plugins/elements/autotools.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016, 2018 Codethink Limited
#
diff --git a/buildstream/plugins/elements/cmake.py b/buildstream/plugins/elements/cmake.py
index 0b3de0143..8126a80ac 100644
--- a/buildstream/plugins/elements/cmake.py
+++ b/buildstream/plugins/elements/cmake.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016, 2018 Codethink Limited
#
diff --git a/buildstream/plugins/elements/compose.py b/buildstream/plugins/elements/compose.py
index 0769b8814..44a760215 100644
--- a/buildstream/plugins/elements/compose.py
+++ b/buildstream/plugins/elements/compose.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2017 Codethink Limited
#
diff --git a/buildstream/plugins/elements/distutils.py b/buildstream/plugins/elements/distutils.py
index 30ba6892c..5201013c1 100644
--- a/buildstream/plugins/elements/distutils.py
+++ b/buildstream/plugins/elements/distutils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
diff --git a/buildstream/plugins/elements/filter.py b/buildstream/plugins/elements/filter.py
index ee9143ba7..22fddd14f 100644
--- a/buildstream/plugins/elements/filter.py
+++ b/buildstream/plugins/elements/filter.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2018 Codethink Limited
#
diff --git a/buildstream/plugins/elements/import.py b/buildstream/plugins/elements/import.py
index c19a8bc36..93594b623 100644
--- a/buildstream/plugins/elements/import.py
+++ b/buildstream/plugins/elements/import.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
diff --git a/buildstream/plugins/elements/junction.py b/buildstream/plugins/elements/junction.py
index 512c862ff..ee5ed24d5 100644
--- a/buildstream/plugins/elements/junction.py
+++ b/buildstream/plugins/elements/junction.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2017 Codethink Limited
#
diff --git a/buildstream/plugins/elements/make.py b/buildstream/plugins/elements/make.py
index d8dff4c41..1f37cb412 100644
--- a/buildstream/plugins/elements/make.py
+++ b/buildstream/plugins/elements/make.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright Bloomberg Finance LP
#
diff --git a/buildstream/plugins/elements/makemaker.py b/buildstream/plugins/elements/makemaker.py
index eb4d96930..fccfaadab 100644
--- a/buildstream/plugins/elements/makemaker.py
+++ b/buildstream/plugins/elements/makemaker.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
diff --git a/buildstream/plugins/elements/manual.py b/buildstream/plugins/elements/manual.py
index dbb799fb4..c7bdba95f 100644
--- a/buildstream/plugins/elements/manual.py
+++ b/buildstream/plugins/elements/manual.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
diff --git a/buildstream/plugins/elements/modulebuild.py b/buildstream/plugins/elements/modulebuild.py
index 897430bae..5189af1a6 100644
--- a/buildstream/plugins/elements/modulebuild.py
+++ b/buildstream/plugins/elements/modulebuild.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
diff --git a/buildstream/plugins/elements/pip.py b/buildstream/plugins/elements/pip.py
index e2f33b207..e62f713a6 100644
--- a/buildstream/plugins/elements/pip.py
+++ b/buildstream/plugins/elements/pip.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2017 Mathieu Bridon
#
diff --git a/buildstream/plugins/elements/qmake.py b/buildstream/plugins/elements/qmake.py
index b0cd3f178..7896692a6 100644
--- a/buildstream/plugins/elements/qmake.py
+++ b/buildstream/plugins/elements/qmake.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
diff --git a/buildstream/plugins/elements/script.py b/buildstream/plugins/elements/script.py
index fbc15bd78..4e422c5db 100644
--- a/buildstream/plugins/elements/script.py
+++ b/buildstream/plugins/elements/script.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2017 Codethink Limited
#
diff --git a/buildstream/plugins/elements/stack.py b/buildstream/plugins/elements/stack.py
index f6903c933..087d4dac0 100644
--- a/buildstream/plugins/elements/stack.py
+++ b/buildstream/plugins/elements/stack.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
diff --git a/buildstream/plugins/sources/bzr.py b/buildstream/plugins/sources/bzr.py
index b499d49d3..ba96f7e3a 100644
--- a/buildstream/plugins/sources/bzr.py
+++ b/buildstream/plugins/sources/bzr.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright (C) 2017 Codethink Limited
#
# This program is free software; you can redistribute it and/or
diff --git a/buildstream/plugins/sources/deb.py b/buildstream/plugins/sources/deb.py
index 4948d1933..b142b888d 100644
--- a/buildstream/plugins/sources/deb.py
+++ b/buildstream/plugins/sources/deb.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright (C) 2017 Codethink Limited
#
# This program is free software; you can redistribute it and/or
diff --git a/buildstream/plugins/sources/git.py b/buildstream/plugins/sources/git.py
index 44065ad8f..67490b744 100644
--- a/buildstream/plugins/sources/git.py
+++ b/buildstream/plugins/sources/git.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
diff --git a/buildstream/plugins/sources/local.py b/buildstream/plugins/sources/local.py
index 673add1bf..e3b019f1a 100644
--- a/buildstream/plugins/sources/local.py
+++ b/buildstream/plugins/sources/local.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
diff --git a/buildstream/plugins/sources/ostree.py b/buildstream/plugins/sources/ostree.py
index c77b3a77f..94fe5093f 100644
--- a/buildstream/plugins/sources/ostree.py
+++ b/buildstream/plugins/sources/ostree.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2016 Codethink Limited
#
diff --git a/buildstream/plugins/sources/patch.py b/buildstream/plugins/sources/patch.py
index 88fb2d59c..4640de166 100644
--- a/buildstream/plugins/sources/patch.py
+++ b/buildstream/plugins/sources/patch.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright Bloomberg Finance LP
#
diff --git a/buildstream/plugins/sources/tar.py b/buildstream/plugins/sources/tar.py
index 324006b21..3cd47cb8f 100644
--- a/buildstream/plugins/sources/tar.py
+++ b/buildstream/plugins/sources/tar.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2017 Codethink Limited
#
diff --git a/buildstream/plugins/sources/zip.py b/buildstream/plugins/sources/zip.py
index f167c3e63..9b47d7f78 100644
--- a/buildstream/plugins/sources/zip.py
+++ b/buildstream/plugins/sources/zip.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2017 Mathieu Bridon
#