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. --- DskImg.HC | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'DskImg.HC') diff --git a/DskImg.HC b/DskImg.HC index 077a986..d2a0c93 100644 --- a/DskImg.HC +++ b/DskImg.HC @@ -3,6 +3,13 @@ #define BASE 0x03F0 #define IMG_SIZE 1474560 +/* + 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. +*/ + /* Make sure IRQ6 is on and @@ -64,4 +71,4 @@ U8 DskImg() return 0; } -DskImg; \ No newline at end of file +DskImg; -- cgit v1.2.3