From b5a87b5f984626106fea2c5a71319e76ad37fbc3 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 17 Oct 2023 09:25:45 -0400 Subject: patchtest: update SPDX identifiers Replace full license headers with SPDX identifiers and adjust all patchtest-related code to use GPL-2.0-only. (From OE-Core rev: 9bea6b39074296bb8d8719a3300636e316f19d1b) Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- meta/lib/patchtest/repo.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'meta/lib/patchtest/repo.py') diff --git a/meta/lib/patchtest/repo.py b/meta/lib/patchtest/repo.py index 5c85c65ffb..8a11af5fd6 100644 --- a/meta/lib/patchtest/repo.py +++ b/meta/lib/patchtest/repo.py @@ -5,18 +5,8 @@ # # Copyright (C) 2016 Intel Corporation # -# 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. +# SPDX-License-Identifier: GPL-2.0-only # -# 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 os import utils -- cgit v1.2.3-54-g00ecf