Message ID | 20230517090418.1093091-1-bagasdotme@gmail.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-bounces@lists.freedesktop.org> 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 42673C7EE23 for <dri-devel@archiver.kernel.org>; Wed, 17 May 2023 09:04:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3AD2110E11C; Wed, 17 May 2023 09:04:40 +0000 (UTC) Received: from mail-pf1-x433.google.com (mail-pf1-x433.google.com [IPv6:2607:f8b0:4864:20::433]) by gabe.freedesktop.org (Postfix) with ESMTPS id B8DFE10E3DD for <dri-devel@lists.freedesktop.org>; Wed, 17 May 2023 09:04:25 +0000 (UTC) Received: by mail-pf1-x433.google.com with SMTP id d2e1a72fcca58-64a9335a8e7so11651244b3a.0 for <dri-devel@lists.freedesktop.org>; Wed, 17 May 2023 02:04:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684314265; x=1686906265; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=WUc9lLyQf9aYyptLyeJxPh8/DrRPyUTIKLEQWo2K660=; b=gWpAkc30PAltN16lMMGe/QdWYtflp+TNoc9wLhhlvuyRMh95vJHLeNitm0cux8JNrk Fiq22vC3d7xcmx/YyjCXRChg1/RW5m9wDhDq3NOW6NV3vm0c5oP7GoUtMe+G/szO9qqC 7pJyhGT/LwV9aNDLvqC044uhivYJJdu03L172XlUDpuSUN1dGFsxp5e8MUWKG3A7zEen oMRPdXY3P4DSL6Do+5X55DzWqZCUBjbt3gHzHgr2Y7+Oq80N/4w9SwZbpEFjTx6yL6pY PpnlUCFbagYn5kYcU9X3cUsJHuJlGc5mt+BVfuJMFO5xLY8mODplaFecZg6aSmcd6qrW uWPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684314265; x=1686906265; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=WUc9lLyQf9aYyptLyeJxPh8/DrRPyUTIKLEQWo2K660=; b=iAFmCKNAvXFEoK/f1jGuRF3u2WYvbljh9Z1NoaCVc2yTUfA2wpNLFWCvCtvLwZEvmv 3bVhQjPLWlyDQomIOMczTqvYhcXvwAYurbK/SIHXvZ2H7hA580hAMRbWe/CrRL9wT02l qu+Cs/GbePdAEYGE8v20Si88ifbzz/vfXqsNUOQHaZyTDtUTnbUKGerDycJW4hYBh2+x NQmS/nVY6LrLCshICOlWl7ZnRZJpJsbrr5eh6J7xSDFH2wcYs7M1t/oQD6PJXvJUUAr7 0euYb+xBJSgmelspD0N05P5Cf4lnLiji+Pw20Q0a6va4Or94+tYBZO32wV9H1BCrfwoO xOMQ== X-Gm-Message-State: AC+VfDy4jg06Z8VZvGTp0ocOH6ORRp3S2fj+AXl8aagopJymVNzN/eay b4IA5CNdcBTvddCPY+DnpyM= X-Google-Smtp-Source: ACHHUZ4vOR3QupHmVVCmEb7VZ6m1AwAtAzZWR1FTc4fwfDIGRvCLCchZAUDCQRRue42UiQoVz2tXvw== X-Received: by 2002:a17:90a:d389:b0:24e:3752:194f with SMTP id q9-20020a17090ad38900b0024e3752194fmr1833153pju.21.1684314264609; Wed, 17 May 2023 02:04:24 -0700 (PDT) Received: from debian.me (subs03-180-214-233-22.three.co.id. [180.214.233.22]) by smtp.gmail.com with ESMTPSA id n3-20020a17090a2c8300b00252b3328ad8sm1115266pjd.0.2023.05.17.02.04.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 02:04:23 -0700 (PDT) Received: by debian.me (Postfix, from userid 1000) id B1C9510627B; Wed, 17 May 2023 16:04:20 +0700 (WIB) From: Bagas Sanjaya <bagasdotme@gmail.com> To: Linux DRI Development <dri-devel@lists.freedesktop.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linux Networking <netdev@vger.kernel.org>, Linux Staging Drivers <linux-staging@lists.linux.dev> Subject: [PATCH v3 0/4] Treewide GPL SPDX conversion and cleanup (in response to Didi's GPL full name fixes) - miscellaneous Date: Wed, 17 May 2023 16:04:14 +0700 Message-Id: <20230517090418.1093091-1-bagasdotme@gmail.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=3160; i=bagasdotme@gmail.com; h=from:subject; bh=dZDNhhPGFvHolPMmiGh5wOVtV6NNAujS6dpd28Nzfo4=; b=owGbwMvMwCX2bWenZ2ig32LG02pJDCkpM3pkjzAXL//d/SQ+U+Ozkln3wsN7F188LijS6ffA7 //9OXqxHaUsDGJcDLJiiiyTEvmaTu8yErnQvtYRZg4rE8gQBi5OAZiIWB0jw83GshU8V6a28329 c/ngXZ8XqYauzfvqfq3eLhu1P9FQOYjhf0ZEfe677uYeBaPyRdOqpOJP+Mxf3FLO6DCt3VlD+KE vOwA= X-Developer-Key: i=bagasdotme@gmail.com; a=openpgp; fpr=701B806FDCA5D3A58FFB8F7D7C276C64A5E44A1D 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 <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Cc: Karsten Keil <isdn@linux-pingi.de>, Davidlohr Bueso <dave@stgolabs.net>, Dan Carpenter <error27@gmail.com>, Deepak R Varma <drv@mailo.com>, Simon Horman <simon.horman@corigine.com>, Bagas Sanjaya <bagasdotme@gmail.com>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Jacob Keller <jacob.e.keller@intel.com>, David Airlie <airlied@redhat.com>, Thomas Gleixner <tglx@linutronix.de>, Anna-Maria Behnsen <anna-maria@linutronix.de>, Gaosheng Cui <cuigaosheng1@huawei.com>, Archana <craechal@gmail.com> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
Treewide GPL SPDX conversion and cleanup (in response to Didi's GPL full name fixes) - miscellaneous
|
expand
|