Re: [PATCH v2 3/3] misc/pvpanic: add license

From: Greg KH
Date: Fri Feb 12 2021 - 05:16:06 EST


On Fri, Feb 12, 2021 at 11:17:06AM +0200, Mihai Carabas wrote:
> Add license to the newly created files in adding support for pvpanic PCI device
> driver.
>
> Signed-off-by: Mihai Carabas <mihai.carabas@xxxxxxxxxx>
> ---
> drivers/misc/pvpanic/Kconfig | 7 +++++++
> drivers/misc/pvpanic/Makefile | 7 +++++++
> drivers/misc/pvpanic/pci.c | 7 +++++++
> drivers/misc/pvpanic/pvpanic.h | 7 +++++++

Do not add this after-the-fact, add them when you create these files.

thanks,

greg k-h