hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/char/tpm/tpm_i2c_infineon.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2012,2013 Infineon Technologies
34 *
....@@ -13,13 +14,6 @@
1314 *
1415 * It is based on the original tpm_tis device driver from Leendert van
1516 * Dorn and Kyleen Hall.
16
- *
17
- * This program is free software; you can redistribute it and/or
18
- * modify it under the terms of the GNU General Public License as
19
- * published by the Free Software Foundation, version 2 of the
20
- * License.
21
- *
22
- *
2317 */
2418 #include <linux/i2c.h>
2519 #include <linux/module.h>