diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/s3.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/s3.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bitbake/lib/bb/fetch2/s3.py b/bitbake/lib/bb/fetch2/s3.py index fae7c8b0f0..479528f926 100644 --- a/bitbake/lib/bb/fetch2/s3.py +++ b/bitbake/lib/bb/fetch2/s3.py | |||
@@ -15,19 +15,6 @@ The aws tool must be correctly installed and configured prior to use. | |||
15 | # | 15 | # |
16 | # SPDX-License-Identifier: GPL-2.0-only | 16 | # SPDX-License-Identifier: GPL-2.0-only |
17 | # | 17 | # |
18 | # This program is free software; you can redistribute it and/or modify | ||
19 | # it under the terms of the GNU General Public License version 2 as | ||
20 | # published by the Free Software Foundation. | ||
21 | # | ||
22 | # This program is distributed in the hope that it will be useful, | ||
23 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
24 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
25 | # GNU General Public License for more details. | ||
26 | # | ||
27 | # You should have received a copy of the GNU General Public License along | ||
28 | # with this program; if not, write to the Free Software Foundation, Inc., | ||
29 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
30 | # | ||
31 | # Based on functions from the base bb module, Copyright 2003 Holger Schurig | 18 | # Based on functions from the base bb module, Copyright 2003 Holger Schurig |
32 | 19 | ||
33 | import os | 20 | import os |