From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 AE46D2912 for ; Tue, 10 May 2022 17:24:59 +0000 (UTC) Message-ID: <20220510171254.970933294@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203492; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=5wPBSS0dvNKtoaInT+j4fosEMSHU8GyJQgW0+WITvfk=; b=P9+ZzEuOTL3gLxRU9Q5072qdMQnrzc+f0y37X5JqTESI+NB8pTHe3lnC5eAS1dWPgrKa8/ L3ZZEFj3xveFrifS6Psv6pV1hjY5wds3Ke8abBX3LdocnqycuVf2+8N1dKyw979tmqGOqF zek8xogayZG3uF0SQh7L7g1C3Wt2cIfODzALYwYY/+wZAujL2UO6QGnYbFXOPCpAkDPZhJ EIHqql9OtyBCwwYl/F5BVEeTBb2SRysA21zz/sZTWAxj3NxlXIy8Tc2QMfBJ9OKZUG8R6p RnEBEwDkLBzmt5VodeEGRe1u/aNs8coXPOUMEzwnCaRYgkJHuM3/w3sy62eWKw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203492; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=5wPBSS0dvNKtoaInT+j4fosEMSHU8GyJQgW0+WITvfk=; b=HxI8j/ecXSusR76EqO9pBzf7i2CM3nrh4NsU32qZWLd5JO0gz4WDkRlc9H8wFtphqdYGbJ 0mtFe2xlY8UxW6Dg== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Daniel Lezcano , Chen-Yu Tsai , Samuel Holland , Philipp Zabel , linux-sunxi@lists.linux.dev Subject: [patch 10/10] clocksource/drivers/timer-sun5i: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Date: Tue, 10 May 2022 19:24:51 +0200 (CEST) The license information clearly states GPL version 2 only. The extra text which excludes warranties is an excerpt of the corresponding GPLv2 clause 11. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner Cc: Daniel Lezcano Cc: Chen-Yu Tsai Cc: Samuel Holland Cc: Philipp Zabel Cc: linux-sunxi@lists.linux.dev --- drivers/clocksource/timer-sun5i.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/drivers/clocksource/timer-sun5i.c +++ b/drivers/clocksource/timer-sun5i.c @@ -1,13 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Allwinner SoCs hstimer driver. * * Copyright (C) 2013 Maxime Ripard * * Maxime Ripard - * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. */ #include