From patchwork Wed Dec 6 11:29:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Gaignard X-Patchwork-Id: 10095641 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id AB94F60210 for ; Wed, 6 Dec 2017 11:30:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9E5C329C7E for ; Wed, 6 Dec 2017 11:30:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9296429CC4; Wed, 6 Dec 2017 11:30:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1A19229C7E for ; Wed, 6 Dec 2017 11:30:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 694DC6E194; Wed, 6 Dec 2017 11:30:48 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) by gabe.freedesktop.org (Postfix) with ESMTPS id A32A16E194 for ; Wed, 6 Dec 2017 11:30:47 +0000 (UTC) Received: by mail-wm0-x241.google.com with SMTP id b76so6554778wmg.1 for ; Wed, 06 Dec 2017 03:30:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=8ZC4XkI3p8cYQpBIL6lyKtrs/L6oZqzIadDrzSg+19Q=; b=TCWDUpoqi3fQJWxH5xL9eQX/wJYFKasRBDzauIMHqAm5oE1t9+tBfGRpO1bLDse4e5 UV2p52+73U6hRA/7JfxSbwMot77ggx5f8GDzFoj3r9i2FbrHVWzyGnHYDPjosz4rL8ii lClKSvAAgzr/B94RLHcj034KqLhGTYTBV8+XY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=8ZC4XkI3p8cYQpBIL6lyKtrs/L6oZqzIadDrzSg+19Q=; b=f6Ei+9NPinOrIeyCUbtIc9lWzd3XIGXzwGTTSBgxLWrCWXyYSBhU0wB4oL+1csgBHW pu4iGd8NiaItR33Cu4cZxcX850CzlSMcFMLYWm37t9OIBAVIgAIRaavbIPqKJ+cKrTt1 C33Uh2D/hkFiEz44r92yyQYEykXjIDrfIpkU+9TEISdTq+3fts3UKSVEV/ONH4qVWcuH peH/Ws3LJ31D+VMMeh1Sc/EpcP5HbIQss9ROD439PFyG5QVIabS7x9ZBdGnrLGBXq9xK o7Xr6nS5Dy9WP9s0UndWgPmPwZg74suooSOsoRYaMGqXLxYkfUz2rIiFe7vmrp0bLeHa OiNg== X-Gm-Message-State: AKGB3mINr1nN/B5LEYGIXhTpPLugqJ9G9CETT5rGsVHfnc4FjGVN2aD7 aVkTUQCN7W8GQz9eGE3PwzLL8A== X-Google-Smtp-Source: AGs4zMbZRHbZWCRs/dC5ZNgT5O05tikA0R7Sqn1idwjKyE2030ZFtn3t4wb+g99RAkgZL6dNt459Mw== X-Received: by 10.28.150.20 with SMTP id y20mr11659416wmd.118.1512559844773; Wed, 06 Dec 2017 03:30:44 -0800 (PST) Received: from lmecxl0911.lme.st.com ([80.214.79.83]) by smtp.gmail.com with ESMTPSA id 34sm2639609wra.39.2017.12.06.03.30.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Dec 2017 03:30:44 -0800 (PST) From: Benjamin Gaignard X-Google-Original-From: Benjamin Gaignard To: vincent.abriou@st.com, airlied@linux.ie, yannick.fertre@st.com, philippe.cornu@st.com Subject: [PATCH] gpu: drm: stm: Adopt SPDX identifiers Date: Wed, 6 Dec 2017 12:29:46 +0100 Message-Id: <20171206112947.9569-1-benjamin.gaignard@st.com> X-Mailer: git-send-email 2.15.0 Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Benjamin Gaignard X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Add SPDX identifiers to files under stm directory Signed-off-by: Benjamin Gaignard Acked-by: Vincent Abriou Acked-by: Philippe Ombredanne --- drivers/gpu/drm/stm/drv.c | 3 +-- drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 3 +-- drivers/gpu/drm/stm/ltdc.c | 3 +-- drivers/gpu/drm/stm/ltdc.h | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/stm/drv.c b/drivers/gpu/drm/stm/drv.c index c857663eafc2..2d6e9ca0450b 100644 --- a/drivers/gpu/drm/stm/drv.c +++ b/drivers/gpu/drm/stm/drv.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) STMicroelectronics SA 2017 * @@ -5,8 +6,6 @@ * Yannick Fertre * Fabien Dessenne * Mickael Reulier - * - * License terms: GNU General Public License (GPL), version 2 */ #include diff --git a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c index e5b6310240fe..2e53410189f8 100644 --- a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c +++ b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) STMicroelectronics SA 2017 * * Authors: Philippe Cornu * Yannick Fertre - * - * License terms: GNU General Public License (GPL), version 2 */ #include diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c index 735c9081202a..34b91d049481 100644 --- a/drivers/gpu/drm/stm/ltdc.c +++ b/drivers/gpu/drm/stm/ltdc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) STMicroelectronics SA 2017 * @@ -5,8 +6,6 @@ * Yannick Fertre * Fabien Dessenne * Mickael Reulier - * - * License terms: GNU General Public License (GPL), version 2 */ #include diff --git a/drivers/gpu/drm/stm/ltdc.h b/drivers/gpu/drm/stm/ltdc.h index ae437557d715..d5da74d24995 100644 --- a/drivers/gpu/drm/stm/ltdc.h +++ b/drivers/gpu/drm/stm/ltdc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) STMicroelectronics SA 2017 * @@ -5,8 +6,6 @@ * Yannick Fertre * Fabien Dessenne * Mickael Reulier - * - * License terms: GNU General Public License (GPL), version 2 */ #ifndef _LTDC_H_