aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/providers.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-01 11:47:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-19 18:02:10 +0100
commit34ed28a412af642a993642c14bd8b95d5ef22cd8 (patch)
tree8051935c172def40adea2d0c64833c047e96618e /lib/bb/providers.py
parentac556588fac55e91b7ce4839a975eb9ebb5aa192 (diff)
downloadbitbake-contrib-34ed28a412af642a993642c14bd8b95d5ef22cd8.tar.gz
bitbake: Drop duplicate license boilerplace text
With the introduction of SPDX-License-Identifier headers, we don't need a ton of header boilerplate in every file. Simplify the files and rely on the top level for the full licence text. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'lib/bb/providers.py')
-rw-r--r--lib/bb/providers.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/bb/providers.py b/lib/bb/providers.py
index 856f0de76..78445d6a7 100644
--- a/lib/bb/providers.py
+++ b/lib/bb/providers.py
@@ -10,18 +10,6 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2 as
-# published by the Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import re
import logging