From 9cbce68b1d508a6aa3d1d074aa35b9d35a73e620 Mon Sep 17 00:00:00 2001 From: Jesse Buhagiar Date: Wed, 22 Jan 2020 00:13:58 +1100 Subject: [PATCH] Meta: Change copyright holder of `FloppyDiskDevice.* --- Kernel/Devices/FloppyDiskDevice.cpp | 2 +- Kernel/Devices/FloppyDiskDevice.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Kernel/Devices/FloppyDiskDevice.cpp b/Kernel/Devices/FloppyDiskDevice.cpp index adee42eaa7..8ad1ecf7d3 100644 --- a/Kernel/Devices/FloppyDiskDevice.cpp +++ b/Kernel/Devices/FloppyDiskDevice.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2019-2020, Jesse Buhagiar * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/Kernel/Devices/FloppyDiskDevice.h b/Kernel/Devices/FloppyDiskDevice.h index b2349387bb..b52c4b0b2d 100644 --- a/Kernel/Devices/FloppyDiskDevice.h +++ b/Kernel/Devices/FloppyDiskDevice.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2019-2020, Jesse Buhagiar * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -26,9 +26,7 @@ // // Intel 82078 Floppy Disk controller driver -// Author: Jesse Buhagiar [quaker762] // Datasheet: https://wiki.qemu.org/images/f/f0/29047403.pdf -// Email me at jooster669@gmail.com if you have any questions/suggestions :) // // The Intel 82078 is a 44-pin package, CHMOS Single Chip Floppy Disk Controller found commonly // on later PCs in the mid to late 90s. It supports a multitude of floppy drives found in computers