diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 | ||||
| -rw-r--r-- | src/unalf.1 | 14 | ||||
| -rw-r--r-- | src/unalf.rst | 8 |
3 files changed, 17 insertions, 7 deletions
diff --git a/src/Makefile b/src/Makefile index 6faa61b..43ce094 100644 --- a/src/Makefile +++ b/src/Makefile @@ -92,7 +92,7 @@ install: all [ "$(GZIP_MAN)" = "yes" ] && $(GZIP) $(DESTDIR)$(MAN1DIR)/alfsum.1 || true $(INSTALL_PROGRAM) unalf $(DESTDIR)$(BINDIR) $(INSTALL_PROGRAM) alfsum $(DESTDIR)$(BINDIR) - cp -r ../doc/* ../examples $(DESTDIR)$(DOCDIR) + cp -r ../README.txt ../LICENSE.txt ../TODO.txt ../doc ../examples $(DESTDIR)$(DOCDIR) crosswin: clean $(MAKE) CC=~/x-tools/x86_64-w64-mingw32/bin/x86_64-w64-mingw32-gcc diff --git a/src/unalf.1 b/src/unalf.1 index a9035ec..b6ca213 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "UNALF" 1 "2025-11-19" "0.1.0" "Urchlay's Atari 8-bit Tools" +.TH "UNALF" 1 "2025-11-20" "0.1.0" "Urchlay's Atari 8-bit Tools" .SH NAME unalf \- extract Atari 8-bit ALF archives .\" RST source for unalf(1) man page. Convert with: @@ -323,12 +323,16 @@ stored in the archive. Extracted files will have their timestamps set to the current date/time. .SH COPYRIGHT .sp +The original AlfCrunch for the Atari 8\-bit was released into the Public +Domain. Portions of the Atari AlfCrunch code are included in \fBunalf\fP\&. +.sp \fBunalf\fP is released under the WTPFL: Do WTF you want with this. .SH AUTHOR -.INDENT 0.0 -.IP B. 3 -Watson <\fI\%urchlay@slackware.uk\fP> -.UNINDENT +.sp +The original AlfCrunch for the Atari 8\-bit was written by Alfred, who +can be reached via the AtariAge.com forums with the username "Alfred". +.sp +This \fBunalf\fP was written by B. Watson <\fI\%urchlay@slackware.uk\fP>. .SH SEE ALSO .sp \fBalfls\fP(1) diff --git a/src/unalf.rst b/src/unalf.rst index 0fe7f35..d766f5d 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -278,12 +278,18 @@ to the current date/time. COPYRIGHT ========= +The original AlfCrunch for the Atari 8-bit was released into the Public +Domain. Portions of the Atari AlfCrunch code are included in **unalf**. + **unalf** is released under the WTPFL: Do WTF you want with this. AUTHOR ====== -B. Watson <urchlay@slackware.uk> +The original AlfCrunch for the Atari 8-bit was written by Alfred, who +can be reached via the AtariAge.com forums with the username "Alfred". + +This **unalf** was written by B. Watson <urchlay@slackware.uk>. SEE ALSO ======== |
