kernel/drivers/char/tpm/tpm_crb.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (C) 2014 Intel Corporation 3 4 * .. .. @@ -8,11 +9,6 @@ 8 9 * 9 10 * This device driver implements the TPM interface as defined in 10 11 * the TCG CRB 2.0 TPM specification. 11 - *12 - * This program is free software; you can redistribute it and/or13 - * modify it under the terms of the GNU General Public License14 - * as published by the Free Software Foundation; version 215 - * of the License.16 12 */ 17 13 18 14 #include <linux/acpi.h>