Revision 4db93405e5a99fde1ec9c91f86510b12858f92d8 authored by Peter Maydell on 23 February 2024, 16:13:00 UTC, committed by Michael Tokarev on 09 March 2024, 18:42:00 UTC
The sun4v RTC device model added under commit a0e893039cf2ce0 in 2016
was unfortunately added with a license of GPL-v3-or-later, which is
not compatible with other QEMU code which has a GPL-v2-only license.

Relicense the code in the .c and the .h file to GPL-v2-or-later,
to make it compatible with the rest of QEMU.

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini (for Red Hat) <pbonzini@redhat.com>
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20240223161300.938542-1-peter.maydell@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit fd7f95f23d6fe485332c1d4b489eb719fcb7c225)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent f0ae5d6
History
File Mode Size
meson.build -rw-r--r-- 310 bytes
replay-audio.c -rw-r--r-- 2.3 KB
replay-char.c -rw-r--r-- 3.8 KB
replay-debugging.c -rw-r--r-- 8.3 KB
replay-events.c -rw-r--r-- 8.1 KB
replay-input.c -rw-r--r-- 4.5 KB
replay-internal.c -rw-r--r-- 6.9 KB
replay-internal.h -rw-r--r-- 6.3 KB
replay-net.c -rw-r--r-- 2.4 KB
replay-random.c -rw-r--r-- 1.1 KB
replay-snapshot.c -rw-r--r-- 2.8 KB
replay-time.c -rw-r--r-- 1.5 KB
replay.c -rw-r--r-- 9.7 KB
stubs-system.c -rw-r--r-- 2.0 KB

back to top