diff options
| author | Thomas Gleixner <[email protected]> | 2019-05-31 08:09:32 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-06-05 15:37:10 +0000 |
| commit | a10e763b87134a9a4ca3a38b5c4b533e75ec63a3 (patch) | |
| tree | 958f07ee98b3c77adffdbbaebfa9c3e9cd8cf2cf /security/selinux/ss/conditional.c | |
| parent | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 371 (diff) | |
| download | kernel-a10e763b87134a9a4ca3a38b5c4b533e75ec63a3.tar.gz kernel-a10e763b87134a9a4ca3a38b5c4b533e75ec63a3.zip | |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Based on 1 normalized pattern(s):
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license as published by
the free software foundation version 2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 135 file(s).
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Allison Randal <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'security/selinux/ss/conditional.c')
| -rw-r--r-- | security/selinux/ss/conditional.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/selinux/ss/conditional.c b/security/selinux/ss/conditional.c index 3bbb60345209..70c378ee1a2f 100644 --- a/security/selinux/ss/conditional.c +++ b/security/selinux/ss/conditional.c @@ -1,10 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* Authors: Karl MacMillan <[email protected]> * Frank Mayer <[email protected]> * * Copyright (C) 2003 - 2004 Tresys Technology, LLC - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. */ #include <linux/kernel.h> |
