Re: [PATCH] x86/PCI: Add missing SPDX license header.

2019-08-28 Thread Krzysztof Wilczynski
Hello Bjorn, Thank you for the feedback. [...] +// SPDX-License-Identifier: GPL-2.0 /* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive You can remove this license text at the same

Re: [PATCH] x86/PCI: Add missing SPDX license header.

2019-08-27 Thread Bjorn Helgaas
On Mon, Aug 19, 2019 at 08:06:24AM +0200, Krzysztof Wilczynski wrote: > Add the missing "SPDX-License-Identifier" license header to the > arch/x86/pci/numachip.c. Use GPL-2.0 identifier derived using > the comment mentioning license from the top of the file. > > Signed-off-by: Krzysztof Wilczynsk

[PATCH] x86/PCI: Add missing SPDX license header.

2019-08-18 Thread Krzysztof Wilczynski
Add the missing "SPDX-License-Identifier" license header to the arch/x86/pci/numachip.c. Use GPL-2.0 identifier derived using the comment mentioning license from the top of the file. Signed-off-by: Krzysztof Wilczynski --- arch/x86/pci/numachip.c | 1 + 1 file changed, 1 insertion(+) diff --gi