diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/ssh.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/ssh.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bitbake/lib/bb/fetch2/ssh.py b/bitbake/lib/bb/fetch2/ssh.py index d416a9db87..be2427cf9a 100644 --- a/bitbake/lib/bb/fetch2/ssh.py +++ b/bitbake/lib/bb/fetch2/ssh.py | |||
@@ -31,18 +31,6 @@ IETF secsh internet draft: | |||
31 | # | 31 | # |
32 | # SPDX-License-Identifier: GPL-2.0-only | 32 | # SPDX-License-Identifier: GPL-2.0-only |
33 | # | 33 | # |
34 | # This program is free software; you can redistribute it and/or modify | ||
35 | # it under the terms of the GNU General Public License version 2 as | ||
36 | # published by the Free Software Foundation. | ||
37 | # | ||
38 | # This program is distributed in the hope that it will be useful, | ||
39 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
40 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
41 | # GNU General Public License for more details. | ||
42 | # | ||
43 | # You should have received a copy of the GNU General Public License along | ||
44 | # with this program; if not, write to the Free Software Foundation, Inc., | ||
45 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
46 | 34 | ||
47 | import re, os | 35 | import re, os |
48 | from bb.fetch2 import FetchMethod | 36 | from bb.fetch2 import FetchMethod |