From patchwork Sun Jan 22 21:36:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13111612 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 9E23FC54EAA for ; Sun, 22 Jan 2023 21:37:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D5DBB10E2FF; Sun, 22 Jan 2023 21:37:01 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by gabe.freedesktop.org (Postfix) with ESMTPS id A6D5B10E2E1 for ; Sun, 22 Jan 2023 21:36:59 +0000 (UTC) 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 3F44BB80B6A; Sun, 22 Jan 2023 21:36:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2893CC433A1; Sun, 22 Jan 2023 21:36:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674423417; bh=mjT5HyfVWuQ9qPsnmeirI8u/EIvVyfvfGP/qw6kfgyw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=l1BlawAvBv+/slEpknH0YdhR1WriSmtSkV5iz/dLWTjuMJjkx/UdwtFlylB/RAYG/ bD+tEs0zj+Xt0hIDVu4xN7kexsT2TvRoMusUQUzt4tNQ517VpQM4KMENQDijNXVq90 NJBYzoOdrZQIGw7I513XlUwLPWbp+Cdiq/QSpwlCEYwLWzWJdfnkmkr7tKi7WnmVUt ZGbz2S+2OVbEc57nqQBxYXX4NKb3X+IU1ioB+xnLSJGJP9O2RT4KjFRqWuuCjEhd5m dvSs3ukw2W9Y+CPYEM+liZipLWrWv9joFP2Uc3Neu1bCZewcWAzkmrCX6M0k/lgiAE 4QFNiG02isuKw== From: SeongJae Park To: Jonathan Corbet Subject: [PATCH v2 3/8] Docs/gpu/index: Add missing SPDX License Identifier Date: Sun, 22 Jan 2023 21:36:45 +0000 Message-Id: <20230122213650.187710-4-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: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: SeongJae Park , Thomas Zimmermann , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Add missing SPDX License Identifier for gpu documentation index file. Signed-off-by: SeongJae Park --- Documentation/gpu/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst index eee5996acf2c..9a6c7831d7fe 100644 --- a/Documentation/gpu/index.rst +++ b/Documentation/gpu/index.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: MIT + ============================ GPU Driver Developer's Guide ============================