hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/crypto/internal/rsa.h
....@@ -1,14 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * RSA internal helpers
34 *
45 * Copyright (c) 2015, Intel Corporation
56 * Authors: Tadeusz Struk <tadeusz.struk@intel.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License as published by the Free
9
- * Software Foundation; either version 2 of the License, or (at your option)
10
- * any later version.
11
- *
127 */
138 #ifndef _RSA_HELPER_
149 #define _RSA_HELPER_