Re: [PATCH V1 2/3] trace: events: tegra_apb_dma: add SPDX license identifier

From: Bitan Biswas
Date: Fri Sep 24 2021 - 18:19:42 EST


Hi Krzysztof,

On 9/21/21 2:51 AM, Krzysztof Kozlowski wrote:
External email: Use caution opening links or attachments


On 21/09/2021 11:42, Bitan Biswas wrote:
Add GPL license in Tegra apb dma trace header file.

Signed-off-by: Bitan Biswas <bbiswas@xxxxxxxxxx>
---
include/trace/events/tegra_apb_dma.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/include/trace/events/tegra_apb_dma.h b/include/trace/events/tegra_apb_dma.h
index 971cd02d2daf..fe10897b00b8 100644
--- a/include/trace/events/tegra_apb_dma.h
+++ b/include/trace/events/tegra_apb_dma.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */

Looks good, but you should Cc the copyrights holder (Ben) to be nice and
friendly.


Thanks for the comment and help adding Ben in CC. I shall follow your guidance in future.


-regards,
Bitan