Re: [PATCH 3/4 next] net: lan78xx: Switch to SPDX identifier

From: Stefan Wahren
Date: Tue Sep 04 2018 - 03:27:01 EST


Hi Raghu,


Am 04.09.2018 um 06:29 schrieb RaghuramChary.Jallipalli@xxxxxxxxxxxxx:
>> +// SPDX-License-Identifier: GPL-2.0+
>> +/* Copyright (C) 2015 Microchip Technology */
> Can we merge both in single comment line?

i don't think we can do this. I'm simply following this guideline [1].

How about this:

// SPDX-License-Identifier: GPL-2.0+
/*
Â* Copyright (C) 2015 Microchip Technology
Â*/

[1] - https://www.kernel.org/doc/html/v4.18/process/license-rules.html

>
>> +/* SPDX-License-Identifier: GPL-2.0+ */
>> +/* Copyright (C) 2015 Microchip Technology */
> Here too.
>
> Thanks,
> -Raghu