Proper copyrights for the Tulip code as well.

This commit is contained in:
Miran Grča
2023-08-04 21:58:16 +02:00
committed by GitHub
parent 93c03b5df9
commit bae1915e22

View File

@@ -8,13 +8,12 @@
* *
* Emulation of DECchip "Tulip" 21143 NIC. * Emulation of DECchip "Tulip" 21143 NIC.
* *
* Authors: Sven Schnelle,
* Cacodemon345,
* *
* Authors: Cacodemon345 * Copyright 2019-2023 Sven Schnelle.
* * Copyright 2023 Cacodemon345.
* Copyright 2023 Cacodemon345
*/ */
/* Ported over from QEMU */
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdbool.h> #include <stdbool.h>