.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/include/linux/edd.h |
---|
3 | 4 | * Copyright (C) 2002, 2003, 2004 Dell Inc. |
---|
.. | .. |
---|
16 | 17 | * transferred into the edd structure, and in drivers/firmware/edd.c, that |
---|
17 | 18 | * information is used to identify BIOS boot disk. The code in setup.S |
---|
18 | 19 | * is very sensitive to the size of these structures. |
---|
19 | | - * |
---|
20 | | - * This program is free software; you can redistribute it and/or modify |
---|
21 | | - * it under the terms of the GNU General Public License v2.0 as published by |
---|
22 | | - * the Free Software Foundation |
---|
23 | | - * |
---|
24 | | - * This program is distributed in the hope that it will be useful, |
---|
25 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
26 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
27 | | - * GNU General Public License for more details. |
---|
28 | | - * |
---|
29 | 20 | */ |
---|
30 | 21 | #ifndef _LINUX_EDD_H |
---|
31 | 22 | #define _LINUX_EDD_H |
---|