From patchwork Sun Jan 22 21:36:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13111608 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AC46CC38142 for ; Sun, 22 Jan 2023 21:38:26 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 25FC041F2; Sun, 22 Jan 2023 22:37:34 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 25FC041F2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1674423504; bh=ZUIDqsXYDWng6KDCJdrB2KTu4/airR/GrI1+yJu4p2s=; h=From:To:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=ITPaVlGLOv503QmOg0riD1YzWnIsazRN9TRsuoWgvWiQVGy9FdQsADj4kxWl/2Ckb J8BZnLb7+7EtPndS8bdUYsFfqyfWENF0Wv7uYjigh9CA21ohV3mUzpHar9pHyztBbh G5U7TIjBGDqgxGncVVc45QrolK0EN54nrsv4exLc= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 813BAF8030F; Sun, 22 Jan 2023 22:37:11 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 9D446F803DC; Sun, 22 Jan 2023 22:37:09 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 4B852F8030F for ; Sun, 22 Jan 2023 22:37:03 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 4B852F8030F Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=XsrsXrKI 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 dfw.source.kernel.org (Postfix) with ESMTPS id BBF7F60C14; Sun, 22 Jan 2023 21:37:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A919FC433A0; Sun, 22 Jan 2023 21:37:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674423421; bh=ZUIDqsXYDWng6KDCJdrB2KTu4/airR/GrI1+yJu4p2s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XsrsXrKIAUtZmAAMreBA5zeu9qGmaIvptQd7BHSUVq3oZ/dBinIaw/laDwuNGtxCk V8jLuMzBCJRH8j4EHUHJ7B/DhbmQPERpsNPiqYGOet2oMlXP9rfILrnX5riPIEQ/MC jJ4CHWE5psudgqzE936x5NsC3Mv3rYsO0ioeuBnRJdLTVTl3a4M4hYVjVkK8Pk0qfA Nv3yUdMwhOhdlytomyynx1raLjLjMd3TPixFv/Q/WZLWm62BfhCGibjqNlSW43C8mY 9O0x6RnIAVlNSgLiy4AXLlb6Yxb0T21TDYwX4RGAp/h+fmj8PJeRivKq6vtb71PtQm ERx5nm3QuhOBQ== From: SeongJae Park To: Jonathan Corbet Subject: [PATCH v2 8/8] Docs/sound/index: Add missing SPDX License Identifier Date: Sun, 22 Jan 2023 21:36:50 +0000 Message-Id: <20230122213650.187710-9-sj@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230122213650.187710-1-sj@kernel.org> References: <20230122213650.187710-1-sj@kernel.org> MIME-Version: 1.0 X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, SeongJae Park , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Takashi Iwai Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Add missing SPDX License Identifier for sound documentation index file. Signed-off-by: SeongJae Park Acked-by: Takashi Iwai --- Documentation/sound/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/sound/index.rst b/Documentation/sound/index.rst index 5abed5fc6485..7e67e12730d3 100644 --- a/Documentation/sound/index.rst +++ b/Documentation/sound/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + ============================= Sound Subsystem Documentation =============================