diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/cvs.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/cvs.py | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/bitbake/lib/bb/fetch2/cvs.py b/bitbake/lib/bb/fetch2/cvs.py index 666f4be2bc..c780a6a45d 100644 --- a/bitbake/lib/bb/fetch2/cvs.py +++ b/bitbake/lib/bb/fetch2/cvs.py | |||
| @@ -12,20 +12,7 @@ BitBake build tools. | |||
| 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 | 15 | # Based on functions from the base bb module, Copyright 2003 Holger Schurig |
| 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 | # | ||
| 28 | #Based on functions from the base bb module, Copyright 2003 Holger Schurig | ||
| 29 | # | 16 | # |
| 30 | 17 | ||
| 31 | import os | 18 | import os |
