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 94E01C54EAA for ; Sun, 22 Jan 2023 21:37:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231515AbjAVVhV (ORCPT ); Sun, 22 Jan 2023 16:37:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230493AbjAVVhH (ORCPT ); Sun, 22 Jan 2023 16:37:07 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC40216AF7; Sun, 22 Jan 2023 13:37:04 -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 sin.source.kernel.org (Postfix) with ESMTPS id 1C95ECE0FAB; Sun, 22 Jan 2023 21:37:03 +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 Cc: SeongJae Park , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org 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 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add missing SPDX License Identifier for sound documentation index file. Signed-off-by: SeongJae Park --- 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 ============================= -- 2.25.1