| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2010 IBM Corporation |
|---|
| 3 | 4 | * Copyright (C) 2010 Politecnico di Torino, Italy |
|---|
| 4 | | - * TORSEC group -- http://security.polito.it |
|---|
| 5 | + * TORSEC group -- https://security.polito.it |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Authors: |
|---|
| 7 | 8 | * Mimi Zohar <zohar@us.ibm.com> |
|---|
| 8 | 9 | * Roberto Sassu <roberto.sassu@polito.it> |
|---|
| 9 | 10 | * |
|---|
| 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 | | - * |
|---|
| 14 | 11 | * See Documentation/security/keys/trusted-encrypted.rst |
|---|
| 15 | 12 | */ |
|---|
| 16 | 13 | |
|---|
| 17 | 14 | #include <linux/uaccess.h> |
|---|
| 18 | | -#include <linux/module.h> |
|---|
| 19 | 15 | #include <linux/err.h> |
|---|
| 20 | 16 | #include <keys/trusted-type.h> |
|---|
| 21 | 17 | #include <keys/encrypted-type.h> |
|---|