diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2024-12-22 13:00:12 +0000 |
---|---|---|
committer | Thomas Huth <huth@tuxfamily.org> | 2024-12-29 07:13:47 +0100 |
commit | ee58d282aa87a7f4a4409528ff12192c0bcfeb82 (patch) | |
tree | eec50f4fc3d78673ecca86574144a55df2ba9527 | |
parent | b28c9bd6b2112af0df8dec807f3cd0e27198678d (diff) | |
download | qemu-ee58d282aa87a7f4a4409528ff12192c0bcfeb82.zip qemu-ee58d282aa87a7f4a4409528ff12192c0bcfeb82.tar.gz qemu-ee58d282aa87a7f4a4409528ff12192c0bcfeb82.tar.bz2 |
next-cube: add my copyright to the top of the file
This series has involved rewriting and/or updating a considerable part of the
next-cube emulation so update the copyright in next-cube.c to reflect this.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20241222130012.1013374-34-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
-rw-r--r-- | hw/m68k/next-cube.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/m68k/next-cube.c b/hw/m68k/next-cube.c index 513ce58..0570e4a 100644 --- a/hw/m68k/next-cube.c +++ b/hw/m68k/next-cube.c @@ -2,6 +2,7 @@ * NeXT Cube System Driver * * Copyright (c) 2011 Bryce Lanham + * Copyright (c) 2024 Mark Cave-Ayland * * This code is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published |