aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE.txt15
-rw-r--r--src/Makefile2
-rw-r--r--src/unalf.114
-rw-r--r--src/unalf.rst8
4 files changed, 32 insertions, 7 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..9344088
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,15 @@
+unalf is licensed under the WTFPL:
+
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
+
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
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
========