diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-05-24 00:18:23 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-05-24 00:18:23 -0500 |
| commit | 4cfd66ec457ad44a2fc50c61a7f718bc2b0a6c42 (patch) | |
| tree | 28bfa81063b1d556535216e383b195b1dbbe9919 /KFloppy.HC | |
| parent | ba700f0759a59551159e90aff2bd6d547c27179b (diff) | |
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.
Diffstat (limited to 'KFloppy.HC')
| -rw-r--r-- | KFloppy.HC | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 <yoshi128k@gmail.com>. + 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 +} |
