hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/edd.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/include/linux/edd.h
34 * Copyright (C) 2002, 2003, 2004 Dell Inc.
....@@ -16,16 +17,6 @@
1617 * transferred into the edd structure, and in drivers/firmware/edd.c, that
1718 * information is used to identify BIOS boot disk. The code in setup.S
1819 * 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
- *
2920 */
3021 #ifndef _LINUX_EDD_H
3122 #define _LINUX_EDD_H