From mboxrd@z Thu Jan 1 00:00:00 1970 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 BF043C25B4E for ; Sun, 22 Jan 2023 19:49:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 80DE110E2CB; Sun, 22 Jan 2023 19:49:31 +0000 (UTC) Received: from smtp.smtpout.orange.fr (smtp-20.smtpout.orange.fr [80.12.242.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9A76810E2CB for ; Sun, 22 Jan 2023 19:49:29 +0000 (UTC) Received: from [192.168.1.18] ([86.243.2.178]) by smtp.orange.fr with ESMTPA id JgLFpiKJCzLACJgLFpAgK4; Sun, 22 Jan 2023 20:49:27 +0100 X-ME-Helo: [192.168.1.18] X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Sun, 22 Jan 2023 20:49:27 +0100 X-ME-IP: 86.243.2.178 Message-ID: Date: Sun, 22 Jan 2023 20:49:22 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH] agp/amd64: Fix full name of the GPL Content-Language: fr, en-US To: Diederik de Haas , David Airlie , "open list:AGPGART DRIVER" , open list References: <20230122181632.54267-1-didi.debian@cknow.org> From: Christophe JAILLET In-Reply-To: <20230122181632.54267-1-didi.debian@cknow.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Le 22/01/2023 à 19:16, Diederik de Haas a écrit : > Signed-off-by: Diederik de Haas > --- > drivers/char/agp/amd64-agp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c > index ce8651436609..3020fd92fd00 100644 > --- a/drivers/char/agp/amd64-agp.c > +++ b/drivers/char/agp/amd64-agp.c > @@ -1,7 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0-only > /* > * Copyright 2001-2003 SuSE Labs. > - * Distributed under the GNU public license, v2. > + * Distributed under the GNU General Public License, v2. > * > * This is a GART driver for the AMD Opteron/Athlon64 on-CPU northbridge. > * It also includes support for the AMD 8151 AGP bridge, Hi, maybe the line can just be removed. There is already a SPDX-License-Identifier above. CJ