diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-01 12:09:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-04 10:41:13 +0100 |
commit | 5e43070e3087d09aea2f459b033d035c5ef747d0 (patch) | |
tree | f2be781e98185905f41611246bb535a1eed0dc85 /lib/bb/fetch2 | |
parent | 695d84397b68cc003186e22f395caa378b06bc75 (diff) | |
download | bitbake-5e43070e3087d09aea2f459b033d035c5ef747d0.tar.gz |
bitbake: Strip old editor directives from file headers
There are much better ways to handle this and most editors shouldn't need this
in modern times, drop the noise from the files. Its not consitently applied
anyway.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/fetch2')
-rw-r--r-- | lib/bb/fetch2/__init__.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/clearcase.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/cvs.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/git.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/gitannex.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/gitsm.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/hg.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/local.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/npm.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/osc.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/perforce.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/repo.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/s3.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/sftp.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/ssh.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/svn.py | 2 | ||||
-rw-r--r-- | lib/bb/fetch2/wget.py | 2 |
17 files changed, 0 insertions, 34 deletions
diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py index 164c1a0ad..0126e0d7c 100644 --- a/lib/bb/fetch2/__init__.py +++ b/lib/bb/fetch2/__init__.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' implementations diff --git a/lib/bb/fetch2/clearcase.py b/lib/bb/fetch2/clearcase.py index 09c9d0c33..9ed0d9bea 100644 --- a/lib/bb/fetch2/clearcase.py +++ b/lib/bb/fetch2/clearcase.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' clearcase implementation diff --git a/lib/bb/fetch2/cvs.py b/lib/bb/fetch2/cvs.py index c780a6a45..1b35ba4cf 100644 --- a/lib/bb/fetch2/cvs.py +++ b/lib/bb/fetch2/cvs.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' implementations diff --git a/lib/bb/fetch2/git.py b/lib/bb/fetch2/git.py index 80caf109b..e171aa7eb 100644 --- a/lib/bb/fetch2/git.py +++ b/lib/bb/fetch2/git.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' git implementation diff --git a/lib/bb/fetch2/gitannex.py b/lib/bb/fetch2/gitannex.py index 939e05812..1d497dcb0 100644 --- a/lib/bb/fetch2/gitannex.py +++ b/lib/bb/fetch2/gitannex.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' git annex implementation """ diff --git a/lib/bb/fetch2/gitsm.py b/lib/bb/fetch2/gitsm.py index b13b2c788..1f03ba7a0 100644 --- a/lib/bb/fetch2/gitsm.py +++ b/lib/bb/fetch2/gitsm.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' git submodules implementation diff --git a/lib/bb/fetch2/hg.py b/lib/bb/fetch2/hg.py index 289fcd14b..15d729e7b 100644 --- a/lib/bb/fetch2/hg.py +++ b/lib/bb/fetch2/hg.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' implementation for mercurial DRCS (hg). diff --git a/lib/bb/fetch2/local.py b/lib/bb/fetch2/local.py index b04476fe4..01d9ff9f8 100644 --- a/lib/bb/fetch2/local.py +++ b/lib/bb/fetch2/local.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' implementations diff --git a/lib/bb/fetch2/npm.py b/lib/bb/fetch2/npm.py index 7235f899f..f08bdee73 100644 --- a/lib/bb/fetch2/npm.py +++ b/lib/bb/fetch2/npm.py @@ -1,8 +1,6 @@ # # SPDX-License-Identifier: GPL-2.0-only # -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' NPM implementation diff --git a/lib/bb/fetch2/osc.py b/lib/bb/fetch2/osc.py index 19c0d9dca..3e567155d 100644 --- a/lib/bb/fetch2/osc.py +++ b/lib/bb/fetch2/osc.py @@ -1,8 +1,6 @@ # # SPDX-License-Identifier: GPL-2.0-only # -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ Bitbake "Fetch" implementation for osc (Opensuse build service client). Based on the svn "Fetch" implementation. diff --git a/lib/bb/fetch2/perforce.py b/lib/bb/fetch2/perforce.py index a03a36d34..54d001ec8 100644 --- a/lib/bb/fetch2/perforce.py +++ b/lib/bb/fetch2/perforce.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' implementation for perforce diff --git a/lib/bb/fetch2/repo.py b/lib/bb/fetch2/repo.py index cd752d528..2bdbbd409 100644 --- a/lib/bb/fetch2/repo.py +++ b/lib/bb/fetch2/repo.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake "Fetch" repo (git) implementation diff --git a/lib/bb/fetch2/s3.py b/lib/bb/fetch2/s3.py index 479528f92..ffca73c8e 100644 --- a/lib/bb/fetch2/s3.py +++ b/lib/bb/fetch2/s3.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' implementation for Amazon AWS S3. diff --git a/lib/bb/fetch2/sftp.py b/lib/bb/fetch2/sftp.py index f4a979197..f87f292e5 100644 --- a/lib/bb/fetch2/sftp.py +++ b/lib/bb/fetch2/sftp.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake SFTP Fetch implementation diff --git a/lib/bb/fetch2/ssh.py b/lib/bb/fetch2/ssh.py index be2427cf9..f5be060c4 100644 --- a/lib/bb/fetch2/ssh.py +++ b/lib/bb/fetch2/ssh.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- ''' BitBake 'Fetch' implementations diff --git a/lib/bb/fetch2/svn.py b/lib/bb/fetch2/svn.py index 6a82da9d5..baeb0e7ee 100644 --- a/lib/bb/fetch2/svn.py +++ b/lib/bb/fetch2/svn.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' implementation for svn. diff --git a/lib/bb/fetch2/wget.py b/lib/bb/fetch2/wget.py index 143db1b36..0f71ee4ea 100644 --- a/lib/bb/fetch2/wget.py +++ b/lib/bb/fetch2/wget.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ BitBake 'Fetch' implementations |