.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright © 2011 Tony Breeds IBM Corporation |
---|
3 | 4 | * |
---|
.. | .. |
---|
13 | 14 | * Copyright 2007 David Gibson, IBM Corporation. |
---|
14 | 15 | * Copyright 2010 Ben. Herrenschmidt, IBM Corporation. |
---|
15 | 16 | * Copyright © 2011 David Kleikamp IBM Corporation |
---|
16 | | - * |
---|
17 | | - * This program is free software; you can redistribute it and/or |
---|
18 | | - * modify it under the terms of the GNU General Public License |
---|
19 | | - * as published by the Free Software Foundation; either version |
---|
20 | | - * 2 of the License, or (at your option) any later version. |
---|
21 | 17 | */ |
---|
22 | 18 | #include <stdarg.h> |
---|
23 | 19 | #include <stddef.h> |
---|