hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/char/tpm/tpm_infineon.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Description:
34 * Device Driver for the Infineon Technologies
....@@ -8,11 +9,6 @@
89 * Sirrix AG - security technologies <tpmdd@sirrix.com> and
910 * Applied Data Security Group, Ruhr-University Bochum, Germany
1011 * Project-Homepage: http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/
11
- *
12
- * This program is free software; you can redistribute it and/or
13
- * modify it under the terms of the GNU General Public License as
14
- * published by the Free Software Foundation, version 2 of the
15
- * License.
1612 */
1713
1814 #include <linux/init.h>