summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/clearcase.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/clearcase.py')
-rw-r--r--bitbake/lib/bb/fetch2/clearcase.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/bitbake/lib/bb/fetch2/clearcase.py b/bitbake/lib/bb/fetch2/clearcase.py
index ff181bb78b..09c9d0c33c 100644
--- a/bitbake/lib/bb/fetch2/clearcase.py
+++ b/bitbake/lib/bb/fetch2/clearcase.py
@@ -49,19 +49,6 @@ User credentials:
49# 49#
50# SPDX-License-Identifier: GPL-2.0-only 50# SPDX-License-Identifier: GPL-2.0-only
51# 51#
52# This program is free software; you can redistribute it and/or modify
53# it under the terms of the GNU General Public License version 2 as
54# published by the Free Software Foundation.
55#
56# This program is distributed in the hope that it will be useful,
57# but WITHOUT ANY WARRANTY; without even the implied warranty of
58# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
59# GNU General Public License for more details.
60#
61# You should have received a copy of the GNU General Public License along
62# with this program; if not, write to the Free Software Foundation, Inc.,
63# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
64#
65 52
66import os 53import os
67import sys 54import sys