hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/char/tpm/eventlog/common.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (C) 2005, 2012 IBM Corporation
34 *
....@@ -10,12 +11,6 @@
1011 * Nayna Jain <nayna@linux.vnet.ibm.com>
1112 *
1213 * Access to the event log created by a system's firmware / BIOS
13
- *
14
- * This program is free software; you can redistribute it and/or
15
- * modify it under the terms of the GNU General Public License
16
- * as published by the Free Software Foundation; either version
17
- * 2 of the License, or (at your option) any later version.
18
- *
1914 */
2015
2116 #include <linux/seq_file.h>