.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * A udbg backend which logs messages and reads input from in memory |
---|
3 | 4 | * buffers. |
---|
.. | .. |
---|
11 | 12 | * |
---|
12 | 13 | * Copyright (C) 2003-2005 Anton Blanchard and Milton Miller, IBM Corp |
---|
13 | 14 | * Copyright (C) 2013 Alistair Popple, IBM Corp |
---|
14 | | - * |
---|
15 | | - * This program is free software; you can redistribute it and/or |
---|
16 | | - * modify it under the terms of the GNU General Public License |
---|
17 | | - * as published by the Free Software Foundation; either version |
---|
18 | | - * 2 of the License, or (at your option) any later version. |
---|
19 | 15 | */ |
---|
20 | 16 | |
---|
21 | 17 | #include <linux/kernel.h> |
---|