summaryrefslogtreecommitdiff
path: root/ReadMe.TXT
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-05-24 00:18:23 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-05-24 00:18:23 -0500
commit4cfd66ec457ad44a2fc50c61a7f718bc2b0a6c42 (patch)
tree28bfa81063b1d556535216e383b195b1dbbe9919 /ReadMe.TXT
parentba700f0759a59551159e90aff2bd6d547c27179b (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 'ReadMe.TXT')
-rw-r--r--ReadMe.TXT14
1 files changed, 5 insertions, 9 deletions
diff --git a/ReadMe.TXT b/ReadMe.TXT
index 2c84cb2..b67d7af 100644
--- a/ReadMe.TXT
+++ b/ReadMe.TXT
@@ -1,11 +1,7 @@
-Copyright (c) 2025 Yoshi128k.
-The source code included in this package is licensed under Version 2
-of the Do What The Fuck You Want To Public License; the exact distribution
-terms are described in Copying.TXT.
-The driver and all demonstration software included with this software package comes
-with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
-
-
+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.
These files contain the code required for the low-level floppy disk driver.
Currently, there is no block device code that implements this driver as I
@@ -51,4 +47,4 @@ This is a bit ambiguous, as there are two principle forms of DMA in the PC world
2. PCI Busmastering, which is used by modern hardware and is very different from ISA DMA.
TheTinkerer on the TOS Discord suggested that Terry *may* have been fine ISA DMA, but I would still
-consider my usage of it to be at least a little blasphemous (though it is not mentioned in the Charter). \ No newline at end of file
+consider my usage of it to be at least a little blasphemous (though it is not mentioned in the Charter).