From 4cfd66ec457ad44a2fc50c61a7f718bc2b0a6c42 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Sun, 24 May 2026 00:18:23 -0500 Subject: Modify copyright statements I have modified (and added) copyright statements on all applicable files so that they are (mostly) in the form recommended by the WTFPL FAQ, which may be found at https://www.wtfpl.net/faq. --- KFloppy.HC | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'KFloppy.HC') diff --git a/KFloppy.HC b/KFloppy.HC index 32f1675..cfebfed 100644 --- a/KFloppy.HC +++ b/KFloppy.HC @@ -1,8 +1,9 @@ /* - New, (hopefully) Less Messy Floppy Driver - Copyright (C) 2025 Yoshi128k. - Licensed under version 2 of the Do What The Fuck You Want To Public License - See COPYING for details. + New, (hopefully) Less Messy Floppy Driver + Copyright (C) 2025 Harley Travis . + This work is free. You can redistribute it and/or modify it under the + terms of the Do What The Fuck You Want To Public License, Version 2, + as published by Sam Hocevar. See the Copying.TXT file for more details. */ Bool FDCIrq = FALSE; @@ -474,4 +475,4 @@ U0 FDCWriteMulti(U16 base, U8 cyl, U8 head, U8 sect, U8 trklen) AdamLog("Read Results:\nST0: %d\nST1: %d\nST2: %d\nCyl: %d\nHead: %d\nSect: %d\nSect Size: %d\n",st0,st1,st2,rcyl,rhd,rsect,rsectsize); FDCMotorCtrl(base, FDC_MOTOR_OFF); -} \ No newline at end of file +} -- cgit v1.2.3