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 /KFloppyDMA.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 'KFloppyDMA.HC')
| -rw-r--r-- | KFloppyDMA.HC | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/KFloppyDMA.HC b/KFloppyDMA.HC index bde62ff..9b2e963 100644 --- a/KFloppyDMA.HC +++ b/KFloppyDMA.HC @@ -1 +1,8 @@ +/*
+ 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.
+*/
+
U8 FDC_DMA[0x4800]; // Floppy DMA buffer
|
