forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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>