hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/char/tpm/tpm_crb.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2014 Intel Corporation
34 *
....@@ -8,11 +9,6 @@
89 *
910 * This device driver implements the TPM interface as defined in
1011 * the TCG CRB 2.0 TPM specification.
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
14
- * as published by the Free Software Foundation; version 2
15
- * of the License.
1612 */
1713
1814 #include <linux/acpi.h>