hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/char/tpm/tpm_nsc.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2004 IBM Corporation
34 *
....@@ -11,12 +12,6 @@
1112 *
1213 * Device driver for TCG/TCPA TPM (trusted platform module).
1314 * Specifications at www.trustedcomputinggroup.org
14
- *
15
- * This program is free software; you can redistribute it and/or
16
- * modify it under the terms of the GNU General Public License as
17
- * published by the Free Software Foundation, version 2 of the
18
- * License.
19
- *
2015 */
2116
2217 #include <linux/platform_device.h>