SPDX fix for 5.5-rc1
Here is a single SPDX fixup for 5.5-rc1 It resolves an issue where we had missed a few .h files with the auto-tagging scripts because they had "GPL" text in strings within the file themselves. This single patch fixes up the issue and provides the proper SPDX tags at the top of them as needed. This patch has been in linux-next for many many weeks now with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -----BEGIN PGP SIGNATURE----- iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCXebGqw8cZ3JlZ0Brcm9h aC5jb20ACgkQMUfUDdst+yn31wCePtjLIQCW2PCrub9zeZCqUJ62V0sAoK53hYv+ f3LHw9fd2dzhNCcly7nW =MuKu -----END PGP SIGNATURE----- Merge tag 'spdx-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx Pull SPDX fix from Greg KH: "Here is a single SPDX fixup for 5.5-rc1 It resolves an issue where we had missed a few .h files with the auto-tagging scripts because they had "GPL" text in strings within the file themselves. This single patch fixes up the issue and provides the proper SPDX tags at the top of them as needed. This patch has been in linux-next for many many weeks now with no reported issues" * tag 'spdx-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx: export,module: add SPDX GPL-2.0 license identifier to headers with no license
This commit is contained in:
commit
388c645a33
@ -1,3 +1,4 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
#ifndef __ASM_GENERIC_EXPORT_H
|
#ifndef __ASM_GENERIC_EXPORT_H
|
||||||
#define __ASM_GENERIC_EXPORT_H
|
#define __ASM_GENERIC_EXPORT_H
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
#ifndef _LINUX_EXPORT_H
|
#ifndef _LINUX_EXPORT_H
|
||||||
#define _LINUX_EXPORT_H
|
#define _LINUX_EXPORT_H
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
#ifndef __LICENSE_H
|
#ifndef __LICENSE_H
|
||||||
#define __LICENSE_H
|
#define __LICENSE_H
|
||||||
|
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
#ifndef _LINUX_MODULE_H
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
#define _LINUX_MODULE_H
|
|
||||||
/*
|
/*
|
||||||
* Dynamic loading of modules into the kernel.
|
* Dynamic loading of modules into the kernel.
|
||||||
*
|
*
|
||||||
* Rewritten by Richard Henderson <rth@tamu.edu> Dec 1996
|
* Rewritten by Richard Henderson <rth@tamu.edu> Dec 1996
|
||||||
* Rewritten again by Rusty Russell, 2002
|
* Rewritten again by Rusty Russell, 2002
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _LINUX_MODULE_H
|
||||||
|
#define _LINUX_MODULE_H
|
||||||
|
|
||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
#include <linux/stat.h>
|
#include <linux/stat.h>
|
||||||
#include <linux/compiler.h>
|
#include <linux/compiler.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user