hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/char/tpm/tpm_atmel.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 "tpm.h"