.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2005, 2012 IBM Corporation |
---|
3 | 4 | * |
---|
.. | .. |
---|
10 | 11 | * Nayna Jain <nayna@linux.vnet.ibm.com> |
---|
11 | 12 | * |
---|
12 | 13 | * 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 | | - * |
---|
19 | 14 | */ |
---|
20 | 15 | |
---|
21 | 16 | #include <linux/seq_file.h> |
---|