aboutsummaryrefslogtreecommitdiff
path: root/hw/net
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-09-11 17:12:03 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2024-09-20 10:11:59 +0300
commitdc86dd55d53c18a5f3840088c8c449671b86ad09 (patch)
treebd6674b01765e52781afa1e000849acaff585a09 /hw/net
parent0475d4dd00d46623798d04bf75bcd4876b07e827 (diff)
downloadqemu-dc86dd55d53c18a5f3840088c8c449671b86ad09.zip
qemu-dc86dd55d53c18a5f3840088c8c449671b86ad09.tar.gz
qemu-dc86dd55d53c18a5f3840088c8c449671b86ad09.tar.bz2
license: Simplify GPL-2.0-or-later license descriptions
Since the "2 | 3+" expression can be simplified as "2+", it is pointless to mention the GPLv3 license. Add the corresponding SPDX identifier to remove all doubt. Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/net')
-rw-r--r--hw/net/eepro100.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/net/eepro100.c b/hw/net/eepro100.c
index d9a70c4..c8a88b9 100644
--- a/hw/net/eepro100.c
+++ b/hw/net/eepro100.c
@@ -6,10 +6,12 @@
* Portions of the code are copies from grub / etherboot eepro100.c
* and linux e100.c.
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
- * (at your option) version 3 or any later version.
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of