Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75C14C636D3 for ; Tue, 31 Jan 2023 14:58:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232110AbjAaO6b (ORCPT ); Tue, 31 Jan 2023 09:58:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232304AbjAaO6N (ORCPT ); Tue, 31 Jan 2023 09:58:13 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 630E615CBF; Tue, 31 Jan 2023 06:57:58 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 12174B81D38; Tue, 31 Jan 2023 14:57:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4DC5DC433EF; Tue, 31 Jan 2023 14:57:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675177075; bh=xY2imQ/4jVR/SklTLINW5s0+AQ0x+kTf64hP7eo+Tr8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MGzBcSja4/aGrarJgv1xthxH7End6L0Qnnwl/ijNXHO0BisZ5Hqky3HnCbSyzg0J6 v8aiv7RBj0ZqY0J0nJWLa25dYiwrFE37Qwd6pzAXD6TosrVbRWF/g1E43Rjw5q4z2A /POxDnFPwBqPzGDWYnKjVO1rXl9qLytS4K5jJruZYbxjhZmzHbSnt/vdXmzoFiLbtV QexrbM6E0J8vQ90kMP201to2etgN+7EvuUlTkEtXwIg2lViiN5lFyJtcnOalIrVeKG hiNekdsJcEbhKTSxE4ay8sc67L3uz1AneUMP8As+XOsVqMARwlwL4l7SJne1Chq+qF P+sKcrln0cYOw== Date: Tue, 31 Jan 2023 15:57:51 +0100 From: Mauro Carvalho Chehab To: SeongJae Park Cc: Jonathan Corbet , Dmitry Torokhov , linux-input@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 5/8] Docs/input/index: Add missing SPDX License Identifier Message-ID: <20230131155751.4dcb0885@coco.lan> In-Reply-To: <20230122213650.187710-6-sj@kernel.org> References: <20230122213650.187710-1-sj@kernel.org> <20230122213650.187710-6-sj@kernel.org> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.36; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Sun, 22 Jan 2023 21:36:47 +0000 SeongJae Park escreveu: > Add missing SPDX License Identifier for input documentation index file. > > Signed-off-by: SeongJae Park Reviewed-by: Mauro Carvalho Chehab > --- > Documentation/input/index.rst | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/input/index.rst b/Documentation/input/index.rst > index 35581cd18e91..d60bf9cfe005 100644 > --- a/Documentation/input/index.rst > +++ b/Documentation/input/index.rst > @@ -1,3 +1,5 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > =================== > Input Documentation > =================== Thanks, Mauro