kernel/security/integrity/evm/evm_posix_acl.c
.. .. @@ -1,15 +1,11 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (C) 2011 IBM Corporation 3 4 * 4 5 * Author: 5 6 * Mimi Zohar <zohar@us.ibm.com> 6 - *7 - * This program is free software; you can redistribute it and/or modify8 - * it under the terms of the GNU General Public License as published by9 - * the Free Software Foundation, version 2 of the License.10 7 */ 11 8 12 -#include <linux/module.h>13 9 #include <linux/xattr.h> 14 10 #include <linux/evm.h> 15 11