diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/repo.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/repo.py | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/bitbake/lib/bb/fetch2/repo.py b/bitbake/lib/bb/fetch2/repo.py index 066ab08fc3..cd752d5283 100644 --- a/bitbake/lib/bb/fetch2/repo.py +++ b/bitbake/lib/bb/fetch2/repo.py | |||
| @@ -8,22 +8,10 @@ BitBake "Fetch" repo (git) implementation | |||
| 8 | # Copyright (C) 2009 Tom Rini <trini@embeddedalley.com> | 8 | # Copyright (C) 2009 Tom Rini <trini@embeddedalley.com> |
| 9 | # | 9 | # |
| 10 | # Based on git.py which is: | 10 | # Based on git.py which is: |
| 11 | #Copyright (C) 2005 Richard Purdie | 11 | # Copyright (C) 2005 Richard Purdie |
| 12 | # | 12 | # |
| 13 | # SPDX-License-Identifier: GPL-2.0-only | 13 | # SPDX-License-Identifier: GPL-2.0-only |
| 14 | # | 14 | # |
| 15 | # This program is free software; you can redistribute it and/or modify | ||
| 16 | # it under the terms of the GNU General Public License version 2 as | ||
| 17 | # published by the Free Software Foundation. | ||
| 18 | # | ||
| 19 | # This program is distributed in the hope that it will be useful, | ||
| 20 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 22 | # GNU General Public License for more details. | ||
| 23 | # | ||
| 24 | # You should have received a copy of the GNU General Public License along | ||
| 25 | # with this program; if not, write to the Free Software Foundation, Inc., | ||
| 26 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 27 | 15 | ||
| 28 | import os | 16 | import os |
| 29 | import bb | 17 | import bb |
