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 --- scripts/patchtest-send-results | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'scripts/patchtest-send-results') diff --git a/scripts/patchtest-send-results b/scripts/patchtest-send-results index 2a2c57a10e..15ee5b077f 100755 --- a/scripts/patchtest-send-results +++ b/scripts/patchtest-send-results @@ -9,21 +9,8 @@ # # Copyright (C) 2023 BayLibre Inc. # -# 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. -# -# Author: Trevor Gamblin -# +# SPDX-License-Identifier: GPL-2.0-only +# import argparse import boto3 -- cgit v1.2.3-54-g00ecf