hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/security/keys/encrypted-keys/masterkey_trusted.c
....@@ -1,21 +1,17 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2010 IBM Corporation
34 * Copyright (C) 2010 Politecnico di Torino, Italy
4
- * TORSEC group -- http://security.polito.it
5
+ * TORSEC group -- https://security.polito.it
56 *
67 * Authors:
78 * Mimi Zohar <zohar@us.ibm.com>
89 * Roberto Sassu <roberto.sassu@polito.it>
910 *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License as published by
12
- * the Free Software Foundation, version 2 of the License.
13
- *
1411 * See Documentation/security/keys/trusted-encrypted.rst
1512 */
1613
1714 #include <linux/uaccess.h>
18
-#include <linux/module.h>
1915 #include <linux/err.h>
2016 #include <keys/trusted-type.h>
2117 #include <keys/encrypted-type.h>