diff options
Diffstat (limited to 'security/selinux/ss/symtab.h')
| -rw-r--r-- | security/selinux/ss/symtab.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/selinux/ss/symtab.h b/security/selinux/ss/symtab.h index ca422b42fbc0..d75fcafe7281 100644 --- a/security/selinux/ss/symtab.h +++ b/security/selinux/ss/symtab.h @@ -1,10 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * A symbol table (symtab) maintains associations between symbol * strings and datum values. The type of the datum values * is arbitrary. The symbol table type is implemented * using the hash table type (hashtab). * - * Author : Stephen Smalley, <[email protected]> + * Author : Stephen Smalley, <[email protected]> */ #ifndef _SS_SYMTAB_H_ #define _SS_SYMTAB_H_ |