kernel/drivers/char/tpm/tpm_nsc.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (C) 2004 IBM Corporation 3 4 * .. .. @@ -11,12 +12,6 @@ 11 12 * 12 13 * Device driver for TCG/TCPA TPM (trusted platform module). 13 14 * Specifications at www.trustedcomputinggroup.org 14 - *15 - * This program is free software; you can redistribute it and/or16 - * modify it under the terms of the GNU General Public License as17 - * published by the Free Software Foundation, version 2 of the18 - * License.19 - *20 15 */ 21 16 22 17 #include <linux/platform_device.h>