From nobody Thu Oct 2 14:11:10 2025 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EE6172C0274 for ; Mon, 15 Sep 2025 20:51:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757969486; cv=none; b=jXiS1d6ZiMV7fzey9IIddgWcws8glkeEGraZSfdhkNDkbKPyHhSBkCLfI5E3hvX/DcRK+Yox+TDoHdc/twnAtMpQuofffH6l1DE23oG6nrNh+qG6HnC81o/ubjjduQIIjmYdGug2SX+Kay0GfqGGsvhuExU0EYVrX6mtuDK+gjQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757969486; c=relaxed/simple; bh=5tLEpGLTmqki9uZ5Ssd3VGjxR8qvOCMIM3EGrSveqmE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=MsVFztPGRN0Bo/rAplktr8Dx1ByrfKsZSw2trJTbYDQDQzGfBB1u1eLw2ZWGL1HUFLwGC49L+k5Sol5VBwLD0scbISM2QjeAEvVHiE6QvZHOs7zGl7pjbOp99CcGWXI2e1kcuq1mcwnP3dHIOqFlAMZzPBWPOXr0Oik7mx2ezgQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=Ul2WS9wG; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Ul2WS9wG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1757969483; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=7rPOUNSKjPh4xy6BLtaDSFDtBxmH2telq/K+IIfMn+E=; b=Ul2WS9wGPl0IYPbc8D+DTKZMydqm1GjVFLiUUVYHEM65ntpHjX4icvFiFc73UU7g7xCJXv B3kHJcvZgaDXQtDPorLrTXO+zn50eg8jEYBNvCpEqRKvxgsgEH60CXxlORwzMtTvdjesV6 ECJYbXc2jkwO8FtDKRn/fNeHSEouf6I= Received: from mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-43-bCfdDYtiNDq6GW0h-gRsqg-1; Mon, 15 Sep 2025 16:51:20 -0400 X-MC-Unique: bCfdDYtiNDq6GW0h-gRsqg-1 X-Mimecast-MFC-AGG-ID: bCfdDYtiNDq6GW0h-gRsqg_1757969478 Received: from mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id EE9101800350; Mon, 15 Sep 2025 20:51:17 +0000 (UTC) Received: from thuth-p1g4.redhat.com (unknown [10.45.224.77]) by mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 5CA7F300021A; Mon, 15 Sep 2025 20:51:13 +0000 (UTC) From: Thomas Huth To: linuxppc-dev@lists.ozlabs.org Cc: Thomas Gleixner , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , linux-spdx@vger.kernel.org, Michael Ellerman , Madhavan Srinivasan , Johannes Berg Subject: [PATCH] macintosh/via-pmu: Replace GPLv2 boilerplate text with SPDX Date: Mon, 15 Sep 2025 22:51:12 +0200 Message-ID: <20250915205112.353656-1-thuth@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.4 Content-Type: text/plain; charset="utf-8" From: Thomas Huth The FSF does not reside in 51 Franklin Street anymore, so we should not ask the people to write to that address in case they need a copy of the GPL. To fix it, replace the boilerplate text by a proper SPDX tag. Signed-off-by: Thomas Huth --- drivers/macintosh/via-pmu-event.c | 17 +---------------- drivers/macintosh/via-pmu-led.c | 17 +---------------- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/drivers/macintosh/via-pmu-event.c b/drivers/macintosh/via-pmu-= event.c index 25cd56542328c..7a73956e9b8a6 100644 --- a/drivers/macintosh/via-pmu-event.c +++ b/drivers/macintosh/via-pmu-event.c @@ -1,23 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * via-pmu event device for reporting some events that come through the PMU * * Copyright 2006 Johannes Berg - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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, GOOD TITLE or - * NON INFRINGEMENT. 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 St, Fifth Floor, Boston, MA 02110-1301 U= SA - * */ =20 #include diff --git a/drivers/macintosh/via-pmu-led.c b/drivers/macintosh/via-pmu-le= d.c index fc1af74b65967..cbbb0036254cb 100644 --- a/drivers/macintosh/via-pmu-led.c +++ b/drivers/macintosh/via-pmu-led.c @@ -1,23 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * via-pmu LED class device * * Copyright 2006 Johannes Berg - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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, GOOD TITLE or - * NON INFRINGEMENT. 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 St, Fifth Floor, Boston, MA 02110-1301 U= SA - * */ #include #include --=20 2.51.0